summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-031-6/+6
* net_sched: remove exceptional & on function nameHimangi Saraogi2014-07-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-5/+14
|\
| * net_sched: avoid generating same handle for u32 filtersCong Wang2014-07-211-5/+14
* | net_sched: hold tcf_lock in netdevice notifierCong Wang2014-07-211-0/+2
* | net_sched: cancel nest attribute on failure in tcf_exts_dump()Cong Wang2014-07-171-3/+8
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-2/+2
* | net: fix some typos in commentYing Xue2014-07-011-2/+2
* | net: em_canid: remove useless statements from em_canid_changeDuan Jiong2014-06-221-7/+0Star
|/
* net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2014-06-122-2/+4
* net: use the new API kvfree()WANG Cong2014-06-056-34/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-10/+20
|\
| * net_sched: fix an oops in tcindex filterCong Wang2014-05-211-10/+20
* | net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-231-2/+2
* | sch_hhf: fix comparison of qlen and limitYang Yingliang2014-05-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-124-10/+11
|\|
| * net: sched: lock imbalance in hhf qdiscJohn Fastabend2014-05-051-5/+6
| * net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-243-5/+5
* | net: Allow tc changes in user namespacesStéphane Graber2014-05-022-4/+7
* | sched, act: allow to clear all actions as wellCong Wang2014-04-281-8/+6Star
* | sched, cls: check if we could overwrite actions when changing a filterCong Wang2014-04-2810-39/+41
|/
* 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/+7Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-151-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/+9Star
* | pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet2014-03-121-0/+2
* | pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet2014-03-121-4/+2Star
* | pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2014-03-091-6/+15
* | net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet2014-03-061-12/+8Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-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-141-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/+10Star
* | sch_netem: return errcode before setting paramsYang Yingliang2014-02-141-10/+29
* | net_sched: act: clean up tca_action_flush()WANG Cong2014-02-131-30/+23Star
* | net_sched: act: refuse to remove bound action outsideWANG Cong2014-02-131-6/+20
* | net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong2014-02-1310-81/+28Star
* | net_sched: act: refactor cleanup opsWANG Cong2014-02-1310-63/+21Star
* | net_sched: act: hide struct tcf_common from APIWANG Cong2014-02-1310-181/+112Star
|/
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-01-271-10/+3Star
* sch_htb: let skb->priority refer to non-leaf classHarry Mason2014-01-231-3/+8
* reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-221-2/+4
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2014-01-221-8/+1Star
* net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong2014-01-212-9/+5Star