summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-062-110/+2Star
|\ \
| * | net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2014-01-032-110/+2Star
* | | net: revert "sched classifier: make cgroup table local"Cong Wang2014-01-031-1/+1
* | | sched classifier: make cgroup table localstephen hemminger2014-01-021-1/+1
* | | sched action: make local function staticstephen hemminger2014-01-021-5/+3Star
* | | net, sch: fix the typo in register_qdisc()Zhi Yong Wu2013-12-311-1/+1
* | | sch_netem: support of 64bit ratesYang Yingliang2013-12-311-2/+13
* | | sch_netem: more precise length of packetsYang Yingliang2013-12-311-1/+1
* | | sch_dsmark: use correct func name in print messagesYang Yingliang2013-12-311-18/+19
* | | sch_htb: use /* commentsYang Yingliang2013-12-311-3/+4
* | | net_sched: replace pr_warning with pr_warnYang Yingliang2013-12-314-13/+11Star
* | | sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang2013-12-261-5/+24
* | | hhf: make qdisc ops staticstephen hemminger2013-12-261-2/+1Star
* | | net_sched: fix regression in tc_action_opsEric Dumazet2013-12-201-40/+13Star
* | | net_sched: fix a regression in tcf_proto_lookup_ops()Eric Dumazet2013-12-201-12/+10Star