summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: close another race condition in tcf_mirred_release()WANG Cong2017-05-021-2/+3
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-03-221-4/+1
* act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss2017-03-221-0/+3
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-01-151-1/+3
* net/sched: pedit: make sure that offset is validAmir Vadai2016-12-101-4/+20
* net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-12-107-20/+31
* net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim2016-11-151-1/+2
* net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani2016-11-151-0/+9
* net_sched: fix mirrored packets checksumWANG Cong2016-07-271-1/+1
* bpf: try harder on clones when writing into skbDaniel Borkmann2016-07-112-19/+7
* netem: fix a use after freeEric Dumazet2016-07-111-6/+6
* net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet2016-07-111-0/+4
* netem: Segment GSO packets on enqueueNeil Horman2016-05-181-2/+59
* sch_dsmark: update backlog as wellWANG Cong2016-05-181-0/+3
* sch_htb: update backlog as wellWANG Cong2016-05-181-1/+4
* net_sched: update hierarchical backlog tooWANG Cong2016-05-1819-47/+84
* net_sched: introduce qdisc_replace() helperWANG Cong2016-05-1812-78/+12
* net: sched: do not requeue a NULL skbLars Persson2016-05-181-1/+4
* net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim2016-03-031-0/+1
* sched,cls_flower: set key address type when presentJamal Hadi Salim2016-01-311-2/+8
* net: sched: fix missing free per cpu on qstatsJohn Fastabend2016-01-061-1/+3
* net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet2015-12-151-1/+1
* net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet2015-12-034-14/+23
* net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet2015-11-081-46/+92
* sched: cls_flow: use skb_to_full_sk() helperEric Dumazet2015-11-081-4/+11
* net: sched: kill dead code in sch_choke.cPhil Sutter2015-11-031-59/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-202-5/+24
|\
| * sch_hhf: fix return value of hhf_drop()WANG Cong2015-10-111-1/+10
| * act_mirred: clear sender cpu before sending to txWANG Cong2015-10-081-0/+1
| * act_mirred: always release tcf hashWANG Cong2015-10-051-3/+3
| * act_mirred: fix a race condition on mirred_listWANG Cong2015-10-051-1/+10
* | net: synack packets can be attached to request socketsEric Dumazet2015-10-111-1/+2
* | net/sched: make sch_blackhole.c explicitly non-modularPaul Gortmaker2015-10-091-12/+3
* | sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-031-2/+6
* | tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-031-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-15/+15
|\|
| * net: revert "net_sched: move tp->root allocation into fw_init()"WANG Cong2015-09-241-15/+15
* | cls_bpf: further limit exec opcodes subsetDaniel Borkmann2015-09-231-3/+0
* | cls_bpf: make binding to classid optionalDaniel Borkmann2015-09-231-9/+8
* | cls_bpf: also dump TCA_BPF_FLAGSDaniel Borkmann2015-09-231-3/+8
* | netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-181-1/+1
* | act_connmark: Remember the struct net instead of guessing it.Eric W. Biederman2015-09-181-1/+2
* | netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-182-0/+2
* | sch_dsmark: improve memory localityEric Dumazet2015-09-171-30/+33
* | bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-172-0/+2
* | cls_bpf: introduce integrated actionsDaniel Borkmann2015-09-171-11/+49
|/
* flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-013-4/+4
* net: sched: don't break line in tc_classify loop notificationDaniel Borkmann2015-08-281-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-271-0/+13
|\
| * cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong2015-08-251-0/+13