='robots' content='noindex, nofollow'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-06Merge branch 'bridge-improve-cache-utilization'David S. Miller11-52/+59
2017-02-06bridge: fdb: write to used and updated at most once per jiffyNikolay Aleksandrov2-2/+4
2017-02-06bridge: move write-heavy fdb members in their own cache lineNikolay Aleksandrov1-4/+6
2017-02-06bridge: move to workqueue gcNikolay Aleksandrov10-23/+29
2017-02-06bridge: modify bridge and port to have often accessed fields in one cache lineNikolay Aleksandrov1-23/+20
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu2-1/+24
2017-02-06bpf: test for AND edge casesJosef Bacik1-0/+55
2017-02-06Merge branch 'dsa-add-fabric-notifier'David S. Miller7-49/+205
2017-02-06net: dsa: introduce bridge notifierVivien Didelot3-11/+71
2017-02-06net: dsa: add switch notifierVivien Didelot6-0/+77
2017-02-06net: dsa: change state setter scopeVivien Didelot1-6/+9
2017-02-06net: dsa: rollback bridging on errorVivien Didelot1-1/+13
2017-02-06net: dsa: simplify netdevice events handlingVivien Didelot1-28/+16
2017-02-06net: dsa: move netdevice notifier registrationVivien Didelot3-10/+26
2017-02-06net/mlx5e: fix another maybe-uninitialized false-positiveArnd Bergmann