summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
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-19pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet
2016-09-16net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz
2016-09-16net/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-11net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-11net/sched: Introduce act_tunnel_keyAmir Vadai
2016-09-11net/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-23net sched: fix encoding to use real lengthJamal Hadi Salim
2016-08-23net_sched: properly handle failure case of tcf_exts_init()WANG Cong
2016-08-19net_sched: act_vlan: Add priority optionHadar Hen Zion
2016-08-19net_sched: flower: Add vlan supportHadar Hen Zion
2016-08-19net_sched: flower: Avoid dissection of unmasked keysHadar Hen Zion
2016-08-19net: sched: avoid duplicates in qdisc dumpJiri Kosina
2016-08-19net: 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
2016-08-17net_sched: unify the init logic for act_policeWANG Cong
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong
2016-08-17net_sched: remove an unnecessary list_del()WANG Cong
2016-08-17net_sched: remove the leftover cleanup_a()WANG Cong
2016-08-11net: sched: convert qdisc linked list to hashtableJiri Kosina
2016-08-08net/sched/sch_hfsc.c: remove unused cl_myfadjMichal Soltys
2016-08-08net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bugMichal Soltys
2016-07-26net_sched: get rid of struct tcf_commonWANG Cong
2016-07-26net_sched: move tc_action into tcf_commonWANG Cong
2016-07-25net/sched: Add match-all classifier hw offloading.Yotam Gigi
2016-07-25net/sched: introduce Match-all classifierJiri Pirko
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-19net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov
2016-07-09hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-04net sched actions: skbedit convert to use more modern nla_put_xxxJamal Hadi Salim
2016-07-04net sched actions: skbedit add support for mod-ing skb pkt_typeJamal Hadi Salim
2016-07-01net_sched: fix mirrored packets checksumWANG Cong
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann
2016-07-01net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys
2016-07-01net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys
2016-07-01net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys
2016-07-01net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys