index
:
net-next.git
emaclite-cleanup
master
nds-private-remove
packet-loop-back
packet-rx-pump-back
net-next plumbings
Tobias Klauser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
Build
blob: 109eb75cf7de4e97c855fe52c3d6437f454b5c8e (
plain
)
1
2
libperf-y += common.o libperf-y += $(ARCH)/
eigh method to dst_opsJulian Anastasov3
-0
/
+54
2017-02-07
tcp: replace dst_confirm with sk_dst_confirm
Julian Anastasov3
-14
/
+7
2017-02-07
sctp: add dst_pending_confirm flag
Julian Anastasov7
-12
/
+31
2017-02-07
net: add dst_pending_confirm flag to skbuff
Julian Anastasov2
-1
/
+5
2017-02-07
sock: add sk_dst_pending_confirm flag
Julian Anastasov1
-0
/
+2
2017-02-07
ipv6: sr: fix non static symbol warnings
Wei Yongjun1
-4
/
+4
2017-02-07
net/sched: act_mirred: remove duplicated include from act_mirred.c
Wei Yongjun1
-2
/
+0
2017-02-07
net: dsa: Add support for platform data
Florian Fainelli1
-18
/
+84
2017-02-07
net: dsa: Rename and export dev_to_net_device()
Florian Fainelli1
-2
/
+3
2017-02-06
bridge: fdb: write to used and updated at most once per jiffy
Nikolay Aleksandrov2
-2
/
+4
2017-02-06
bridge: move write-heavy fdb members in their own cache line
Nikolay Aleksandrov1
-4
/
+6
2017-02-06
bridge: move to workqueue gc
Nikolay Aleksandrov10
-23
/
+29
2017-02-06
bridge: modify bridge and port to have often accessed fields in one cache line
Nikolay Aleksandrov1
-23
/
+20
2017-02-06
net: dsa: introduce bridge notifier
Vivien Didelot2
-11
/
+61
2017-02-06
net: dsa: add switch notifier
Vivien Didelot5
-0
/
+70
2017-02-06
net: dsa: change state setter scope
Vivien Didelot1
-6
/
+9
2017-02-06
net: dsa: rollback bridging on error
Vivien Didelot1
-1
/
+13
2017-02-06
net: dsa: simplify netdevice events handling
Vivien Didelot1
-28
/
+16
2017-02-06
net: dsa: move netdevice notifier registration
Vivien Didelot3
-10
/
+26
2017-02-06
net-next: treewide use is_vlan_dev() helper function.
Parav Pandit1
-1
/
+2
2017-02-06
sctp: process fwd tsn chunk only when prsctp is enabled
Xin Long1
-0
/
+6
2017-02-06
net: remove ndo_neigh_{construct, destroy} from stacked devices
Ido Schimmel