aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal1-32/+0
2016-04-26sched: align nlattr properly when neededNicolas Dichtel15-19/+27
2016-04-25codel: split into multiple filesMichal Kazior2-0/+4
2016-04-25codel: generalize the implementationMichal Kazior2-7/+32
2016-04-25sched: use nla_put_u64_64bit()Nicolas Dichtel3-5/+10
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-04-14net: sched: do not requeue a NULL skbLars Persson1-1/+4
2016-04-14qdisc: constify meta_type_ops structuresJulia Lawall1-4/+4
2016-03-18cls_bpf: reset class and reuse major in daDaniel Borkmann1-5/+8
2016-03-11net/flower: Fix pointer castAmir Vadai1-6/+6
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai1-1/+63
2016-03-08net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-03-06net: sched: fix act_ipt for LOG targetPhil Sutter1-0/+2
2016-03-06act_ife: fix a typo in kmemdup() parametersWANG Cong1-2/+2
2016-03-03net: sched: use pfifo_fast for non real queuesEric Dumazet3-2/+4
2016-03-01sch_mqprio: Fix build with older gcc.David S. Miller1-1/+1
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong1-1/+0
2016-03-01Support to encoding decoding skb prio on IFE actionJamal Hadi Salim3-0/+82
2016-03-01Support to encoding decoding skb mark on IFE actionJamal Hadi Salim3-0/+85
2016-03-01introduce IFE actionJamal Hadi Salim3-0/+883
2016-03-01net: sched: cls_u32 add bit to specify software only rulesJohn Fastabend1-10/+27
2016-03-01net: sched: consolidate offload decision in cls_u32John Fastabend1-4/+4
2016-02-29sch_dsmark: update backlog as wellWANG Cong1-0/+3
2016-02-29sch_htb: update backlog as wellWANG Cong1-1/+4
2016-02-29net_sched: update hierarchical backlog tooWANG Cong19-47/+84
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong12-78/+12
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong13-138/+699
2016-02-25net_sched: prepare tcf_hashinfo_destroy() for netns supportWANG Cong1-3/+29
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-02-21bpf: try harder on clones when writing into skbDaniel Borkmann2-19/+7
2016-02-18net_sched: Improve readability of filter processingJamal Hadi Salim1-1/+1
2016-02-18net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim1-0/+1
2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend1-2/+97
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+6
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-2/+3
2016-01-29net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris1-0/+2
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2016-01-11sched,cls_flower: set key address type when presentJamal Hadi Salim1-2/+8
2016-01-10net, sched: add clsact qdiscDaniel Borkmann3-7/+97
2016-01-10net, sched: add skb_at_tc_ingress helperDaniel Borkmann1-5/+1
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend1-1/+3
2015-12-15net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet1-1/+1
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet4-14/+23
2015-11-08net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet1-46/+92
2015-11-08sched: cls_flow: use skb_to_full_sk() helperEric Dumazet1-4/+11
2015-11-03net: sched: kill dead code in sch_choke.cPhil Sutter1-59/+0
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+24
2015-10-11net: synack packets can be attached to request socketsEric Dumazet1-1/+2
2015-10-11sch_hhf: fix return value of hhf_drop()WANG Cong1-1/+10