aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter.c
Commit message (Expand)AuthorAgeFilesLines
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-5/+5
* netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal2011-04-041-2/+10
* netfilter: af_info: add network namespace parameter to route hookFlorian Westphal2011-04-041-2/+3
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-9/+9
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-2/+2
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-1/+2
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-4/+2
* netfilter: kill redundant check code in which setting ip_summed valueShan Wei2010-06-141-3/+1
* netfilter: ipv6: move xfrm_lookup at end of ip6_route_me_harderUlrich Weber2010-04-151-14/+11
* net: skb->dst accessorsEric Dumazet2009-06-031-5/+11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-281-1/+4
|\
| * netfilter: nfmark IPV6 routing in OUTPUT, mangle, NFQUEUEEric Leblond2008-11-251-1/+4
* | netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-1/+1
|/
* netns: correct mib stats in ip6_route_me_harder()Alexey Dobriyan2008-10-141-3/+3
* netns: add net parameter to IP6_INC_STATSDenis V. Lunev2008-10-081-1/+2
* netfilter: netns: fix {ip,6}_route_me_harder() in netnsAlexey Dobriyan2008-10-081-1/+1
* [NETFILTER]: Add partial checksum validation helperPatrick McHardy2008-04-141-7/+35
* [NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano2008-03-051-2/+2
* [NETFILTER]: constify nf_afinfoPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-281-6/+8
* [NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2008-01-281-0/+1
* [NETFILTER]: nf_ct_h323: remove ipv6 module dependencyPatrick McHardy2008-01-281-0/+7
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-3/+3
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-3/+3
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-4/+4
* [NETFILTER]: ip6_route_me_harder should take into account markYasuyuki Kozakai2007-03-051-0/+1
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-2/+2
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-021-2/+2
* [NET]: annotate csum_ipv6_magic() callers in net/*Al Viro2006-12-021-2/+3
* [IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2006-12-021-1/+1
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
* [NETFILTER]: Fix build with CONFIG_NETFILTER=y/m on IA64Brian Haley2006-04-091-0/+1
* [NETFILTER]: Add address family specific checksum helpersPatrick McHardy2006-04-091-0/+34
* [NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy2006-04-091-8/+9
* [IPV6]: Fix modular build with netfilter enabled.David S. Miller2006-01-101-1/+4
* [NETFILTER]: net/ipv[46]/netfilter.c cleanupsPatrick McHardy2006-01-101-17/+2
* [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy2006-01-071-1/+8
* [NET]: Make NETDEBUG pure printk wrappersPatrick McHardy2005-08-291-2/+1
* [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.Harald Welte2005-08-291-0/+62
* [NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/ne...Harald Welte2005-08-291-0/+43