aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-24netem: dont call vfree() under spinlock and BH disabledEric Dumazet1-3/+4
2011-12-22mqprio: Avoid panic if no options are providedThomas Graf1-1/+1
2011-12-12sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet1-1/+1
2011-12-01sch_red: fix red_changeEric Dumazet1-2/+2
2011-11-30sch_teql: fix lockdep splatEric Dumazet1-11/+20
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker3-0/+3
2011-10-24net_sched: cls_flow: use skb_header_pointer()Eric Dumazet1-92/+96
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-14/+13
2011-09-15pkt_sched: cls_rsvp.h was outdatedIgor Maravić1-14/+13
2011-08-26net_sched: sfb: optimize enqueue on full queueEric Dumazet1-5/+8
2011-08-17net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim1-2/+1
2011-08-09net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal1-1/+1
2011-08-01sch_sfq: fix sfq_enqueue()Eric Dumazet1-1/+6
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-2/+2
2011-07-15Remove redundant variable/code in __qdisc_runKrishna Kumar1-3/+1
2011-07-14net: remove SK_ROUTE_CAPS from meta ematchMichał Mirosław1-7/+0
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet20-25/+27
2011-06-27net_sched: fix dequeuer fairnessjamal1-5/+7
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker4-5/+5
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose3-12/+13
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller1-2/+1
2011-05-25sch_sfq: fix peek() implementationEric Dumazet1-13/+1
2011-05-23sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet1-2/+6
2011-05-22net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet1-2/+15
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds5-3/+1151
2011-05-19networking: NET_CLS_ROUTE4 depends on INETRandy Dunlap1-0/+1
2011-05-19pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller1-2/+0
2011-05-07net,act_police,rcu: remove rcu_barrier()Lai Jiangshan1-1/+0
2011-05-07net,rcu: convert call_rcu(tcf_police_free_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-05-07net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-7/+7
2011-04-04pkt_sched: QFQ - quick fair queue schedulerstephen hemminger3-0/+1149
2011-03-31Fix common misspellingsLucas De Marchi5-7/+7
2011-03-04ipv4: Remove flowi from struct rtable.David S. Miller2-2/+2
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 Dumazet2-30/+22
2011-02-25sched: protocol only needed when CONFIG_NET_CLS_ACT is enabledHagen Paul Pfeifer1-2/+2
2011-02-24sch_netem: Need to include vmalloc.hDavid S. Miller1-0/+1
2011-02-24sch_choke: add choke_skb_cbEric Dumazet1-2/+13
2011-02-24netem: update version and cleanupstephen hemminger1-6/+4
2011-02-24netem: revised correlated loss generatorstephen hemminger1-4/+270
2011-02-24Revert "sch_netem: Remove classful functionality"stephen hemminger1-8/+79
2011-02-24netem: define NETEM_DIST_MAXstephen hemminger1-1/+1
2011-02-24netem: use vmalloc for distribution tablestephen hemminger1-4/+18
2011-02-24netem: cleanup dump codestephen hemminger1-6/+3