summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss2017-03-221-0/+3
* net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov2017-03-221-1/+0
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-03-221-4/+1
* net/sched: matchall: Fix configuration raceYotam Gigi2017-02-181-82/+45
* net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim2017-02-041-3/+2
* net/sched: cls_flower: Fix missing addr_type in classifyPaul Blakey2017-01-151-0/+4
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-01-151-1/+3
* sched: cls_flower: remove from hashtable only in case skip sw flag is not setJiri Pirko2016-11-291-4/+6
* net/sched: pedit: make sure that offset is validAmir Vadai2016-11-291-4/+20
* net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-11-288-21/+31
* net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak2016-11-241-1/+1
* net sched filters: pass netlink message flags in event notificationRoman Mashak2016-11-171-2/+3
* net_sched actions: use nla_parse_nested()Johannes Berg2016-10-291-2/+1
* net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim2016-10-271-1/+2
* net/sched: act_mirred: Use passed lastuse argumentPaul Blakey2016-10-201-1/+4
* net_sched: reorder pernet ops and act ops registrationsWANG Cong2016-10-131-8/+11
* net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet2016-10-131-7/+11
* net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani2016-10-031-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-023-4/+9
|\
| * act_ife: Fix false encodingYotam Gigi2016-09-271-2/+2
| * act_ife: Fix external mac header on encodeYotam Gigi2016-09-271-2/+1
| * sch_sfb: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
| * sch_qfq: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
* | net/sched: cls_flower: Use a proper mask value for enc key id parameterHadar Hen Zion2016-09-281-2/+2
* | 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-211-0/+8
* | net: cls_bpf: allow offloaded filters to update statsJakub Kicinski2016-09-211-0/+11
* | net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski2016-09-211-9/+25
* | net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski2016-09-211-2/+20
* | net: cls_bpf: add hardware offloadJakub Kicinski2016-09-211-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-201-0/+20
* | net sched: stylistic cleanupsJamal Hadi Salim2016-09-1914-104/+114
* | net sched actions police: peg drop stats for conforming trafficRoman Mashak2016-09-191-0/+2
* | net sched ife action: Introduce skb tcindex metadata encap decapJamal Hadi Salim2016-09-193-0/+85
* | net sched ife action: add 16 bit helpersJamal Hadi Salim2016-09-191-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-181-14/+18
* | net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz2016-09-151-1/+0
* | net/sched: cls_flower: Support masking for matching on tcp/udp portsOr Gerlitz2016-09-151-8/+12
* | net_sched: Introduce skbmod actionJamal Hadi Salim2016-09-153-0/+313
* | bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann2016-09-151-1/+1
* | bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann2016-09-152-6/+0
* | net/sched: act_tunnel_key: Remove rcu_read_lock protectionHadar Hen Zion2016-09-151-13/+4