aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-02net: Allow tc changes in user namespacesStéphane Graber2-4/+7
2014-04-27sched, act: allow to clear all actions as wellCong Wang1-8/+6
2014-04-27sched, cls: check if we could overwrite actions when changing a filterCong Wang10-39/+41
2014-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny1-0/+2
2014-03-18net: sched: use no more than one page in struct fw_headEric Dumazet1-26/+7
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang8-18/+9
2014-03-11pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet1-0/+2
2014-03-11pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet1-4/+2
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-03-08pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet1-6/+15
2014-03-06net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet1-12/+8
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+12
2014-03-03sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA1-11/+12
2014-02-27sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA1-12/+12
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+16
2014-02-17sch_netem: replace magic numbers with enumerate in get_loss_clgYang Yingliang1-2/+2
2014-02-14sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang1-4/+9
2014-02-14sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sched_data *"Yang Yingliang1-15/+10
2014-02-14sch_netem: return errcode before setting paramsYang Yingliang1-10/+29
2014-02-13net: sched: Cleanup PIE commentsVijay Subramanian1-5/+16
2014-02-12net_sched: act: clean up tca_action_flush()WANG Cong1-30/+23
2014-02-12net_sched: act: refuse to remove bound action outsideWANG Cong1-6/+20
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong10-81/+28
2014-02-12net_sched: act: refactor cleanup opsWANG Cong10-63/+21
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong10-181/+112
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