summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: use skb_to_full_sk in ip6_route_me_harderEric Dumazet2018-02-251-4/+5
* netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso2018-01-081-6/+1
* netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso2018-01-081-1/+0
* netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-3/+3
* netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-1/+1
* netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso2018-01-081-26/+0
* netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-5/+5
* netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-2/+2
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+1
* ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman2015-09-291-3/+2
* netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman2015-09-291-1/+1
* netfilter: bridge: forward IPv6 fragmented packetsBernhard Thaler2015-06-121-1/+2
* netfilter: bridge: detect NAT66 correctly and change MAC addressBernhard Thaler2015-06-121-0/+1
* netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller2015-04-041-2/+2
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-1/+1
* netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich2014-05-091-2/+4
* netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-231-0/+7
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+6
* netfilter: ipv6: propagate routing errors from ip6_route_me_harder()Patrick McHardy2013-04-081-3/+3
* netfilter: ipv6: expand skb head in ip6_route_me_harder after oif changePatrick McHardy2012-08-301-0/+8
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* | netfilter: ipv6: fix afinfo->route refcnt leak on errorFlorian Westphal2011-11-011-3/+10
|/
* 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