aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorMichal Kubeček <mkubecek@suse.cz>2014-08-25 15:16:22 +0200
committerDavid S. Miller <davem@davemloft.net>2014-08-25 17:23:03 -0700
commitdb115037bb57cdfe97078b13da762213f7980e81 (patch)
treeaec2854d8cc3ac16ac4422096136839c0489dfcb /tools/perf/scripts/python/netdev-times.py
parentstmmac: set ptp_clock to NULL while unregister (diff)
downloadlinux-db115037bb57cdfe97078b13da762213f7980e81.tar.gz
linux-db115037bb57cdfe97078b13da762213f7980e81.zip
net: fix checksum features handling in netif_skb_features()
This is follow-up to da08143b8520 ("vlan: more careful checksum features handling") which introduced more careful feature intersection in vlan code, taking into account that HW_CSUM should be considered superset of IP_CSUM/IPV6_CSUM. The same is needed in netif_skb_features() in order to avoid offloading mismatch warning when vlan is created on top of a bond consisting of slaves supporting IP/IPv6 checksumming but not vlan Tx offloading. Signed-off-by: Michal Kubecek <mkubecek@suse.cz> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
12 -0700'>2019-04-07rhashtable: allow rht_bucket_var to return NULL.NeilBrown2-11/+29 2019-04-07rhashtable: use cmpxchg() in nested_table_alloc()NeilBrown1-3/+5 2019-04-06net: hsr: Fix node prune function for forget time expiryAaron Kramer1-0/+4 2019-04-06net: hsr: add debugfs support for display node listMurali Karicheri6-12/+155 2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri12-61/+12 2019-04-06net: hsr: add blank line after function declarationMurali Karicheri1-0/+1 2019-04-06net: hsr: remove camel case usage in the codeMurali Karicheri4-75/+76 2019-04-06net: hsr: add missing space around operator in codeMurali Karicheri2-4/+4 2019-04-06net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2-6/+6 2019-04-06net: hsr: remove unnecessary space after a castMurali Karicheri3-15/+15 2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri5-13/+13 2019-04-06net: hsr: fix lines that ends with a '('Murali Karicheri2-7/+5 2019-04-06net: hsr: fix alignment issues in the code for functionsMurali Karicheri3-9/+9 2019-04-06net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri3-18/+16 2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri7-55/+0 2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri5-22/+31