summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* act_vlan: VLAN action rewrite to use RCU lock/unlock and updateManish Kurup2017-11-101-24/+51
* act_vlan: Change stats update to use per-core statsManish Kurup2017-11-101-4/+6
* ip_gre: add the support for i/o_flags update via ioctlXin Long2017-11-101-3/+16
* ip_gre: add the support for i/o_flags update via netlinkXin Long2017-11-101-2/+37
* tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-106-41/+45
* net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet2017-11-101-4/+6
* net: dsa: Don't add vlans when vlan filtering is disabledAndrew Lunn2017-11-101-2/+8
* net: dsa: switch: Don't add CPU port to an mdb by defaultAndrew Lunn2017-11-101-1/+1
* net: dsa: add more const attributesAndrew Lunn2017-11-102-5/+5
* net: dsa: slave: Handle switchdev host mdb add/delAndrew Lunn2017-11-101-0/+13
* net: bridge: Add/del switchdev object on host join/leaveAndrew Lunn2017-11-102-0/+45
* net: bridge: Send notification when host join/leaves a groupAndrew Lunn2017-11-102-4/+11
* net: bridge: Rename mglist to host_joinedAndrew Lunn2017-11-104-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-1036-130/+231
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-092-38/+37
| |\
| | * xfrm: Fix stack-out-of-bounds read in xfrm_state_find.Steffen Klassert2017-11-031-18/+11
| | * xfrm: do unconditional template resolution before pcpu cache checkFlorian Westphal2017-11-031-18/+24
| | * xfrm: defer daddr pointer assignment after spi parsingFlorian Westphal2017-11-021-2/+2
| * | cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+7
| * | cls_tcindex: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-7/+26
| * | cls_rsvp: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+12
| * | cls_route: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+14
| * | cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+12
| * | cls_fw: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+14
| * | cls_flower: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+13
| * | cls_flow: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-6/+18
| * | cls_cgroup: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-6/+18
| * | cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+6
| * | cls_basic: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-5/+15
| * | net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang2017-11-091-0/+1
| * | Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-0917-19/+17
| * | qrtr: Move to postcore_initcallBjorn Andersson2017-11-081-1/+1
| * | tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha2017-11-051-1/+1
| * | l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2017-11-052-30/+18
| * | netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-041-0/+1
* | | net: dsa: rename probe and remove switch functionsVivien Didelot2017-11-091-4/+4
* | | net: dsa: setup a tree when adding a switch to itVivien Didelot2017-11-091-19/+16
* | | net: dsa: setup routing tableVivien Didelot2017-11-091-71/+37
* | | net: dsa: use of_for_each_phandleVivien Didelot2017-11-091-11/+8
* | | net: dsa: add find port by node helperVivien Didelot2017-11-091-20/+17
* | | net: dsa: setup and teardown portsVivien Didelot2017-11-091-114/+59
* | | net: dsa: setup and teardown switchesVivien Didelot2017-11-091-23/+39
* | | net: dsa: setup and teardown treeVivien Didelot2017-11-091-14/+18
* | | net: dsa: setup and teardown master deviceVivien Didelot2017-11-094-39/+51
* | | net: dsa: setup and teardown default CPU portVivien Didelot2017-11-091-85/+68
* | | net: dsa: constify cpu_dp member of dsa_portVivien Didelot2017-11-091-1/+1
* | | openvswitch: enable NSH supportYi Yang2017-11-087-2/+581
* | | pktgen: document 32-bit timestamp overflowArnd Bergmann2017-11-081-3/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-0831-569/+742
|\ \ \
| * | | netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso2017-11-074-55/+259