aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-0/+3
2014-09-19net: sched: use __skb_queue_head_init() where applicableEric Dumazet1-1/+1
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend1-2/+2
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-08-29net: add skb_get_tx_queue() helperDaniel Borkmann1-2/+4
2014-07-01net: fix some typos in commentYing Xue1-2/+2
2014-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny1-0/+2
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+1
2013-12-14pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet1-1/+1
2013-12-10net_sched: change "foo* bar" to "foo *bar"Yang Yingliang1-2/+2
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-1/+1
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman1-3/+3
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet1-2/+3
2013-08-31qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger1-0/+4
2013-08-31qdisc: make args to qdisc_create_default conststephen hemminger1-2/+3
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger1-5/+6
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer1-0/+1
2013-08-05net_sched: make dev_trans_start return vlan's real dev trans_startnikolay@redhat.com1-1/+6
2013-06-11net_sched: psched_ratecfg_precompute() improvementsEric Dumazet1-24/+20
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet1-3/+5
2013-03-27sch: add missing u64 in psched_ratecfg_precompute()Sergey Popovich1-1/+1
2013-02-12sch: make htb_rate_cfg and functions around that genericJiri Pirko1-0/+37
2012-12-12pkt_sched: avoid requeues if possibleEric Dumazet1-5/+6
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet1-1/+8
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang1-18/+0
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-6/+5
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-1/+2
2011-11-29net: Add queue state xoff flag for stackTom Herbert1-4/+4
2011-11-16net: new counter for tx_timeout errors in sysfsdavid decotigny1-0/+1
2011-07-15Remove redundant variable/code in __qdisc_runKrishna Kumar1-3/+1
2011-06-27net_sched: fix dequeuer fairnessjamal1-5/+7
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller1-2/+1
2011-05-22net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet1-2/+15
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-03-03net_sched: reduce fifo qdisc sizeEric Dumazet1-7/+11
2011-02-20net: Fix more stale on-stack list_head objects.Eric W. Biederman1-0/+1
2011-01-21net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet1-3/+2
2011-01-20net_sched: RCU conversion of stabEric Dumazet1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-15/+14
2011-01-19net_sched: implement a root container qdisc sch_mqprioJohn Fastabend1-0/+4
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila1-7/+22
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet1-1/+3
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet1-5/+3
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-6/+4
2010-10-21net/sched: fix missing spinlock initEric Dumazet1-0/+2
2010-10-05net: dynamic ingress_queue allocationEric Dumazet1-4/+8