aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-29Bluetooth: Fix potential memory leakJaganath Kanakkassery4-1/+8
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
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet3-17/+11
2017-10-28tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet3-9/+9
2017-10-28tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet3-12/+11
2017-10-28tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet3-9/+9
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet4-12/+12
2017-10-28tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet3-15/+15
2017-10-28tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet3-11/+11
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet5-19/+15
2017-10-28tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet3-14/+13
2017-10-28tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet3-10/+10
2017-10-28tcp: Namespace-ify sysctl_tcp_nometrics_saveEric Dumazet2-10/+8
2017-10-28tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet1-1/+1
2017-10-28ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva1-4/+1
2017-10-28net: dsa: move fixed link registration helpersVivien Didelot5-47/+56
2017-10-27net/sched: Add support for HW offloading for CBSVinicius Costa Gomes1-12/+92
2017-10-27net/sched: Introduce Credit Based Shaper (CBS) qdiscVinicius Costa Gomes3-0/+305
2017-10-27net/sched: Add select_queue() class_ops for mqprioJesus Sanchez-Palencia1-0/+7
2017-10-27net/sched: Change behavior of mq select_queue()Jesus Sanchez-Palencia1-9/+1
2017-10-27net/sched: Check for null dev_queue on create flowJesus Sanchez-Palencia1-1/+7
2017-10-28net: dsa: remove port masksVivien Didelot2-14/+0
2017-10-28net: dsa: define port typesVivien Didelot2-0/+9
2017-10-28net: dsa: introduce dsa_user_ports helperVivien Didelot2-2/+2
2017-10-28net: dsa: use dsa_is_user_port everywhereVivien Didelot2-3/+3