summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_choke.c
AgeCommit message (Expand)Author
2020-12-28net: sched: prevent invalid Scell_log shift countRandy Dunlap
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-05sch_choke: Remove classid from choke_skb_cb.David S. Miller
2020-05-05net: sched: choke: Remove unused inline function choke_set_classidYueHaibing
2020-04-27sch_choke: avoid potential panic in choke_reset()Eric Dumazet
2020-01-29sch_choke: Use kvcallocJoe Perches
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-05net: sched: choke: remove some dead codeDan Carpenter
2017-03-24net: sched: choke: remove dead filter classify codeJiri Pirko
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-15net_sched: sch_choke: defer skb freeingEric Dumazet
2016-06-08sched: remove qdisc->dropFlorian Westphal
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2015-11-03net: sched: kill dead code in sch_choke.cPhil Sutter
2015-09-01flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-07-24sch_choke: drop all packets in queue during resetWANG Cong
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko
2015-05-04sch_choke: Use flow_keys_digestTom Herbert
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-06-05net: use the new API kvfree()WANG Cong
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches
2013-04-29net/sched: rename random32() to prandom_u32()Akinobu Mita
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet
2011-11-29sch_choke: use skb_flow_dissect()Eric Dumazet
2011-11-08sch_choke: use skb_header_pointer()Eric Dumazet
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
2011-02-24sch_choke: add choke_skb_cbEric Dumazet
2011-02-02sch_choke: Need linux/vmalloc.hDavid S. Miller
2011-02-02sched: CHOKe flow schedulerstephen hemminger