summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: fix an oops in tcindex filterCong Wang2014-05-211-10/+20
* net: sched: lock imbalance in hhf qdiscJohn Fastabend2014-05-041-5/+6
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-243-5/+5
* net-sysfs: expose number of carrier on/off changesdavid decotigny2014-03-311-0/+2
* net: sched: use no more than one page in struct fw_headEric Dumazet2014-03-181-26/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-3/+4
|\
| * pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2014-03-101-6/+15
| * pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet2014-03-101-3/+4
* | net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-138-18/+9
* | pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet2014-03-111-0/+2
* | pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet2014-03-111-4/+2
* | pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2014-03-081-6/+15
* | net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet2014-03-061-12/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-12/+12
|\|
| * sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA2014-02-271-12/+12
* | sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA2014-03-031-11/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-5/+16
|\|
| * net: sched: Cleanup PIE commentsVijay Subramanian2014-02-131-5/+16
* | sch_netem: replace magic numbers with enumerate in get_loss_clgYang Yingliang2014-02-171-2/+2
* | sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang2014-02-141-4/+9
* | sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc...Yang Yingliang2014-02-141-15/+10
* | sch_netem: return errcode before setting paramsYang Yingliang2014-02-141-10/+29
* | net_sched: act: clean up tca_action_flush()WANG Cong2014-02-121-30/+23
* | net_sched: act: refuse to remove bound action outsideWANG Cong2014-02-121-6/+20
* | net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong2014-02-1210-81/+28
* | net_sched: act: refactor cleanup opsWANG Cong2014-02-1210-63/+21
* | net_sched: act: hide struct tcf_common from APIWANG Cong2014-02-1210-181/+112
|/
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-01-261-10/+3
* sch_htb: let skb->priority refer to non-leaf classHarry Mason2014-01-221-3/+8
* reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-211-2/+4
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2014-01-211-8/+1
* net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong2014-01-212-9/+5
* net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong2014-01-2110-58/+51
* net_sched: act: remove capab from struct tc_action_opsWANG Cong2014-01-199-10/+0
* sch_netem: replace magic numbers with enumerateYang Yingliang2014-01-191-19/+28
* net_sched: fix error return code in fw_change_attrs()Wei Yongjun2014-01-161-1/+3
* net_sched: act: pick a different type for act_xtWANG Cong2014-01-161-1/+1
* net_sched: act: use tcf_hash_release() in net/sched/act_police.cWANG Cong2014-01-161-27/+3
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-147-18/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+1
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+1
* | net_sched: act: remove struct tcf_act_hdrWANG Cong2014-01-131-8/+8
* | net_sched: avoid casting void pointerWANG Cong2014-01-135-26/+23
* | net_sched: optimize tcf_match_indev()WANG Cong2014-01-132-14/+24
* | net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong2014-01-1310-14/+15
* | net_sched: act: clean up notification functionsWANG Cong2014-01-131-55/+40
* | net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong2014-01-1310-23/+14
* | HHF qdisc: fix jiffies-time conversion.Terry Lam2014-01-131-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-068-26/+37
|\|
| * net_sched: act: Dont increment refcnt on replaceJamal Hadi Salim2013-12-278-26/+37