summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* cls_bpf: reset class and reuse major in daDaniel Borkmann2016-03-181-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-061-0/+2
* | act_ife: fix a typo in kmemdup() parametersWANG Cong2016-03-061-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/+0
* | 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/+12
* | 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-212-19/+7
* | 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-291-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-111-2/+8
|\
| * sched,cls_flower: set key address type when presentJamal Hadi Salim2016-01-111-2/+8
* | net, sched: add clsact qdiscDaniel Borkmann2016-01-103-7/+97
* | net, sched: add skb_at_tc_ingress helperDaniel Borkmann2016-01-101-5/+1
|/
* 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