summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2016-03-18cls_bpf: reset class and reuse major in daDaniel Borkmann
2016-03-11net/flower: Fix pointer castAmir Vadai
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai
2016-03-08net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-06net: sched: fix act_ipt for LOG targetPhil Sutter
2016-03-06act_ife: fix a typo in kmemdup() parametersWANG Cong
2016-03-03net: sched: use pfifo_fast for non real queuesEric Dumazet
2016-03-01sch_mqprio: Fix build with older gcc.David S. Miller
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong
2016-03-01Support to encoding decoding skb prio on IFE actionJamal Hadi Salim
2016-03-01Support to encoding decoding skb mark on IFE actionJamal Hadi Salim
2016-03-01introduce IFE actionJamal Hadi Salim
2016-03-01net: sched: cls_u32 add bit to specify software only rulesJohn Fastabend
2016-03-01net: sched: consolidate offload decision in cls_u32John Fastabend
2016-02-29sch_dsmark: update backlog as wellWANG Cong
2016-02-29sch_htb: update backlog as wellWANG Cong
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong
2016-02-25net_sched: prepare tcf_hashinfo_destroy() for netns supportWANG Cong
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-21bpf: try harder on clones when writing into skbDaniel Borkmann
2016-02-18net_sched: Improve readability of filter processingJamal Hadi Salim
2016-02-18net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim
2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend
2016-01-29net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-11sched,cls_flower: set key address type when presentJamal Hadi Salim
2016-01-10net, sched: add clsact qdiscDaniel Borkmann
2016-01-10net, sched: add skb_at_tc_ingress helperDaniel Borkmann
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