summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: revert "sched classifier: make cgroup table local"Cong Wang2014-01-021-1/+1
* sched classifier: make cgroup table localstephen hemminger2014-01-021-1/+1
* sched action: make local function staticstephen hemminger2014-01-021-5/+3
* 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/+11
* sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang2013-12-261-5/+24
* hhf: make qdisc ops staticstephen hemminger2013-12-261-2/+1
* net_sched: fix regression in tc_action_opsEric Dumazet2013-12-201-40/+13
* net_sched: fix a regression in tcf_proto_lookup_ops()Eric Dumazet2013-12-201-12/+10
* net_sched: fix a regression in tc actionsWANG Cong2013-12-209-11/+11
* sch_cbq: remove unnecessary null pointer checkYang Yingliang2013-12-191-2/+1
* act_police: remove unnecessary null pointer checkYang Yingliang2013-12-191-4/+2
* net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam2013-12-193-0/+756
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-182-53/+84
|\
| * sch_tbf: use do_div() for 64-bit divideYang Yingliang2013-12-111-2/+4
| * net: sched: htb: fix the calculation of quantumYang Yingliang2013-12-111-8/+12
| * net: sched: tbf: fix the calculation of max_sizeYang Yingliang2013-12-111-45/+70
* | net_sched: convert tcf_proto_ops to use struct list_headWANG Cong2013-12-181-10/+8
* | net_sched: convert tc_action_ops to use struct list_headWANG Cong2013-12-181-11/+9
* | net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong2013-12-182-66/+48
* | net_sched: init struct tcf_hashinfo at register timeWANG Cong2013-12-1810-94/+80
* | net_sched: cls: refactor out struct tcf_ext_mapWANG Cong2013-12-1810-101/+59
* | net_sched: act: use standard struct list_headWANG Cong2013-12-1811-89/+83
* | net_sched: remove get_stats from tc_action_opsWANG Cong2013-12-181-4/+0
* | net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-173-3/+3
* | pkt_sched: fq: more robust memory allocationEric Dumazet2013-12-171-6/+28
* | pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2013-12-142-2/+5
* | sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang2013-12-111-11/+5
* | net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang2013-12-111-35/+122
* | net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang2013-12-101-4/+6
* | net_sched: add space around '>' and before '('Yang Yingliang2013-12-102-2/+3
* | net_sched: change "foo* bar" to "foo *bar"Yang Yingliang2013-12-102-3/+3
* | net_sched: cls_bpf: use tabs to do indentYang Yingliang2013-12-101-1/+1
* | net_sched: remove unnecessary parentheses while returnYang Yingliang2013-12-102-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-0910-29/+14
|\ \ | |/
| * net_sched: Use default action walker methodsJamal Hadi Salim2013-12-058-9/+0
| * net_sched: Provide default walker function for actionsJamal Hadi Salim2013-12-051-6/+3
| * net_sched: Use default action lookup functionsJamal Hadi Salim2013-12-057-8/+0
| * net_sched: Default action lookup method for actionsJamal Hadi Salim2013-12-051-2/+3
| * net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim2013-12-051-4/+8
* | pkt_sched: give visibility to mq slave qdiscsEric Dumazet2013-12-093-9/+17
* | net/*: Fix FSF address in file headersJeff Kirsher2013-12-062-4/+2
|/
* netem: fix gemodel loss generatorstephen hemminger2013-11-301-1/+1
* netem: fix loss 4 state modelstephen hemminger2013-11-301-2/+2
* netem: missing break in ge loss generatorstephen hemminger2013-11-301-0/+1
* sch_tbf: handle too small burstEric Dumazet2013-11-231-7/+25
OpenPOWER on IntegriCloud