summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: sch_fq: account for schedule/timers driftsEric Dumazet2016-09-231-3/+18
* net_sched: check NULL on error path in route4_change()WANG Cong2016-09-231-1/+2
* net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan actionShmulik Ladkani2016-09-221-1/+28
* net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski2016-09-221-0/+8
* net: cls_bpf: allow offloaded filters to update statsJakub Kicinski2016-09-221-0/+11
* net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski2016-09-221-9/+25
* net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski2016-09-221-2/+20
* net: cls_bpf: add hardware offloadJakub Kicinski2016-09-221-0/+70
* net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet2016-09-211-3/+19
* net sched actions: fix GETing actionsJamal Hadi Salim2016-09-211-0/+20
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-2014-104/+114
* net sched actions police: peg drop stats for conforming trafficRoman Mashak2016-09-201-0/+2
* net sched ife action: Introduce skb tcindex metadata encap decapJamal Hadi Salim2016-09-203-0/+85
* net sched ife action: add 16 bit helpersJamal Hadi Salim2016-09-201-0/+26
* sched: add and use qdisc_skb_head helpersFlorian Westphal2016-09-193-16/+43
* sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal2016-09-193-4/+4
* sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal2016-09-191-1/+6
* sched: don't use skb queue helpersFlorian Westphal2016-09-193-5/+5
* pie: use qdisc_dequeue_head wrapperFlorian Westphal2016-09-191-1/+1
* pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet2016-09-191-14/+18
* net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz2016-09-161-1/+0Star
* net/sched: cls_flower: Support masking for matching on tcp/udp portsOr Gerlitz2016-09-161-8/+12
* net_sched: Introduce skbmod actionJamal Hadi Salim2016-09-163-0/+313
* bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann2016-09-161-1/+1
* bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann2016-09-162-6/+0Star
* net/sched: act_tunnel_key: Remove rcu_read_lock protectionHadar Hen Zion2016-09-161-13/+4Star
* net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-111-3/+3
* net/sched: Introduce act_tunnel_keyAmir Vadai2016-09-113-0/+363
* net/sched: cls_flower: Classify packet in ip tunnelsAmir Vadai2016-09-111-1/+99
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-302-12/+15
|\
| * qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet2016-08-261-4/+5
| * net sched: fix encoding to use real lengthJamal Hadi Salim2016-08-231-8/+10
* | net_sched: fix use of uninitialized ethertype variable in cls_flowerArnd Bergmann2016-08-291-10/+11
* | net_sched: properly handle failure case of tcf_exts_init()WANG Cong2016-08-2310-72/+177
* | net_sched: act_vlan: Add priority optionHadar Hen Zion2016-08-191-2/+11
* | net_sched: flower: Add vlan supportHadar Hen Zion2016-08-191-3/+67
* | net_sched: flower: Avoid dissection of unmasked keysHadar Hen Zion2016-08-191-15/+13Star
* | net: sched: avoid duplicates in qdisc dumpJiri Kosina2016-08-191-4/+10
* | net: sched: fix handling of singleton qdiscs with qdisc_hashJiri Kosina2016-08-191-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-183-91/+56Star
|\|
| * net_sched: allow flushing tc police actionsRoman Mashak2016-08-181-42/+1Star
| * net_sched: unify the init logic for act_policeWANG Cong2016-08-181-9/+10
| * net_sched: convert tcf_exts from list to pointer arrayWANG Cong2016-08-182-20/+42
| * net_sched: remove an unnecessary list_del()WANG Cong2016-08-181-1/+0Star
| * net_sched: remove the leftover cleanup_a()WANG Cong2016-08-181-19/+3Star
* | net: sched: convert qdisc linked list to hashtableJiri Kosina2016-08-114-15/+20
* | net/sched/sch_hfsc.c: remove unused cl_myfadjMichal Soltys2016-08-091-5/+2Star
* | net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bugMichal Soltys2016-08-091-32/+12Star
|/
* net_sched: get rid of struct tcf_commonWANG Cong2016-07-262-77/+72Star
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-2614-279/+256Star