aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-10pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet1-6/+15
2014-03-10pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet1-3/+4
2014-02-27sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA1-12/+12
2014-02-13net: sched: Cleanup PIE commentsVijay Subramanian1-5/+16
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal1-10/+3
2014-01-22sch_htb: let skb->priority refer to non-leaf classHarry Mason1-3/+8
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa1-2/+4
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann1-8/+1
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong2-9/+5
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong10-58/+51
2014-01-19net_sched: act: remove capab from struct tc_action_opsWANG Cong9-10/+0
2014-01-19sch_netem: replace magic numbers with enumerateYang Yingliang1-19/+28
2014-01-16net_sched: fix error return code in fw_change_attrs()Wei Yongjun1-1/+3
2014-01-16net_sched: act: pick a different type for act_xtWANG Cong1-1/+1
2014-01-16net_sched: act: use tcf_hash_release() in net/sched/act_police.cWANG Cong1-27/+3
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane7-18/+19
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-13net_sched: act: remove struct tcf_act_hdrWANG Cong1-8/+8
2014-01-13net_sched: avoid casting void pointerWANG Cong5-26/+23
2014-01-13net_sched: optimize tcf_match_indev()WANG Cong2-14/+24
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong10-14/+15
2014-01-13net_sched: act: clean up notification functionsWANG Cong1-55/+40
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong10-23/+14
2014-01-13HHF qdisc: fix jiffies-time conversion.Terry Lam1-6/+6
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-26/+37
2014-01-06net_sched: act: action flushing missaccountingJamal Hadi Salim1-2/+3
2014-01-06net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim2-32/+16
2014-01-06net: pkt_sched: PIE AQM schemeVijay Subramanian3-0/+569
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-110/+2
2014-01-03net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2-110/+2
2014-01-02net: revert "sched classifier: make cgroup table local"Cong Wang1-1/+1
2014-01-02sched classifier: make cgroup table localstephen hemminger1-1/+1
2014-01-02sched action: make local function staticstephen hemminger1-5/+3
2013-12-31net, sch: fix the typo in register_qdisc()Zhi Yong Wu1-1/+1
2013-12-31sch_netem: support of 64bit ratesYang Yingliang1-2/+13
2013-12-31sch_netem: more precise length of packetsYang Yingliang1-1/+1
2013-12-31sch_dsmark: use correct func name in print messagesYang Yingliang1-18/+19
2013-12-31sch_htb: use /* commentsYang Yingliang1-3/+4
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang4-13/+11
2013-12-27net_sched: act: Dont increment refcnt on replaceJamal Hadi Salim8-26/+37
2013-12-26sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang1-5/+24
2013-12-26hhf: make qdisc ops staticstephen hemminger1-2/+1
2013-12-20net_sched: fix regression in tc_action_opsEric Dumazet1-40/+13
2013-12-20net_sched: fix a regression in tcf_proto_lookup_ops()Eric Dumazet1-12/+10
2013-12-20net_sched: fix a regression in tc actionsWANG Cong9-11/+11
2013-12-19sch_cbq: remove unnecessary null pointer checkYang Yingliang1-2/+1
2013-12-19act_police: remove unnecessary null pointer checkYang Yingliang1-4/+2
2013-12-19net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam3-0/+756
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-53/+84