aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-15net_sched: fix an allocation bug in tcindex_set_parms()WANG Cong1-1/+1
2014-09-15net_sched: fix suspicious RCU usage in cls_bpf_classify()WANG Cong1-1/+1
2014-09-13net: sched: rcu'ify cls_bpfJohn Fastabend1-47/+47
2014-09-13net: sched: rcu'ify cls_rsvpJohn Fastabend1-70/+90
2014-09-13net: sched: make cls_u32 locklessJohn Fastabend1-73/+110
2014-09-13net: sched: make cls_u32 per cpuJohn Fastabend1-16/+59
2014-09-13net: sched: RCU cls_tcindexJohn Fastabend1-94/+154
2014-09-13net: sched: RCU cls_routeJohn Fastabend1-94/+132
2014-09-13net: sched: fw use RCUJohn Fastabend1-34/+77
2014-09-13net: sched: cls_flow use RCUJohn Fastabend1-61/+84
2014-09-13net: sched: cls_cgroup use RCUJohn Fastabend1-24/+39
2014-09-13net: sched: cls_basic use RCUJohn Fastabend1-35/+45
2014-09-13net: rcu-ify tcf_protoJohn Fastabend16-84/+116
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend3-9/+14
2014-09-09net_sched: sfq: remove unused macroFlorian Westphal1-5/+0
2014-09-03qdisc: exit case fixes for skb list handling in qdisc layerJesper Dangaard Brouer1-2/+2
2014-09-02qdisc: adjustments for API allowing skb list xmitsJesper Dangaard Brouer1-4/+4
2014-09-01net: Don't keep around original SKB when we software segment GSO frames.David S. Miller1-1/+1
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller1-1/+4
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-1/+2
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller1-2/+1
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann1-2/+4
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller1-2/+1
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann1-1/+2
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-34/+14
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet4-10/+10
2014-08-19cbq: now_rt removalVasily Averin1-10/+1
2014-08-19cbq: incorrectly low bandwidth setting blocks limited trafficVasily Averin1-24/+13
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-6/+6
2014-07-24net_sched: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+14
2014-07-20net_sched: avoid generating same handle for u32 filtersCong Wang1-5/+14
2014-07-20net_sched: hold tcf_lock in netdevice notifierCong Wang1-0/+2
2014-07-17net_sched: cancel nest attribute on failure in tcf_exts_dump()Cong Wang1-3/+8
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-07-01net: fix some typos in commentYing Xue1-2/+2
2014-06-21net: em_canid: remove useless statements from em_canid_changeDuan Jiong1-7/+0
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2-2/+4
2014-06-05net: use the new API kvfree()WANG Cong6-34/+6
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+20
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann1-2/+2
2014-05-21net_sched: fix an oops in tcindex filterCong Wang1-10/+20
2014-05-12sch_hhf: fix comparison of qlen and limitYang Yingliang1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+11
2014-05-04net: sched: lock imbalance in hhf qdiscJohn Fastabend1-5/+6
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-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman3-5/+5
2014-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny1-0/+2