summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net-sysfs: expose number of carrier on/off changesdavid decotigny2014-03-311-0/+2
* net: sched: use no more than one page in struct fw_headEric Dumazet2014-03-181-26/+7Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-151-3/+4
|\
| * pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2014-03-101-6/+15
| * pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet2014-03-101-3/+4
* | net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-138-18/+9Star
* | pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet2014-03-121-0/+2
* | pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet2014-03-121-4/+2Star
* | pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2014-03-091-6/+15
* | net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet2014-03-061-12/+8Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-12/+12
|\|
| * sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA2014-02-271-12/+12
* | sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA2014-03-031-11/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-5/+16
|\|
| * net: sched: Cleanup PIE commentsVijay Subramanian2014-02-141-5/+16
* | sch_netem: replace magic numbers with enumerate in get_loss_clgYang Yingliang2014-02-171-2/+2
* | sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang2014-02-141-4/+9
* | sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc...Yang Yingliang2014-02-141-15/+10Star
* | sch_netem: return errcode before setting paramsYang Yingliang2014-02-141-10/+29
* | net_sched: act: clean up tca_action_flush()WANG Cong2014-02-131-30/+23Star
* | net_sched: act: refuse to remove bound action outsideWANG Cong2014-02-131-6/+20
* | net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong2014-02-1310-81/+28Star
* | net_sched: act: refactor cleanup opsWANG Cong2014-02-1310-63/+21Star
* | net_sched: act: hide struct tcf_common from APIWANG Cong2014-02-1310-181/+112Star
|/
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-01-271-10/+3Star
* sch_htb: let skb->priority refer to non-leaf classHarry Mason2014-01-231-3/+8
* reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-221-2/+4
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2014-01-221-8/+1Star
* net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong2014-01-212-9/+5Star
* net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong2014-01-2110-58/+51Star
* net_sched: act: remove capab from struct tc_action_opsWANG Cong2014-01-209-10/+0Star
* sch_netem: replace magic numbers with enumerateYang Yingliang2014-01-201-19/+28
* net_sched: fix error return code in fw_change_attrs()Wei Yongjun2014-01-171-1/+3
* net_sched: act: pick a different type for act_xtWANG Cong2014-01-171-1/+1
* net_sched: act: use tcf_hash_release() in net/sched/act_police.cWANG Cong2014-01-171-27/+3Star
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-157-18/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+1
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+1
* | net_sched: act: remove struct tcf_act_hdrWANG Cong2014-01-131-8/+8
* | net_sched: avoid casting void pointerWANG Cong2014-01-135-26/+23Star
* | net_sched: optimize tcf_match_indev()WANG Cong2014-01-132-14/+24
* | net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong2014-01-1310-14/+15
* | net_sched: act: clean up notification functionsWANG Cong2014-01-131-55/+40Star
* | net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong2014-01-1310-23/+14Star
* | HHF qdisc: fix jiffies-time conversion.Terry Lam2014-01-131-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-068-26/+37
|\|
| * net_sched: act: Dont increment refcnt on replaceJamal Hadi Salim2013-12-278-26/+37
* | net_sched: act: action flushing missaccountingJamal Hadi Salim2014-01-061-2/+3
* | net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim2014-01-062-32/+16Star
* | net: pkt_sched: PIE AQM schemeVijay Subramanian2014-01-063-0/+569