summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2014-01-13net_sched: act: remove struct tcf_act_hdrWANG Cong
2014-01-13net_sched: avoid casting void pointerWANG Cong
2014-01-13net_sched: optimize tcf_match_indev()WANG Cong
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong
2014-01-13net_sched: act: clean up notification functionsWANG Cong
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong
2014-01-13HHF qdisc: fix jiffies-time conversion.Terry Lam
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-06net_sched: act: action flushing missaccountingJamal Hadi Salim
2014-01-06net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim
2014-01-06net: pkt_sched: PIE AQM schemeVijay Subramanian
2014-01-05Merge 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-02net: 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-27net_sched: act: Dont increment refcnt on replaceJamal Hadi Salim
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-11sch_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-10net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang
2013-12-10net_sched: add space around '>' and before '('Yang Yingliang