summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2014-01-06net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim
2014-01-06net: pkt_sched: PIE AQM schemeVijay Subramanian
2014-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-01-03net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann
2014-01-03net: revert "sched classifier: make cgroup table local"Cong Wang
2014-01-02sched classifier: make cgroup table localstephen hemminger
2014-01-02sched action: make local function staticstephen hemminger
2013-12-31net, sch: fix the typo in register_qdisc()Zhi Yong Wu
2013-12-31sch_netem: support of 64bit ratesYang Yingliang
2013-12-31sch_netem: more precise length of packetsYang Yingliang
2013-12-31sch_dsmark: use correct func name in print messagesYang Yingliang
2013-12-31sch_htb: use /* commentsYang Yingliang
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang
2013-12-26sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang
2013-12-26hhf: make qdisc ops staticstephen hemminger
2013-12-20net_sched: fix regression in tc_action_opsEric Dumazet
2013-12-20net_sched: fix a regression in tcf_proto_lookup_ops()Eric Dumazet
2013-12-20net_sched: fix a regression in tc actionsWANG Cong
2013-12-19sch_cbq: remove unnecessary null pointer checkYang Yingliang
2013-12-19act_police: remove unnecessary null pointer checkYang Yingliang
2013-12-19net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-18net_sched: convert tcf_proto_ops to use struct list_headWANG Cong
2013-12-18net_sched: convert tc_action_ops to use struct list_headWANG Cong
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong
2013-12-18net_sched: act: use standard struct list_headWANG Cong
2013-12-18net_sched: remove get_stats from tc_action_opsWANG Cong
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert
2013-12-17pkt_sched: fq: more robust memory allocationEric Dumazet
2013-12-14pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet
2013-12-12sch_tbf: use do_div() for 64-bit divideYang Yingliang
2013-12-11sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang
2013-12-11net: sched: htb: fix the calculation of quantumYang Yingliang
2013-12-11net: sched: tbf: fix the calculation of max_sizeYang Yingliang
2013-12-11net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang
2013-12-11net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang
2013-12-11net_sched: add space around '>' and before '('Yang Yingliang
2013-12-11net_sched: change "foo* bar" to "foo *bar"Yang Yingliang
2013-12-11net_sched: cls_bpf: use tabs to do indentYang Yingliang
2013-12-11net_sched: remove unnecessary parentheses while returnYang Yingliang
2013-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-10pkt_sched: give visibility to mq slave qdiscsEric Dumazet
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher
2013-12-06net_sched: Use default action walker methodsJamal Hadi Salim
2013-12-06net_sched: Provide default walker function for actionsJamal Hadi Salim
2013-12-06net_sched: Use default action lookup functionsJamal Hadi Salim
2013-12-06net_sched: Default action lookup method for actionsJamal Hadi Salim
2013-12-06net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim