aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-13/+10
2010-09-01net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf()Michal Soltys1-1/+1
2010-09-01net sched: fix kernel leak in act_policeJeff Mahoney1-12/+9
2010-08-24tc: add meta match on receive hashStephen Hemminger1-0/+6
2010-08-23net_sched: act_csum: coding style cleanupChangli Gao1-39/+38
2010-08-23pkt_sched: Make act_csum depend upon INET.David S. Miller1-1/+1
2010-08-22net/sched: need to include net/ip6_checksum.hStephen Rothwell1-0/+1
2010-08-21net_sched: cls_flow: add key rxhashChangli Gao1-0/+7
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-37/+43
2010-08-20net/sched: add ACT_CSUM action to update packets checksumsGrégoire Baron3-0/+606
2010-08-19net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao1-17/+16
2010-08-19net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao1-29/+38
2010-08-18net/sched: remove unneeded NULL checkDan Carpenter1-1/+1
2010-08-17net sched: fix some kernel memory leaksEric Dumazet5-37/+43
2010-08-11pkt_sched: Check .walk and .leaf class handlersJarek Poplawski1-1/+1
2010-08-11pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski1-0/+6
2010-08-10net: Use NET_XMIT_SUCCESS where possible.Ben Greear4-6/+6
2010-08-10pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add dummy bind/unbind handlesJarek Poplawski1-5/+17
2010-08-10pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: add dummy bind/unbind handlesJarek Poplawski1-0/+6
2010-08-07pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski1-0/+7
2010-08-04sch_sfq: add sanity check for the packet lengthChangli Gao1-9/+20
2010-08-04cls_rsvp: add sanity check for the packet lengthChangli Gao1-2/+10
2010-08-04cls_flow: add sanity check for the packet lengthChangli Gao1-40/+56
2010-08-04act_nat: fix on the TX pathChangli Gao1-10/+13
2010-08-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-08-02u32: negative offset fixstephen hemminger1-2/+4
2010-07-31act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao1-1/+1
2010-07-31act_nat: fix wild pointerChangli Gao1-0/+1
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+40
2010-07-24net sched: fix race in mirred device removalstephen hemminger1-3/+40
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+4
2010-07-19net: this_cpu_xxx conversionsEric Dumazet1-1/+1
2010-07-18sch_atm: Convert to use standard list_head facilities.David S. Miller1-57/+41
2010-07-14net/sched: potential data corruptionDan Carpenter1-2/+2
2010-07-12act_nat: not all of the ICMP packets need an IP header payloadChangli Gao1-1/+4
2010-06-30act_nat: use stack variableChangli Gao1-21/+10
2010-06-30act_mirred: combine duplicate codeChangli Gao1-4/+2
2010-06-28act_mirred: don't clone skb when skb isn't sharedChangli Gao1-3/+3
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-06-16Clear IFF_XMIT_DST_RELEASE for teql interfacesTom Hughes1-0/+1
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet2-2/+21
2010-06-07net sched: make pedit check for clones insteadjamal1-2/+1
2010-06-07htb: remove two unnecessary assignmentsChangli Gao1-2/+0
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-23/+54
2010-06-03act_pedit: access skb->data safelyChangli Gao1-10/+14
2010-06-02cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao1-13/+36
2010-06-02act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao1-0/+4
2010-06-02net: add additional lock to qdisc to increase throughputEric Dumazet1-0/+1
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet1-2/+2
2010-05-31arp_notify: allow drivers to explicitly request a notification event.Ian Campbell1-0/+18