summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2011-08-17net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim
2011-08-09net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal
2011-08-01sch_sfq: fix sfq_enqueue()Eric Dumazet
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-15Remove redundant variable/code in __qdisc_runKrishna Kumar
2011-07-14net: remove SK_ROUTE_CAPS from meta ematchMichał Mirosław
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet
2011-06-27net_sched: fix dequeuer fairnessjamal
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller
2011-05-25sch_sfq: fix peek() implementationEric Dumazet
2011-05-23sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet
2011-05-22net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-19networking: NET_CLS_ROUTE4 depends on INETRandy Dunlap
2011-05-19pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller
2011-05-07net,act_police,rcu: remove rcu_barrier()Lai Jiangshan
2011-05-07net,rcu: convert call_rcu(tcf_police_free_rcu) to kfree_rcu()Lai Jiangshan
2011-05-07net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu()Lai Jiangshan
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-04pkt_sched: QFQ - quick fair queue schedulerstephen hemminger
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-04ipv4: Remove flowi from struct rtable.David S. Miller
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-03net_sched: reduce fifo qdisc sizeEric Dumazet
2011-02-25sched: protocol only needed when CONFIG_NET_CLS_ACT is enabledHagen Paul Pfeifer
2011-02-24sch_netem: Need to include vmalloc.hDavid S. Miller
2011-02-24sch_choke: add choke_skb_cbEric Dumazet
2011-02-24netem: update version and cleanupstephen hemminger
2011-02-24netem: revised correlated loss generatorstephen hemminger
2011-02-24Revert "sch_netem: Remove classful functionality"stephen hemminger
2011-02-24netem: define NETEM_DIST_MAXstephen hemminger
2011-02-24netem: use vmalloc for distribution tablestephen hemminger
2011-02-24netem: cleanup dump codestephen hemminger
2011-02-23em_meta: fix sparse warningstephen hemminger
2011-02-23mqprio: cleanupsstephen hemminger
2011-02-23net_sched: SFB flow schedulerEric Dumazet
2011-02-22cls_u32: fix sparse warningsstephen hemminger
2011-02-20net: Fix more stale on-stack list_head objects.Eric W. Biederman
2011-02-14sch_mqprio: Always set num_tc to 0 in mqprio_destroy()Ben Hutchings
2011-02-02sch_choke: Need linux/vmalloc.hDavid S. Miller
2011-02-02sched: CHOKe flow schedulerstephen hemminger
2011-02-02sfq: deadlock in error pathstephen hemminger
2011-01-26net_sched: sch_mqprio: dont leak kernel memoryEric Dumazet
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller