aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_choke.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring1-2/+3
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel1-0/+3
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-4/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-05net: sched: choke: remove some dead codeDan Carpenter1-6/+0
2017-03-24net: sched: choke: remove dead filter classify codeJiri Pirko1-51/+0
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-7/+9
2016-06-15net_sched: sch_choke: defer skb freeingEric Dumazet1-4/+4
2016-06-08sched: remove qdisc->dropFlorian Westphal1-17/+0
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-2/+4
2015-11-03net: sched: kill dead code in sch_choke.cPhil Sutter1-59/+0
2015-09-01flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert1-2/+2
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2015-07-24sch_choke: drop all packets in queue during resetWANG Cong1-0/+13
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko1-2/+2
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko1-1/+1
2015-05-04sch_choke: Use flow_keys_digestTom Herbert1-10/+4
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-7/+7
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+14
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet1-4/+14
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-6/+9
2014-06-05net: use the new API kvfree()WANG Cong1-6/+1
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann1-8/+1
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches1-1/+2
2013-04-29net/sched: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet1-5/+3
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-2/+3
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-2/+1
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet1-19/+21
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet1-1/+7
2011-11-29sch_choke: use skb_flow_dissect()Eric Dumazet1-89/+31
2011-11-08sch_choke: use skb_header_pointer()Eric Dumazet1-10/+17
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-1/+1
2011-02-24sch_choke: add choke_skb_cbEric Dumazet1-2/+13
2011-02-02sch_choke: Need linux/vmalloc.hDavid S. Miller1-0/+1
2011-02-02sched: CHOKe flow schedulerstephen hemminger1-0/+676