aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-19ipv6: speedup ipv6 tunnels dismantleEric Dumazet4-24/+36
2017-09-19tcp: batch tcp_net_metrics_exitEric Dumazet1-5/+9
2017-09-19ipv6: addrlabel: per netns listEric Dumazet2-51/+35
2017-09-19kobject: factorize skb setup in kobject_uevent_net_broadcast()Eric Dumazet1-15/+19
2017-09-19kobject: copy env blob in one goEric Dumazet1-7/+1
2017-09-19kobject: add kobject_uevent_net_broadcast()Eric Dumazet1-43/+53
2017-09-19net_sched: no need to free qdisc in RCU callbackCong Wang2-9/+2
2017-09-19team: fall back to hash if table entry is emptyJim Hanko1-1/+7
2017-09-19Merge branch 'test_rhashtable-dont-allocate-huge-static-array'David S. Miller1-23/+270
2017-09-19test_rhashtable: add test case for rhl_table interfaceFlorian Westphal1-2/+194
2017-09-19test_rhashtable: add a check for max_sizeFlorian Westphal1-0/+41
2017-09-19test_rhashtable: don't use global entries variableFlorian Westphal1-14/+23
2017-09-19test_rhashtable: don't allocate huge static arrayFlorian Westphal1-11/+16
2017-09-19Merge branch 'dsa-b53-bcm_sf2-cleanups'David S. Miller7-296/+228
2017-09-19net: dsa: bcm_sf2: Utilize b53_{enable, disable}_portFlorian Fainelli3-28/+8
2017-09-19net: dsa: bcm_sf2: Use SF2_NUM_EGRESS_QUEUES for CFPFlorian Fainelli1-3/+3
2017-09-19net: dsa: b53: Export b53_imp_vlan_setup()Florian Fainelli3-23/+4
2017-09-19net: dsa: b53: Wire-up EEEFlorian Fainelli1-0/+10
2017-09-19net: dsa: b53: Move EEE functions to b53Florian Fainelli5-65/+74
2017-09-19net: dsa: b53: Define EEE register pageFlorian Fainelli1-0/+41
2017-09-19net: dsa: b53: Move Broadcom header setup to b53Florian Fainelli5-49/+57
2017-09-19net: dsa: b53: Use a macro to define I/O operationsFlorian Fainelli1-111/+22
2017-09-19net: dsa: bcm_sf2: Defer port enabling to calling port_enableFlorian Fainelli1-6/+3
2017-09-19net: dsa: b53: Defer port enabling to calling port_enableFlorian Fainelli1-4/+5
2017-09-19net: dsa: b53: Make b53_enable_cpu_port() take a port argumentFlorian Fainelli1-6/+5
2017-09-19net: dsa: b53: Remove is_cpu_port()Florian Fainelli1-5/+0
2017-09-19Merge branch 'dsa-master-ethtool-move'David S. Miller8-130/+136
2017-09-19net: dsa: move master ethtool codeVivien Didelot7-119/+129
2017-09-19net: dsa: setup master ethtool after dsa_ptrVivien Didelot2-12/+10
2017-09-19net: dsa: setup master ethtool unconditionallyVivien Didelot1-9/+5
2017-09-19net: dsa: remove copy of master ethtool_opsVivien Didelot3-13/+15
2017-09-19selftests: rtnetlink.sh: add test case for device ifaliasFlorian Westphal1-0/+57
2017-09-19net: sk_buff rbnode reorgEric Dumazet4-39/+17
2017-09-19Merge branch 'mlxsw-Prepare-for-multicast-router-offload'David S. Miller13-110/+655
2017-09-19mlxsw: spectrum: Add multicast router traps and trap groupsYotam Gigi3-0/+17
2017-09-19mlxsw: spectrum_router: Export RIF dev access functionYotam Gigi2-0/+6
2017-09-19mlxsw: reg: Configure RIF to forward IPv4 multicast packets by defaultYotam Gigi1-0/+16
2017-09-19mlxsw: reg: Add Router Rules Copy RegisterYotam Gigi1-0/+60
2017-09-19mlxsw: reg: Add the Router Multicast Forwarding Table Version 2 registerYotam Gigi1-0/+142
2017-09-19mlxsw: resources: Add multicast ERIF list entries resourceYotam Gigi1-0/+2
2017-09-19mlxsw: reg: Add the Router Interface Group Version 2 registerYotam Gigi1-0/+83
2017-09-19mlxsw: reg: Add The Router TCAM Allocation registerYotam Gigi1-0/+52
2017-09-19mlxsw: reg: Rename the flexible action set length fieldYotam Gigi1-4/+3
2017-09-19mlxsw: acl: Change trap ACL action to get the trap_id as a parameterYotam Gigi3-4/+5
2017-09-19mlxsw: acl: Introduce mcrouter ACL actionYotam Gigi2-0/+74
2017-09-19mlxsw: spectrum: Move ACL flexible actions instance to spectrumYotam Gigi6-93/+186
2017-09-19mlxsw: spectrum: Change init orderYotam Gigi1-9/+9
2017-09-19Merge branch 'bpf-lpm-delete'David S. Miller2-8/+273
2017-09-19bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIECraig Gallek1-4/+183
2017-09-19bpf: Add uniqueness invariant to trivial lpm test implementationCraig Gallek1-1/+13