summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2011-02-17sched: Fix softirq time accountingVenkatesh Pallipadi
2010-12-09net sched: fix some kernel memory leaksEric Dumazet
2010-12-09act_nat: use stack variableChangli Gao
2010-12-09net sched: fix kernel leak in act_policeJeff Mahoney
2010-08-26act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao
2010-08-13arp_notify: allow drivers to explicitly request a notification event.Ian Campbell
2009-10-11pkt_sched: pedit use proper structjamal
2009-10-08netlink: fix typo in initializationJiri Pirko
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar
2009-09-17pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski
2009-09-15pkt_sched: Fix qdisc_create on stab error handlingJarek Poplawski
2009-09-15pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski
2009-09-14pkt_sched: Fix qdisc_graft WRT ingress qdiscJarek Poplawski
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-09-09net_sched: fix estimator lock selection for mq child qdiscsPatrick McHardy
2009-09-06net_sched: add classful multiqueue dummy schedulerDavid S. Miller
2009-09-06net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy
2009-09-06net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy
2009-09-06net_sched: make cls_ops->tcf_chain() optionalPatrick McHardy
2009-09-04net_sched: fix class grafting errno codesPatrick McHardy
2009-09-02tc: Fix unitialized kernel memory leakEric Dumazet
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01pkt_sched: Revert tasklet_hrtimer changes.David S. Miller
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-08-30pkt_sched: Fix resource limiting in pfifo_fastKrishna Kumar
2009-08-29Speed-up pfifo_fast lookup using a private bitmapKrishna Kumar
2009-08-25netlink: constify nlmsghdr argumentsPatrick McHardy
2009-08-24pkt_sched: Fix bogon in tasklet_hrtimer changes.David S. Miller
2009-08-23pkt_sched: Convert CBQ to tasklet_hrtimer.David S. Miller
2009-08-22pkt_sched: Convert qdisc_watchdog to tasklet_hrtimerDavid S. Miller
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet
2009-08-06net: Avoid enqueuing skb for default qdiscsKrishna Kumar
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2009-06-17pkt_sched: Update drops stats in act_policeJarek Poplawski
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-15pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-06-09pkt_sched: Use PSCHED_SHIFT in PSCHED time conversionJarek Poplawski
2009-06-09cls_cgroup: Fix oops when user send improperly 'tc filter add' requestMinoru Usui
2009-06-03net: skb->dst accessorsEric Dumazet
2009-06-03net: skb->rtable accessorEric Dumazet
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-06-02net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel pa...Minoru Usui
2009-05-26cls_cgroup: read classid atomically in classifierPaul Menage
2009-05-25net: txq_trans_update() helperEric Dumazet
2009-05-19sch_teql: Use net_device internal statsEric Dumazet