summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
...
* | sch_gred: prefer GFP_KERNEL allocationsEric Dumazet2011-12-161-7/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-161-1/+1
|\|
| * sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet2011-12-131-1/+1
* | cls_flow: remove one dynamic arrayEric Dumazet2011-12-141-1/+1
* | netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer2011-12-131-4/+29
* | sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet2011-12-093-7/+32
* | sch_red: Adaptative RED AQMEric Dumazet2011-12-091-0/+21
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-022-13/+22
|\|
| * sch_red: fix red_changeEric Dumazet2011-12-021-2/+2
| * sch_teql: fix lockdep splatEric Dumazet2011-11-301-11/+20
* | netem: fix build error on 32bit archesEric Dumazet2011-12-011-1/+4
* | netem: rate extensionHagen Paul Pfeifer2011-12-011-0/+40
* | sch_choke: use skb_flow_dissect()Eric Dumazet2011-11-291-89/+31Star
* | sch_sfq: use skb_flow_dissect()Eric Dumazet2011-11-291-55/+10Star
* | net: Add queue state xoff flag for stackTom Herbert2011-11-293-9/+11
* | sch_sfb: use skb_flow_dissect()Eric Dumazet2011-11-291-3/+14
* | cls_flow: use skb_flow_dissect()Eric Dumazet2011-11-291-132/+48Star
* | net: new counter for tx_timeout errors in sysfsdavid decotigny2011-11-171-0/+1
* | sch_choke: use skb_header_pointer()Eric Dumazet2011-11-081-10/+17
|/
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-11-013-0/+3
* net_sched: cls_flow: use skb_header_pointer()Eric Dumazet2011-10-251-92/+96
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-14/+13Star
|\
| * pkt_sched: cls_rsvp.h was outdatedIgor Maravić2011-09-151-14/+13Star
* | net_sched: sfb: optimize enqueue on full queueEric Dumazet2011-08-261-5/+8
|/
* net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim2011-08-181-2/+1Star
* net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal2011-08-101-1/+1
* sch_sfq: fix sfq_enqueue()Eric Dumazet2011-08-011-1/+6
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-2/+2
* Remove redundant variable/code in __qdisc_runKrishna Kumar2011-07-151-3/+1Star
* net: remove SK_ROUTE_CAPS from meta ematchMichał Mirosław2011-07-141-7/+0Star
* 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-224-5/+5
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-221-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-211-2/+1Star
|\
| * net: Rework netdev_drivername() to avoid warning.David S. Miller2011-06-071-2/+1Star
* | rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-103-12/+13
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
|/
* sch_sfq: fix peek() implementationEric Dumazet2011-05-251-13/+1Star
* sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet2011-05-231-2/+6
* net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet2011-05-231-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-201-0/+1
| * pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller2011-05-201-2/+0Star
| * 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
| |\
| * | pkt_sched: QFQ - quick fair queue schedulerstephen hemminger2011-04-043-0/+1149
* | | net,act_police,rcu: remove rcu_barrier()Lai Jiangshan2011-05-081-1/+0Star