summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Add extack to fib_notifier_infoDavid Ahern2017-11-013-14/+23
* netlink: Allow ext_ack to carry non-error messagesDavid Ahern2017-11-011-9/+9
* net: dsa: remove name arg from slave createVivien Didelot2017-11-014-5/+5
* net: dsa: get port name at parse timeVivien Didelot2017-11-012-5/+6
* net: dsa: get master device at port parsing timeVivien Didelot2017-11-011-26/+18Star
* net: dsa: get port type at parse timeVivien Didelot2017-11-011-15/+22
* net: dsa: add port parse functionsVivien Didelot2017-11-011-3/+34
* net: dsa: get ports within parsing codeVivien Didelot2017-11-011-23/+10Star
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-11-011-0/+2
|\
| * net: sched: Identify hardware traffic classes using classidAmritha Nambiar2017-10-311-0/+2
* | l2tp: remove field 'dev' from struct l2tp_ethGuillaume Nault2017-11-011-5/+0Star
* | l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault2017-11-011-10/+0Star
* | l2tp: remove l2tp specific refcount debuggingGuillaume Nault2017-11-011-22/+2Star
* | l2tp: remove ->ref() and ->deref()Guillaume Nault2017-11-017-79/+25Star
|/
* net: filter: remove unused variable and fix warningJakub Kicinski2017-10-311-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-3038-186/+591
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2937-171/+560
| |\
| | * net_sched: fix call_rcu() race on act_sample module removalCong Wang2017-10-291-0/+1
| | * net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang2017-10-291-0/+1
| | * net_sched: use tcf_queue_work() in tcindex filterCong Wang2017-10-291-5/+33
| | * net_sched: use tcf_queue_work() in rsvp filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in route filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in u32 filterCong Wang2017-10-291-3/+26
| | * net_sched: use tcf_queue_work() in matchall filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in fw filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in flower filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in flow filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in cgroup filterCong Wang2017-10-291-4/+18
| | * net_sched: use tcf_queue_work() in bpf filterCong Wang2017-10-291-2/+17
| | * net_sched: use tcf_queue_work() in basic filterCong Wang2017-10-291-3/+17
| | * net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-291-17/+51
| | * sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-293-5/+5
| | * sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long2017-10-291-2/+2
| | * sctp: fix some type cast warnings introduced by transport rhashtableXin Long2017-10-291-11/+11
| | * sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-293-12/+21
| | * net_sched: avoid matching qdisc with zero handleCong Wang2017-10-291-0/+2
| | * sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-10-291-0/+32
| | * bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-2/+3
| | * bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-1/+26
| | * tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet2017-10-281-1/+1
| | * ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long2017-10-271-2/+7
| | * ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-10-271-4/+7
| | * ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-10-271-17/+42
| | * Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-10-273-17/+82
| | |\
| | | * mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-10-251-2/+34
| | | * mac80211: validate user rate mask before configuring driverJohannes Berg2017-10-181-6/+6
| | | * cfg80211: fix connect/disconnect edge casesJohannes Berg2017-10-181-9/+41
| | | * mac80211: use constant time comparison with keysJason A. Donenfeld2017-10-181-1/+2
| | * | tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung2017-10-261-1/+3
| | * | tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-263-4/+4