Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09treewide: 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-16net_sched: sch_choke: defer skb freeingEric Dumazet
2016-06-09sched: remove qdisc->dropFlorian Westphal
2016-03-01net_sched: update hierarchical backlog tooWANG Cong
2015-11-03net: sched: kill dead code in sch_choke.cPhil Sutter
2015-09-02flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert
2015-08-28net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-07-25sch_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-22random32: 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-30net/sched: rename random32() to prandom_u32()Akinobu Mita
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet
2012-04-02pkt_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-09sch_choke: use skb_header_pointer()Eric Dumazet
2011-06-22ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
2011-02-25sch_choke: add choke_skb_cbEric Dumazet
2011-02-03sch_choke: Need linux/vmalloc.hDavid S. Miller
2011-02-03sched: CHOKe flow schedulerstephen hemminger