aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong
2016-10-13net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet
2016-10-03net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-28net/sched: cls_flower: Use a proper mask value for enc key id parameterHadar Hen Zion
2016-09-27act_ife: Fix false encodingYotam Gigi
2016-09-27act_ife: Fix external mac header on encodeYotam Gigi
2016-09-23net_sched: sch_fq: account for schedule/timers driftsEric Dumazet
2016-09-23sch_sfb: keep backlog updated with qlenWANG Cong
2016-09-23sch_qfq: keep backlog updated with qlenWANG Cong
2016-09-23net_sched: check NULL on error path in route4_change()WANG Cong
2016-09-22net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan actionShmulik Ladkani
2016-09-21net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski
2016-09-21net: cls_bpf: allow offloaded filters to update statsJakub Kicinski
2016-09-21net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski
2016-09-21net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski
2016-09-21net: cls_bpf: add hardware offloadJakub Kicinski
2016-09-21net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet
2016-09-20net sched actions: fix GETing actionsJamal Hadi Salim
2016-09-19net sched: stylistic cleanupsJamal Hadi Salim
2016-09-19net sched actions police: peg drop stats for conforming trafficRoman Mashak
2016-09-19net sched ife action: Introduce skb tcindex metadata encap decapJamal Hadi Salim
2016-09-19net sched ife action: add 16 bit helpersJamal Hadi Salim
2016-09-19sched: add and use qdisc_skb_head helpersFlorian Westphal
2016-09-19sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal
2016-09-19sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal
2016-09-19sched: don't use skb queue helpersFlorian Westphal
2016-09-19pie: use qdisc_dequeue_head wrapperFlorian Westphal
2016-09-18pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet
2016-09-15net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz
2016-09-15net/sched: cls_flower: Support masking for matching on tcp/udp portsOr Gerlitz
2016-09-15net_sched: Introduce skbmod actionJamal Hadi Salim
2016-09-15bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann
2016-09-15bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann
2016-09-15net/sched: act_tunnel_key: Remove rcu_read_lock protectionHadar Hen Zion
2016-09-10net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10net/sched: Introduce act_tunnel_keyAmir Vadai
2016-09-10net/sched: cls_flower: Classify packet in ip tunnelsAmir Vadai
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-29net_sched: fix use of uninitialized ethertype variable in cls_flowerArnd Bergmann
2016-08-25qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet
2016-08-22net sched: fix encoding to use real lengthJamal Hadi Salim
2016-08-22net_sched: properly handle failure case of tcf_exts_init()WANG Cong
2016-08-18net_sched: act_vlan: Add priority optionHadar Hen Zion
2016-08-18net_sched: flower: Add vlan supportHadar Hen Zion
2016-08-18net_sched: flower: Avoid dissection of unmasked keysHadar Hen Zion
2016-08-18net: sched: avoid duplicates in qdisc dumpJiri Kosina
2016-08-18net: sched: fix handling of singleton qdiscs with qdisc_hashJiri Kosina
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-17net_sched: allow flushing tc police actionsRoman Mashak