Age | Commit message (Expand) | Author | Files | Lines |
2019-02-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -4/+9 |
2019-02-05 | netfilter: ipv6: Don't preserve original oif for loopback address | Eli Cooper | 1 | -1/+3 |
2019-02-04 | netfilter: ipv6: avoid indirect calls for IPV6=y case | Florian Westphal | 1 | -7/+8 |
2019-02-04 | netfilter: nat: remove module dependency on ipv6 core | Florian Westphal | 1 | -0/+4 |
2018-11-27 | netfilter: ipv6: Preserve link scope traffic original oif | Alin Nastac | 1 | -1/+2 |
2018-07-16 | netfilter: utils: move nf_ip6_checksum* from ipv6 to utils | Florian Westphal | 1 | -62/+0 |
2018-02-25 | netfilter: use skb_to_full_sk in ip6_route_me_harder | Eric Dumazet | 1 | -4/+5 |
2018-01-08 | netfilter: remove struct nf_afinfo and its helper functions | Pablo Neira Ayuso | 1 | -6/+1 |
2018-01-08 | netfilter: remove route_key_size field in struct nf_afinfo | Pablo Neira Ayuso | 1 | -1/+0 |
2018-01-08 | netfilter: move reroute indirection to struct nf_ipv6_ops | Pablo Neira Ayuso | 1 | -3/+3 |
2018-01-08 | netfilter: move route indirection to struct nf_ipv6_ops | Pablo Neira Ayuso | 1 | -1/+1 |
2018-01-08 | netfilter: remove saveroute indirection in struct nf_afinfo | Pablo Neira Ayuso | 1 | -26/+0 |
2018-01-08 | netfilter: move checksum_partial indirection to struct nf_ipv6_ops | Pablo Neira Ayuso | 1 | -5/+5 |
2018-01-08 | netfilter: move checksum indirection to struct nf_ipv6_ops | Pablo Neira Ayuso | 1 | -2/+2 |
2016-11-04 | net: inet: Support UID-based routing in IP protocols. | Lorenzo Colitti | 1 | -0/+1 |
2015-09-29 | ipv6: Pass struct net into ip6_route_me_harder | Eric W. Biederman | 1 | -3/+2 |
2015-09-29 | netfilter: Push struct net down into nf_afinfo.reroute | Eric W. Biederman | 1 | -1/+1 |
2015-06-12 | netfilter: bridge: forward IPv6 fragmented packets | Bernhard Thaler | 1 | -1/+2 |
2015-06-12 | netfilter: bridge: detect NAT66 correctly and change MAC address | Bernhard Thaler | 1 | -0/+1 |
2015-04-04 | netfilter: Use nf_hook_state in nf_queue_entry. | David S. Miller | 1 | -2/+2 |
2014-11-11 | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited | Joe Perches | 1 | -1/+1 |
2014-05-09 | netfilter: Fix potential use after free in ip6_route_me_harder() | Sergey Popovich | 1 | -2/+4 |
2013-05-23 | netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6 | Florian Westphal | 1 | -0/+7 |
2013-04-18 | netfilter: add my copyright statements | Patrick McHardy | 1 | -0/+6 |
2013-04-08 | netfilter: ipv6: propagate routing errors from ip6_route_me_harder() | Patrick McHardy | 1 | -3/+3 |
2012-08-30 | netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change | Patrick McHardy | 1 | -0/+8 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2011-11-01 | netfilter: ipv6: fix afinfo->route refcnt leak on error | Florian Westphal | 1 | -3/+10 |
2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 1 | -0/+1 |
2011-04-22 | inet: constify ip headers and in6_addr | Eric Dumazet | 1 | -5/+5 |
2011-04-04 | netfilter: af_info: add 'strict' parameter to limit lookup to .oif | Florian Westphal | 1 | -2/+10 |
2011-04-04 | netfilter: af_info: add network namespace parameter to route hook | Florian Westphal | 1 | -2/+3 |
2011-03-12 | ipv6: Convert to use flowi6 where applicable. | David S. Miller | 1 | -9/+9 |
2011-03-12 | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 1 | -2/+2 |
2011-03-02 | xfrm: Return dst directly from xfrm_lookup() | David S. Miller | 1 | -1/+2 |
2010-11-17 | net: use the macros defined for the members of flowi | Changli Gao | 1 | -4/+2 |
2010-06-14 | netfilter: kill redundant check code in which setting ip_summed value | Shan Wei | 1 | -3/+1 |
2010-04-15 | netfilter: ipv6: move xfrm_lookup at end of ip6_route_me_harder | Ulrich Weber | 1 | -14/+11 |
2009-06-03 | net: skb->dst accessors | Eric Dumazet | 1 | -5/+11 |
2008-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 1 | -1/+4 |
2008-11-25 | netns xfrm: lookup in netns | Alexey Dobriyan | 1 | -1/+1 |
2008-11-25 | netfilter: nfmark IPV6 routing in OUTPUT, mangle, NFQUEUE | Eric Leblond | 1 | -1/+4 |
2008-10-14 | netns: correct mib stats in ip6_route_me_harder() | Alexey Dobriyan | 1 | -3/+3 |
2008-10-08 | netns: add net parameter to IP6_INC_STATS | Denis V. Lunev | 1 | -1/+2 |
2008-10-08 | netfilter: netns: fix {ip,6}_route_me_harder() in netns | Alexey Dobriyan | 1 | -1/+1 |
2008-04-14 | [NETFILTER]: Add partial checksum validation helper | Patrick McHardy | 1 | -7/+35 |
2008-03-05 | [NETNS][IPV6] route6 - add netns parameter to ip6_route_output | Daniel Lezcano | 1 | -2/+2 |
2008-01-28 | [NETFILTER]: constify nf_afinfo | Patrick McHardy | 1 | -1/+1 |
2008-01-28 | [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info | Patrick McHardy | 1 | -6/+8 |
2008-01-28 | [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header | Patrick McHardy | 1 | -0/+1 |