aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao
2010-10-21net/sched: fix missing spinlock initEric Dumazet
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi
2010-10-13netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt
2010-10-13netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet
2010-10-09net_sched: use __TCA_HTB_MAX and TCA_HTB_MAXChangli Gao
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-05cls_u32: signedness bugDan Carpenter
2010-10-05net: dynamic ingress_queue allocationEric Dumazet
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-12sch_atm: Fix potential NULL deref.David S. Miller
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-01net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf()Michal Soltys
2010-09-01net sched: fix kernel leak in act_policeJeff Mahoney
2010-08-24tc: add meta match on receive hashStephen Hemminger
2010-08-23net_sched: act_csum: coding style cleanupChangli Gao
2010-08-23pkt_sched: Make act_csum depend upon INET.David S. Miller
2010-08-22net/sched: need to include net/ip6_checksum.hStephen Rothwell
2010-08-21net_sched: cls_flow: add key rxhashChangli Gao
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-20net/sched: add ACT_CSUM action to update packets checksumsGrégoire Baron
2010-08-19net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao
2010-08-19net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao
2010-08-18net/sched: remove unneeded NULL checkDan Carpenter
2010-08-17net sched: fix some kernel memory leaksEric Dumazet
2010-08-11pkt_sched: Check .walk and .leaf class handlersJarek Poplawski
2010-08-11pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski
2010-08-10net: Use NET_XMIT_SUCCESS where possible.Ben Greear
2010-08-10pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add...Jarek Poplawski
2010-08-10pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a...Jarek Poplawski
2010-08-07pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski
2010-08-04sch_sfq: add sanity check for the packet lengthChangli Gao
2010-08-04cls_rsvp: add sanity check for the packet lengthChangli Gao
2010-08-04cls_flow: add sanity check for the packet lengthChangli Gao
2010-08-04act_nat: fix on the TX pathChangli Gao
2010-08-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-02u32: negative offset fixstephen hemminger
2010-07-31act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao
2010-07-31act_nat: fix wild pointerChangli Gao
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-24net sched: fix race in mirred device removalstephen hemminger
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-19net: this_cpu_xxx conversionsEric Dumazet
2010-07-18sch_atm: Convert to use standard list_head facilities.David S. Miller
2010-07-14net/sched: potential data corruptionDan Carpenter
2010-07-12act_nat: not all of the ICMP packets need an IP header payloadChangli Gao