summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook
2017-11-01net: sit: Update lookup to handle links set to L3 slaveDavid Ahern
2017-11-01net: bridge: add neigh_suppress to bridge port policiesNikolay Aleksandrov
2017-11-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-11-01net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swapGustavo A. R. Silva
2017-11-01net: decnet: dn_nsp_out: use swap macro in dn_mk_ack_headerGustavo A. R. Silva
2017-11-01net: decnet: dn_nsp_in: use swap macro in dn_nsp_rx_packetGustavo A. R. Silva
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