aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-07net: switchdev: Remove bridge bypass support from switchdevArkadi Sharshevsky1-435/+0
2017-08-07net: bridge: Remove FDB deletion through switchdev objectArkadi Sharshevsky1-18/+0
2017-08-07net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky4-119/+78
2017-08-07net: dsa: Remove redundant MDB dump supportArkadi Sharshevsky3-16/+0
2017-08-07net: dsa: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky3-22/+0
2017-08-07net: dsa: Add support for querying supported bridge flagsArkadi Sharshevsky1-0/+3
2017-08-07net: dsa: Move FDB add/del implementation inside DSAArkadi Sharshevsky3-12/+31
2017-08-07net: dsa: Add support for learning FDB through notificationArkadi Sharshevsky3-2/+139
2017-08-07net: dsa: Remove switchdev dependency from DSA switch notifier chainArkadi Sharshevsky4-20/+23
2017-08-07net: dsa: Remove prepare phase for FDBArkadi Sharshevsky4-18/+8
2017-08-07net: dsa: Change DSA slave FDB API to be switchdev independentArkadi Sharshevsky1-3/+5
2017-08-07xfrm: check that cached bundle is still validFlorian Westphal1-1/+2
2017-08-07net: dsa: remove useless args of dsa_slave_createVivien Didelot4-11/+10
2017-08-07net: dsa: remove useless args of dsa_cpu_dsa_setupVivien Didelot4-12/+9
2017-08-07net: dsa: remove useless argument in legacy setupVivien Didelot1-8/+8
2017-08-07ipv6: sr: implement several seg6local actionsDavid Lebrun1-0/+271
2017-08-07ipv6: sr: add rtnetlink functions for seg6local action parametersDavid Lebrun1-18/+193
2017-08-07ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun5-2/+330
2017-08-07ipv6: sr: export SRH insertion functionsDavid Lebrun2-20/+4
2017-08-07ipv6: sr: allow SRH insertion with arbitrary segments_left valueDavid Lebrun2-3/+3
2017-08-07net_sched: use void pointer for filter handleWANG Cong12-146/+136
2017-08-07net_sched: refactor notification code for RTM_DELTFILTERWANG Cong1-5/+39
2017-08-07lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPLRoopa Prabhu1-13/+13
2017-08-07net: ipv6: add second dif to raw socket lookupsDavid Ahern2-6/+9
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern5-23/+33
2017-08-07net: ipv6: add second dif to udp socket lookupsDavid Ahern2-20/+24
2017-08-07net: ipv4: add second dif to multicast source filterDavid Ahern3-4/+6
2017-08-07net: ipv4: add second dif to raw socket lookupsDavid Ahern2-6/+12
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern5-21/+31
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern2-27/+37
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller4-37/+45
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko6-114/+88
2017-08-07net: sched: move prio into cls_commonJiri Pirko1-3/+0
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko6-41/+27
2017-08-07dsa: push cls_matchall setup_tc processing into a separate functionJiri Pirko1-12/+21
2017-08-07net: sched: make egress_dev flag part of flower offload structJiri Pirko1-1/+1
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko2-3/+3
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko6-38/+29
2017-08-06sctp: remove the typedef sctp_subtype_tXin Long8-114/+118
2017-08-06sctp: remove the typedef sctp_event_tXin Long3-13/+11
2017-08-06sctp: remove the typedef sctp_event_timeout_tXin Long1-3/+3
2017-08-06sctp: remove the typedef sctp_state_tXin Long4-15/+17
2017-08-06sctp: remove the typedef sctp_ierror_tXin Long2-24/+27
2017-08-06sctp: remove the typedef sctp_xmit_tXin Long2-34/+34
2017-08-06sctp: remove the typedef sctp_transport_cmd_tXin Long1-1/+1
2017-08-06sctp: remove the typedef sctp_scope_tXin Long6-30/+29
2017-08-06sctp: remove the typedef sctp_scope_policy_tXin Long1-1/+1
2017-08-06sctp: remove the typedef sctp_retransmit_reason_tXin Long1-1/+1
2017-08-06sctp: remove the typedef sctp_lower_cwnd_tXin Long1-1/+1
2017-08-06net: dsa: User per-cpu 64-bit statisticsFlorian Fainelli3-25/+59