summaryrefslogtreecommitdiffstats
path: root/net/sched/act_nat.c
Commit message (Expand)AuthorAgeFilesLines
...
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-061-1/+1
* net_sched: cleanupsEric Dumazet2011-01-201-1/+1
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-111-2/+1Star
* net sched: fix some kernel memory leaksEric Dumazet2010-08-181-11/+11
* act_nat: fix on the TX pathChangli Gao2010-08-051-10/+13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-031-1/+2
|\
| * act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao2010-08-011-1/+1
| * act_nat: fix wild pointerChangli Gao2010-08-011-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-211-1/+4
|\|
| * act_nat: not all of the ICMP packets need an IP header payloadChangli Gao2010-07-131-1/+4
* | act_nat: use stack variableChangli Gao2010-06-301-21/+10Star
|/
* act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao2010-06-021-0/+4
* tc: propogate errors from tcf_hash_createStephen Hemminger2008-11-261-2/+2
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-201-1/+1
* [NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy2008-01-291-3/+6
* [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-291-2/+6
* [NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy2008-01-291-9/+9
* [NETFILTER]: Convert old checksum helper namesPatrick McHardy2008-01-281-6/+6
* [PKT_SCHED]: Add stateless NATHerbert Xu2007-10-111-0/+322