summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter.c
AgeCommit message (Expand)Author
2019-01-28netfilter: ipv4: remove useless export_symbolFlorian Westphal
2018-07-16netfilter: utils: move nf_ip_checksum* from ipv4 to utilsFlorian Westphal
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso
2018-01-08netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso
2017-02-28netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal
2016-11-24netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman
2015-06-16netfilter: don't use module_init/exit in core IPV4 codePaul Gortmaker
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller
2014-02-19netfilter: remove double colonstephen hemminger
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-04-08netfilter: ipv4: propagate routing errors from ip_route_me_harder()Patrick McHardy
2012-09-03netfilter: properly annotate ipv4_netfilter_{init,fini}()Jan Beulich
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-11-21netfilter: possible unaligned packet header in ip_route_me_harderPaul Guo
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-08-07netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov
2011-06-29netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov
2011-04-04netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal
2011-04-04netfilter: af_info: add network namespace parameter to route hookFlorian Westphal
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-06-14netfilter: kill redundant check code in which setting ip_summed valueShan Wei
2010-06-10net-next: remove useless union keywordChangli Gao
2010-05-17net: add a noref bit on skb dstEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-06-03net: skb->dst accessorsEric Dumazet
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan
2008-11-25netfilter: nfmark routing in OUTPUT, mangle, NFQUEUEEric Leblond
2008-10-08netfilter: netns: fix {ip,6}_route_me_harder() in netnsAlexey Dobriyan
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian
2008-04-14[NETFILTER]: Add partial checksum validation helperPatrick McHardy
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev
2008-01-28[NETFILTER]: kill nf_sysctl.cPatrick McHardy