index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
switchdev
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
net: bridge: Remove FDB deletion through switchdev object
Arkadi Sharshevsky
1
-18
/
+0
2017-08-07
net: dsa: Move FDB dump implementation inside DSA
Arkadi Sharshevsky
12
-204
/
+112
2017-08-07
net: dsa: Remove redundant MDB dump support
Arkadi Sharshevsky
4
-20
/
+0
2017-08-07
net: dsa: Remove support for MDB dump from DSA's drivers
Arkadi Sharshevsky
2
-33
/
+0
2017-08-07
net: dsa: Remove support for bypass bridge port attributes/vlan set
Arkadi Sharshevsky
4
-26
/
+0
2017-08-07
net: dsa: Remove support for vlan dump from DSA's drivers
Arkadi Sharshevsky
6
-183
/
+0
2017-08-07
net: dsa: Add support for querying supported bridge flags
Arkadi Sharshevsky
1
-0
/
+3
2017-08-07
net: dsa: Move FDB add/del implementation inside DSA
Arkadi Sharshevsky
3
-12
/
+31
2017-08-07
net: dsa: Add support for learning FDB through notification
Arkadi Sharshevsky
3
-2
/
+139
2017-08-07
net: dsa: Remove switchdev dependency from DSA switch notifier chain
Arkadi Sharshevsky
4
-20
/
+23
2017-08-07
net: dsa: Remove prepare phase for FDB
Arkadi Sharshevsky
12
-108
/
+36
2017-08-07
net: dsa: Change DSA slave FDB API to be switchdev independent
Arkadi Sharshevsky
8
-62
/
+49
2017-08-07
hamradio: baycom: make hdlcdrv_ops const
Bhumika Goyal
3
-3
/
+3
2017-08-07
xfrm: check that cached bundle is still valid
Florian Westphal
1
-1
/
+2
2017-08-07
net: dsa: remove useless args of dsa_slave_create
Vivien Didelot
4
-11
/
+10
2017-08-07
net: dsa: remove useless args of dsa_cpu_dsa_setup
Vivien Didelot
4
-12
/
+9
2017-08-07
net: dsa: remove useless argument in legacy setup
Vivien Didelot
1
-8
/
+8
2017-08-07
net: hns3: fix spelling mistake: "capabilty" -> "capability"
Colin Ian King
1
-1
/
+2
2017-08-07
net: dsa: lan9303: refactor lan9303_get_ethtool_stats
Egil Hjelmeland
1
-10
/
+16
2017-08-07
net: dsa: lan9303: Rename lan9303_xxx_packet_processing()
Egil Hjelmeland
1
-8
/
+8
2017-08-07
net: dsa: lan9303: Simplify lan9303_xxx_packet_processing() usage
Egil Hjelmeland
1
-14
/
+10
2017-08-07
net: dsa: lan9303: define LAN9303_NUM_PORTS 3
Egil Hjelmeland
1
-0
/
+2
2017-08-07
net: dsa: lan9303: Change lan9303_xxx_packet_processing() port param.
Egil Hjelmeland
1
-23
/
+23
2017-08-07
ipv6: sr: implement several seg6local actions
David Lebrun
1
-0
/
+271
2017-08-07
ipv6: sr: add rtnetlink functions for seg6local action parameters
David Lebrun
1
-18
/
+193
2017-08-07
ipv6: sr: define core operations for seg6local lightweight tunnel
David Lebrun
9
-2
/
+407
2017-08-07
ipv6: sr: export SRH insertion functions
David Lebrun
3
-20
/
+6
2017-08-07
ipv6: sr: allow SRH insertion with arbitrary segments_left value
David Lebrun
2
-3
/
+3
2017-08-07
bpf: devmap fix mutex in rcu critical section
John Fastabend
1
-23
/
+25
2017-08-07
net_sched: use void pointer for filter handle
WANG Cong
14
-151
/
+141
2017-08-07
net_sched: refactor notification code for RTM_DELTFILTER
WANG Cong
1
-5
/
+39
2017-08-07
lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPL
Roopa Prabhu
1
-13
/
+13
2017-08-07
bpf: add a test case for syscalls/sys_{enter|exit}_* tracepoints
Yonghong Song
3
-0
/
+137
2017-08-07
bpf: add support for sys_enter_* and sys_exit_* tracepoints
Yonghong Song
3
-6
/
+69
2017-08-07
of_mdio: use of_property_read_u32_array()
Sergei Shtylyov
1
-8
/
+8
2017-08-07
ibmvnic: Report rx buffer return codes as netdev_dbg
John Allen
1
-1
/
+2
2017-08-07
net: ipv6: add second dif to raw socket lookups
David Ahern
3
-7
/
+10
2017-08-07
net: ipv6: add second dif to inet6 socket lookups
David Ahern
7
-32
/
+56
2017-08-07
net: ipv6: add second dif to udp socket lookups
David Ahern
4
-21
/
+35
2017-08-07
net: ipv4: add second dif to multicast source filter
David Ahern
4
-5
/
+8
2017-08-07
net: ipv4: add second dif to raw socket lookups
David Ahern
3
-7
/
+13
2017-08-07
net: ipv4: add second dif to inet socket lookups
David Ahern
7
-35
/
+58
2017-08-07
net: ipv4: add second dif to udp socket lookups
David Ahern
4
-28
/
+48
2017-08-07
hns3: fix unused function warning
Arnd Bergmann
1
-15
/
+12
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
33
-202
/
+174
2017-08-07
net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...
Jiri Pirko
11
-11
/
+11
2017-08-07
net: sched: move prio into cls_common
Jiri Pirko
3
-5
/
+3
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
39
-144
/
+101
2017-08-07
hns3pf: don't check handle during mqprio offload
Jiri Pirko
1
-1
/
+1
2017-08-07
nfp: change flows in apps that offload ndo_setup_tc
Jiri Pirko
2
-17
/
+9
[next]