summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2018-07-10sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen
2018-07-08net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov
2018-07-08net: sched: atomically check-allocate actionVlad Buslov
2018-07-08net: sched: use reference counting action initVlad Buslov
2018-07-08net: sched: don't release reference on action overwriteVlad Buslov
2018-07-08net: sched: implement reference counted action releaseVlad Buslov
2018-07-08net: sched: add 'delete' function to action opsVlad Buslov
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov
2018-07-08net: sched: always take reference to actionVlad Buslov
2018-07-08net: sched: implement unlocked action init APIVlad Buslov
2018-07-08net: sched: change type of reference and bind countersVlad Buslov
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov
2018-07-07net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu
2018-07-07net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu
2018-07-07net/sched: flower: Add support for matching on vlan ethertypeJianbo Liu
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia
2018-07-04net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes
2018-07-04net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun
2018-07-04net:sched: add action inheritdsfield to skbeditQiaobin Fu
2018-07-02net sched actions: add extack messages in pedit actionRoman Mashak
2018-06-29net/sched: add tunnel option support to act_tunnel_keySimon Horman
2018-06-29net/sched: act_tunnel_key: add extended ack supportSimon Horman
2018-06-29net/sched: act_tunnel_key: disambiguate metadata dst error casesSimon Horman
2018-06-28net sched actions: avoid bitwise operation on signed value in peditRoman Mashak
2018-06-28net sched actions: fix misleading text strings in pedit actionRoman Mashak
2018-06-28net sched actions: use sizeof operator for buffer lengthRoman Mashak
2018-06-28net sched actions: fix sparse warningRoman Mashak
2018-06-28net sched actions: fix coding style in pedit actionRoman Mashak
2018-06-28netem: slotting with non-uniform distributionYousuk Seung
2018-06-26net: sched: call reoffload op on block callback regJohn Hurley
2018-06-26net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley
2018-06-26net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley
2018-06-26net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley
2018-06-26net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley
2018-06-26Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-24net_sched: remove unused htb drop_listCong Wang
2018-06-23net_sched: remove a bogus warning in hfscCong Wang
2018-06-22cls_flower: fix use after free in flower S/W pathPaolo Abeni
2018-06-20net/sched: act_ife: preserve the action control in case of errorDavide Caratti
2018-06-20net/sched: act_ife: fix recursive lock and idr leakDavide Caratti
2018-06-17net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-08net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller
2018-06-05net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey