summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2017-05-03net_sched: close another race condition in tcf_mirred_release()WANG Cong1-2/+3
2017-03-22net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-03-22act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss1-0/+3
2017-01-15net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2016-12-10net/sched: pedit: make sure that offset is validAmir Vadai1-4/+20
2016-12-10net, sched: respect rcu grace period on cls destructionDaniel Borkmann7-20/+31
2016-11-15net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim1-1/+2
2016-11-15net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani1-0/+9
2016-07-27net_sched: fix mirrored packets checksumWANG Cong1-1/+1
2016-07-11bpf: try harder on clones when writing into skbDaniel Borkmann2-19/+7
2016-07-11netem: fix a use after freeEric Dumazet1-6/+6
2016-07-11net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet1-0/+4
2016-05-19netem: Segment GSO packets on enqueueNeil Horman1-2/+59
2016-05-19sch_dsmark: update backlog as wellWANG Cong1-0/+3
2016-05-19sch_htb: update backlog as wellWANG Cong1-1/+4
2016-05-19net_sched: update hierarchical backlog tooWANG Cong19-47/+84
2016-05-19net_sched: introduce qdisc_replace() helperWANG Cong12-78/+12
2016-05-19net: sched: do not requeue a NULL skbLars Persson1-1/+4
2016-03-04net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim1-0/+1
2016-01-31sched,cls_flower: set key address type when presentJamal Hadi Salim1-2/+8
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend1-1/+3
2015-12-15net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet1-1/+1
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet4-14/+23
2015-11-09net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet1-46/+92
2015-11-09sched: cls_flow: use skb_to_full_sk() helperEric Dumazet1-4/+11
2015-11-03net: sched: kill dead code in sch_choke.cPhil Sutter1-59/+0
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+24
2015-10-11net: synack packets can be attached to request socketsEric Dumazet1-1/+2
2015-10-11sch_hhf: fix return value of hhf_drop()WANG Cong1-1/+10
2015-10-09net/sched: make sch_blackhole.c explicitly non-modularPaul Gortmaker1-12/+3
2015-10-08act_mirred: clear sender cpu before sending to txWANG Cong1-0/+1
2015-10-05act_mirred: always release tcf hashWANG Cong1-3/+3
2015-10-05act_mirred: fix a race condition on mirred_listWANG Cong1-1/+10
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann1-2/+6
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-5/+7
2015-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+15
2015-09-25net: revert "net_sched: move tp->root allocation into fw_init()"WANG Cong1-15/+15
2015-09-24cls_bpf: further limit exec opcodes subsetDaniel Borkmann1-3/+0
2015-09-24cls_bpf: make binding to classid optionalDaniel Borkmann1-9/+8
2015-09-24cls_bpf: also dump TCA_BPF_FLAGSDaniel Borkmann1-3/+8
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-1/+1
2015-09-18act_connmark: Remember the struct net instead of guessing it.Eric W. Biederman1-1/+2
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2-0/+2
2015-09-18sch_dsmark: improve memory localityEric Dumazet1-30/+33
2015-09-18bpf: add bpf_redirect() helperAlexei Starovoitov2-0/+2
2015-09-18cls_bpf: introduce integrated actionsDaniel Borkmann1-11/+49
2015-09-02flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert3-4/+4
2015-08-29net: sched: don't break line in tc_classify loop notificationDaniel Borkmann1-5/+4
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+13
2015-08-28net: sched: simplify attach_one_default_qdisc()Phil Sutter1-29/+12