summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-11-01ip_vti: remove the useless err_count check in vti_xmitXin Long
2017-11-01net: Add extack to fib_notifier_infoDavid Ahern
2017-11-01netlink: Allow ext_ack to carry non-error messagesDavid Ahern
2017-11-01net: dsa: remove name arg from slave createVivien Didelot
2017-11-01net: dsa: get port name at parse timeVivien Didelot
2017-11-01net: dsa: get master device at port parsing timeVivien Didelot
2017-11-01net: dsa: get port type at parse timeVivien Didelot
2017-11-01net: dsa: add port parse functionsVivien Didelot
2017-11-01net: dsa: get ports within parsing codeVivien Didelot
2017-11-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-11-01l2tp: remove field 'dev' from struct l2tp_ethGuillaume Nault
2017-11-01l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault
2017-11-01l2tp: remove l2tp specific refcount debuggingGuillaume Nault
2017-11-01l2tp: remove ->ref() and ->deref()Guillaume Nault
2017-10-31net: sched: Identify hardware traffic classes using classidAmritha Nambiar
2017-10-31net: filter: remove unused variable and fix warningJakub Kicinski
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang
2017-10-29ipv6: prevent user from adding cached routesWei Wang
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long
2017-10-29Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend
2017-10-29l2tp: initialise PPP sessions before registering themGuillaume Nault
2017-10-29l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault
2017-10-29l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault
2017-10-29l2tp: don't register sessions in l2tp_session_create()Guillaume Nault
2017-10-29tcp: Remove "linux/unaligned/access_ok.h" include.David S. Miller
2017-10-29bridge: vlan: signal if anything changed on vlan addNikolay Aleksandrov
2017-10-29bridge: netlink: make setlink/dellink notifications more accurateNikolay Aleksandrov
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet