summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_choke.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-211-2/+3
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net_sched: red: Avoid illegal valuesNogah Frankel2017-12-051-0/+3
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-4/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* net: sched: choke: remove some dead codeDan Carpenter2017-04-051-6/+0
* net: sched: choke: remove dead filter classify codeJiri Pirko2017-03-241-51/+0
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-7/+9
* net_sched: sch_choke: defer skb freeingEric Dumazet2016-06-151-4/+4
* sched: remove qdisc->dropFlorian Westphal2016-06-081-17/+0
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-2/+4
* net: sched: kill dead code in sch_choke.cPhil Sutter2015-11-031-59/+0
* flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-011-2/+2
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* sch_choke: drop all packets in queue during resetWANG Cong2015-07-241-0/+13
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-131-2/+2
* net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-131-1/+1
* sch_choke: Use flow_keys_digestTom Herbert2015-05-041-10/+4
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-4/+14
|\
| * net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet2014-09-221-4/+14
* | net: rcu-ify tcf_protoJohn Fastabend2014-09-131-6/+9
|/
* net: use the new API kvfree()WANG Cong2014-06-051-6/+1
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2014-01-211-8/+1
* treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+2
* net/sched: rename random32() to prandom_u32()Akinobu Mita2013-04-291-1/+1
* net: sched: factorize code (qdisc_drop())Eric Dumazet2012-05-041-5/+3
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-2/+3
* net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-091-2/+1
* net_sched: red: split red_parms into parms and varsEric Dumazet2012-01-051-19/+21
* sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet2011-12-091-1/+7
* sch_choke: use skb_flow_dissect()Eric Dumazet2011-11-291-89/+31
* sch_choke: use skb_header_pointer()Eric Dumazet2011-11-081-10/+17
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-211-1/+1
* sch_choke: add choke_skb_cbEric Dumazet2011-02-241-2/+13
* sch_choke: Need linux/vmalloc.hDavid S. Miller2011-02-021-0/+1
* sched: CHOKe flow schedulerstephen hemminger2011-02-021-0/+676
OpenPOWER on IntegriCloud