aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki2015-05-091-0/+1
* act_mirred: do not drop packets when fails to mirror itJason Wang2014-06-091-6/+5
* htb: fix sign extension bugstephen hemminger2013-10-261-1/+1
* net_sched: info leak in atm_tc_dump_class()Dan Carpenter2013-09-101-0/+1
* net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller2013-09-101-0/+1
* net_sched: act_ipt forward compat with xtablesJamal Hadi Salim2013-05-301-3/+30
* cbq: incorrect processing of high limitsVasily Averin2013-05-131-1/+4
* net: sched: integer overflow fixStefan Hasko2013-01-161-1/+1
* pkt_sched: fix virtual-start-time update in QFQPaolo Valente2012-10-101-1/+4
* net-sched: sch_cbq: avoid infinite loopEric Dumazet2012-10-101-2/+3
* net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA2012-09-191-3/+11
* sch_sfb: Fix missing NULL checkAlan Cox2012-08-191-0/+2
* netem: fix possible skb leakEric Dumazet2012-05-201-4/+2
* net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward2012-05-111-5/+2
* net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-293-6/+3
* net_sched: Bug in netem reorderingHagen Paul Pfeifer2012-02-291-2/+2
* sch_qfq: fix overflow in qfq_update_start()Eric Dumazet2012-01-031-2/+2
* netem: dont call vfree() under spinlock and BH disabledEric Dumazet2011-12-241-3/+4
* mqprio: Avoid panic if no options are providedThomas Graf2011-12-221-1/+1
* sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet2011-12-121-1/+1
* sch_red: fix red_changeEric Dumazet2011-12-011-2/+2
* sch_teql: fix lockdep splatEric Dumazet2011-11-301-11/+20
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-313-0/+3
* net_sched: cls_flow: use skb_header_pointer()Eric Dumazet2011-10-241-92/+96
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-14/+13
|\
| * pkt_sched: cls_rsvp.h was outdatedIgor Maravić2011-09-151-14/+13
* | net_sched: sfb: optimize enqueue on full queueEric Dumazet2011-08-261-5/+8
|/
* net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim2011-08-171-2/+1
* net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal2011-08-091-1/+1
* sch_sfq: fix sfq_enqueue()Eric Dumazet2011-08-011-1/+6
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-2/+2
* Remove redundant variable/code in __qdisc_runKrishna Kumar2011-07-151-3/+1
* net: remove SK_ROUTE_CAPS from meta ematchMichał Mirosław2011-07-141-7/+0
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-0620-25/+27
* net_sched: fix dequeuer fairnessjamal2011-06-271-5/+7
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-214-5/+5
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-201-2/+1
|\
| * net: Rework netdev_drivername() to avoid warning.David S. Miller2011-06-061-2/+1
* | rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-093-12/+13
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
|/
* sch_sfq: fix peek() implementationEric Dumazet2011-05-251-13/+1
* sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet2011-05-231-2/+6
* net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet2011-05-221-2/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-205-3/+1151
|\
| * networking: NET_CLS_ROUTE4 depends on INETRandy Dunlap2011-05-191-0/+1
| * pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller2011-05-191-2/+0
| * inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-115-7/+7
| |\