summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2017-08-30net: sched: fix NULL pointer dereference when action calls some targetsXin Long
2017-08-30net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov
2017-08-12net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long
2017-07-21net: sched: Fix one possible panic when no destroy callbackGao Feng
2017-07-21net_sched: fix error recovery at qdisc creationEric Dumazet
2017-05-02net_sched: close another race condition in tcf_mirred_release()WANG Cong
2017-03-22net sched actions: decrement module reference count after table flush.Roman Mashak
2017-03-22act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss
2017-01-15net, sched: fix soft lockup in tc_classifyDaniel Borkmann
2016-12-10net/sched: pedit: make sure that offset is validAmir Vadai
2016-12-10net, sched: respect rcu grace period on cls destructionDaniel Borkmann
2016-11-15net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim
2016-11-15net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani
2016-07-27net_sched: fix mirrored packets checksumWANG Cong
2016-07-11bpf: try harder on clones when writing into skbDaniel Borkmann
2016-07-11netem: fix a use after freeEric Dumazet
2016-07-11net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet
2016-05-18netem: Segment GSO packets on enqueueNeil Horman
2016-05-18sch_dsmark: update backlog as wellWANG Cong
2016-05-18sch_htb: update backlog as wellWANG Cong
2016-05-18net_sched: update hierarchical backlog tooWANG Cong
2016-05-18net_sched: introduce qdisc_replace() helperWANG Cong
2016-05-18net: sched: do not requeue a NULL skbLars Persson
2016-03-03net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim
2016-01-31sched,cls_flower: set key address type when presentJamal Hadi Salim
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend
2015-12-15net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet
2015-11-08net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet
2015-11-08sched: cls_flow: use skb_to_full_sk() helperEric Dumazet
2015-11-03net: sched: kill dead code in sch_choke.cPhil Sutter
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-11net: synack packets can be attached to request socketsEric Dumazet
2015-10-11sch_hhf: fix return value of hhf_drop()WANG Cong
2015-10-09net/sched: make sch_blackhole.c explicitly non-modularPaul Gortmaker
2015-10-08act_mirred: clear sender cpu before sending to txWANG Cong
2015-10-05act_mirred: always release tcf hashWANG Cong
2015-10-05act_mirred: fix a race condition on mirred_listWANG Cong
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-24net: revert "net_sched: move tp->root allocation into fw_init()"WANG Cong
2015-09-23cls_bpf: further limit exec opcodes subsetDaniel Borkmann
2015-09-23cls_bpf: make binding to classid optionalDaniel Borkmann
2015-09-23cls_bpf: also dump TCA_BPF_FLAGSDaniel Borkmann
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman
2015-09-18act_connmark: Remember the struct net instead of guessing it.Eric W. Biederman
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman
2015-09-17sch_dsmark: improve memory localityEric Dumazet
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov