summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
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
2010-06-30act_nat: use stack variableChangli Gao
2010-06-30act_mirred: combine duplicate codeChangli Gao
2010-06-28act_mirred: don't clone skb when skb isn't sharedChangli Gao
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-16Clear IFF_XMIT_DST_RELEASE for teql interfacesTom Hughes
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet
2010-06-07net sched: make pedit check for clones insteadjamal
2010-06-07htb: remove two unnecessary assignmentsChangli Gao
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-03act_pedit: access skb->data safelyChangli Gao
2010-06-02cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao
2010-06-02act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao
2010-06-02net: add additional lock to qdisc to increase throughputEric Dumazet
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet
2010-05-31arp_notify: allow drivers to explicitly request a notification event.Ian Campbell
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu
2010-05-23net_sched: Fix qdisc_notify()Eric Dumazet
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-17net sched: cleanup and rate limit warningstephen hemminger
2010-05-17net sched: printk message severitystephen hemminger
2010-05-17net_sched: sch_hfsc: fix classification loopsPatrick McHardy
2010-05-17tbf: stop wanton destruction of children (v2)stephen hemminger
2010-05-17net: add a noref bit on skb dstEric Dumazet
2010-05-11Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-05-02net: fix softnet_statChangli Gao
2010-04-20net: Fix various endianness glitchesEric Dumazet
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy