summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net sched: ife action fix late bindingJamal Hadi Salim2016-05-111-4/+10
* net sched: skbedit action fix late bindingJamal Hadi Salim2016-05-111-7/+11
* net sched: simple action fix late bindingJamal Hadi Salim2016-05-111-6/+12
* net sched: mirred action fix late bindingJamal Hadi Salim2016-05-111-6/+13
* net sched: ipt action fix late bindingJamal Hadi Salim2016-05-111-7/+12
* net sched: vlan action fix late bindingJamal Hadi Salim2016-05-111-6/+16
* netem: Segment GSO packets on enqueueNeil Horman2016-05-031-2/+59
* net: sched: do not requeue a NULL skbLars Persson2016-04-141-1/+4
* cls_bpf: reset class and reuse major in daDaniel Borkmann2016-03-191-5/+8
* net/flower: Fix pointer castAmir Vadai2016-03-111-6/+6
* net/flower: Introduce hardware offload supportAmir Vadai2016-03-101-1/+63
* net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo2016-03-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-0/+2
|\
| * net: sched: fix act_ipt for LOG targetPhil Sutter2016-03-071-0/+2
* | act_ife: fix a typo in kmemdup() parametersWANG Cong2016-03-071-2/+2
* | net: sched: use pfifo_fast for non real queuesEric Dumazet2016-03-033-2/+4
* | sch_mqprio: Fix build with older gcc.David S. Miller2016-03-011-1/+1
* | net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0Star
* | Support to encoding decoding skb prio on IFE actionJamal Hadi Salim2016-03-013-0/+82
* | Support to encoding decoding skb mark on IFE actionJamal Hadi Salim2016-03-013-0/+85
* | introduce IFE actionJamal Hadi Salim2016-03-013-0/+883
* | net: sched: cls_u32 add bit to specify software only rulesJohn Fastabend2016-03-011-10/+27
* | net: sched: consolidate offload decision in cls_u32John Fastabend2016-03-011-4/+4
* | sch_dsmark: update backlog as wellWANG Cong2016-02-291-0/+3
* | sch_htb: update backlog as wellWANG Cong2016-02-291-1/+4
* | net_sched: update hierarchical backlog tooWANG Cong2016-02-2919-47/+84
* | net_sched: introduce qdisc_replace() helperWANG Cong2016-02-2912-78/+12Star
* | net_sched: add network namespace support for tc actionsWANG Cong2016-02-2513-138/+699
* | net_sched: prepare tcf_hashinfo_destroy() for netns supportWANG Cong2016-02-251-3/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+1
|\|
| * net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim2016-02-181-0/+1
* | bpf: try harder on clones when writing into skbDaniel Borkmann2016-02-222-19/+7Star
* | net_sched: Improve readability of filter processingJamal Hadi Salim2016-02-181-1/+1
* | net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend2016-02-171-2/+97
* | net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+6
* | net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-2/+3
|/
* net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris2016-01-301-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-121-2/+8
|\
| * sched,cls_flower: set key address type when presentJamal Hadi Salim2016-01-111-2/+8
* | net, sched: add clsact qdiscDaniel Borkmann2016-01-113-7/+97
* | net, sched: add skb_at_tc_ingress helperDaniel Borkmann2016-01-101-5/+1Star
|/
* 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-091-46/+92
* sched: cls_flow: use skb_to_full_sk() helperEric Dumazet2015-11-091-4/+11
* net: sched: kill dead code in sch_choke.cPhil Sutter2015-11-031-59/+0Star
* 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