aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-01ip_vti: remove the useless err_count check in vti_xmitXin Long1-9/+0
2017-11-01net: Add extack to fib_notifier_infoDavid Ahern3-14/+23
2017-11-01netlink: Allow ext_ack to carry non-error messagesDavid Ahern1-9/+9
2017-11-01net: dsa: remove name arg from slave createVivien Didelot4-5/+5
2017-11-01net: dsa: get port name at parse timeVivien Didelot2-5/+6
2017-11-01net: dsa: get master device at port parsing timeVivien Didelot1-26/+18
2017-11-01net: dsa: get port type at parse timeVivien Didelot1-15/+22
2017-11-01net: dsa: add port parse functionsVivien Didelot1-3/+34
2017-11-01net: dsa: get ports within parsing codeVivien Didelot1-23/+10
2017-11-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+2
2017-11-01l2tp: remove field 'dev' from struct l2tp_ethGuillaume Nault1-5/+0
2017-11-01l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault1-10/+0
2017-11-01l2tp: remove l2tp specific refcount debuggingGuillaume Nault1-22/+2
2017-11-01l2tp: remove ->ref() and ->deref()Guillaume Nault7-79/+25
2017-10-31net: sched: Identify hardware traffic classes using classidAmritha Nambiar1-0/+2
2017-10-31net: filter: remove unused variable and fix warningJakub Kicinski1-2/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller38-186/+591
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-171/+560
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang1-0/+1
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang1-0/+1
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang1-5/+33
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang1-3/+26
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang1-4/+18
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang1-2/+17
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang1-3/+17
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang1-17/+51
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long3-5/+5
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long1-2/+2
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long1-11/+11
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long3-12/+21
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang1-0/+2
2017-10-29ipv6: prevent user from adding cached routesWei Wang1-0/+6
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long1-0/+32
2017-10-29Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller6-10/+400
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend1-2/+3
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend1-1/+26
2017-10-29l2tp: initialise PPP sessions before registering themGuillaume Nault1-31/+38
2017-10-29l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault1-53/+101
2017-10-29l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault1-31/+75
2017-10-29l2tp: don't register sessions in l2tp_session_create()Guillaume Nault4-20/+36
2017-10-29tcp: Remove "linux/unaligned/access_ok.h" include.David S. Miller1-1/+0
2017-10-29bridge: vlan: signal if anything changed on vlan addNikolay Aleksandrov3-28/+73
2017-10-29bridge: netlink: make setlink/dellink notifications more accurateNikolay Aleksandrov3-24/+37
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet3-12/+11