summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen2018-07-103-0/+1879
* net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller2018-07-081-1/+1
* net: sched: change action API to use array of pointers to actionsVlad Buslov2018-07-082-54/+56
* net: sched: atomically check-allocate actionVlad Buslov2018-07-0817-59/+213
* net: sched: use reference counting action initVlad Buslov2018-07-081-18/+17
* net: sched: don't release reference on action overwriteVlad Buslov2018-07-0817-58/+50
* net: sched: implement reference counted action releaseVlad Buslov2018-07-082-23/+62
* net: sched: add 'delete' function to action opsVlad Buslov2018-07-0816-0/+136
* net: sched: implement action API that deletes action by indexVlad Buslov2018-07-081-0/+39
* net: sched: always take reference to actionVlad Buslov2018-07-081-26/+20
* net: sched: implement unlocked action init APIVlad Buslov2018-07-0818-27/+46
* net: sched: change type of reference and bind countersVlad Buslov2018-07-0817-42/+54
* net: sched: use rcu for action cookie updateVlad Buslov2018-07-081-14/+30
* net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu2018-07-071-14/+51
* net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu2018-07-071-0/+4
* net/sched: flower: Add support for matching on vlan ethertypeJianbo Liu2018-07-071-2/+5
* net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-041-2/+33
* net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia2018-07-041-1/+70
* net/sched: Introduce the ETF QdiscVinicius Costa Gomes2018-07-043-0/+396
* net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes2018-07-041-2/+9
* net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun2018-07-041-9/+16
* net:sched: add action inheritdsfield to skbeditQiaobin Fu2018-07-041-0/+41
* net sched actions: add extack messages in pedit actionRoman Mashak2018-07-021-4/+12
* net/sched: add tunnel option support to act_tunnel_keySimon Horman2018-06-291-4/+210
* net/sched: act_tunnel_key: add extended ack supportSimon Horman2018-06-291-6/+21
* net/sched: act_tunnel_key: disambiguate metadata dst error casesSimon Horman2018-06-291-1/+4
* net sched actions: avoid bitwise operation on signed value in peditRoman Mashak2018-06-281-1/+1
* net sched actions: fix misleading text strings in pedit actionRoman Mashak2018-06-281-5/+5
* net sched actions: use sizeof operator for buffer lengthRoman Mashak2018-06-281-2/+2
* net sched actions: fix sparse warningRoman Mashak2018-06-281-3/+3
* net sched actions: fix coding style in pedit actionRoman Mashak2018-06-281-13/+16
* netem: slotting with non-uniform distributionYousuk Seung2018-06-281-24/+49
* net: sched: call reoffload op on block callback regJohn Hurley2018-06-261-8/+46
* net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+39
* net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+111
* net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+32
* net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+44
* net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-9/+16
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-261-2/+2
|\
| * net_sched: remove a bogus warning in hfscCong Wang2018-06-231-2/+2
* | net_sched: remove unused htb drop_listCong Wang2018-06-241-13/+0
|/
* cls_flower: fix use after free in flower S/W pathPaolo Abeni2018-06-221-4/+17
* net/sched: act_ife: preserve the action control in case of errorDavide Caratti2018-06-201-2/+1
* net/sched: act_ife: fix recursive lock and idr leakDavide Caratti2018-06-201-5/+4
* net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-06-171-1/+1
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-122-7/+9
* net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-06-081-9/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0616-503/+628
|\
| * Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller2018-06-061-16/+10
| * net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey2018-06-051-10/+16