summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
...
* | net: sched: fw use RCUJohn Fastabend2014-09-131-34/+77
* | net: sched: cls_flow use RCUJohn Fastabend2014-09-131-61/+84
* | net: sched: cls_cgroup use RCUJohn Fastabend2014-09-131-24/+39
* | net: sched: cls_basic use RCUJohn Fastabend2014-09-131-35/+45
* | net: rcu-ify tcf_protoJohn Fastabend2014-09-1316-84/+116
* | net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2014-09-133-9/+14
* | net_sched: sfq: remove unused macroFlorian Westphal2014-09-091-5/+0
* | qdisc: exit case fixes for skb list handling in qdisc layerJesper Dangaard Brouer2014-09-031-2/+2
* | qdisc: adjustments for API allowing skb list xmitsJesper Dangaard Brouer2014-09-021-4/+4
* | net: Don't keep around original SKB when we software segment GSO frames.David S. Miller2014-09-011-1/+1
* | net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller2014-09-011-1/+4
* | net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-011-1/+2
* | net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-011-2/+1
* | net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-291-2/+4
* | net: Add ops->ndo_xmit_flush()David S. Miller2014-08-241-2/+1
* | net: use reciprocal_scale() helperDaniel Borkmann2014-08-231-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-231-34/+14
|\|
| * cbq: now_rt removalVasily Averin2014-08-191-10/+1
| * cbq: incorrectly low bandwidth setting blocks limited trafficVasily Averin2014-08-191-24/+13
* | net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-224-10/+10
|/
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-6/+6
* net_sched: remove exceptional & on function nameHimangi Saraogi2014-07-241-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-201-5/+14
* | net_sched: hold tcf_lock in netdevice notifierCong Wang2014-07-201-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-151-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-211-7/+0
|/
* net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2014-06-112-2/+4
* net: use the new API kvfree()WANG Cong2014-06-056-34/+6
* 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-041-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-271-8/+6
* | sched, cls: check if we could overwrite actions when changing a filterCong Wang2014-04-2710-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/+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