aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-06xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal1-1/+1
2022-05-16netfilter: Use l3mdev flow key when re-routing mangled packetsMartin Willi1-2/+1
2021-04-18netfilter: Dissect flow after packet manglingIdo Schimmel1-0/+2
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld1-3/+5
2019-01-28netfilter: ipv4: remove useless export_symbolFlorian Westphal1-18/+0
2018-07-16netfilter: utils: move nf_ip_checksum* from ipv4 to utilsFlorian Westphal1-53/+0
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso1-10/+0
2018-01-08netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso1-1/+0
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso1-4/+4
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso1-3/+3
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso1-28/+0
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso1-4/+4
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso1-1/+0
2017-02-28netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal1-3/+4
2016-11-24netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern1-1/+4
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman1-3/+2
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman1-1/+1
2015-06-16netfilter: don't use module_init/exit in core IPV4 codePaul Gortmaker1-8/+1
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller1-2/+2
2014-02-19netfilter: remove double colonstephen hemminger1-1/+1
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-1/+6
2013-04-08netfilter: ipv4: propagate routing errors from ip_route_me_harder()Patrick McHardy1-4/+4
2012-09-03netfilter: properly annotate ipv4_netfilter_{init,fini}()Jan Beulich1-2/+2
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-37/+0
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-10/+0
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2011-11-21netfilter: possible unaligned packet header in ip_route_me_harderPaul Guo1-1/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-07netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov1-10/+8
2011-06-29netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov1-38/+22
2011-04-04netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal1-1/+1
2011-04-04netfilter: af_info: add network namespace parameter to route hookFlorian Westphal1-2/+3
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-13/+13
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-3/+3
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+9
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller1-2/+4
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-4/+4
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-4/+4
2010-06-14netfilter: kill redundant check code in which setting ip_summed valueShan Wei1-3/+1
2010-06-10net-next: remove useless union keywordChangli Gao1-4/+4
2010-05-17net: add a noref bit on skb dstEric Dumazet1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+4
2009-11-29net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-3/+3
2009-06-03net: skb->dst accessorsEric Dumazet1-12/+16
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-0/+3
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-2/+2
2008-11-25netfilter: nfmark routing in OUTPUT, mangle, NFQUEUEEric Leblond1-0/+3
2008-10-08netfilter: netns: fix {ip,6}_route_me_harder() in netnsAlexey Dobriyan1-3/+4
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian1-0/+3
2008-04-14[NETFILTER]: Add partial checksum validation helperPatrick McHardy1-7/+30
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-3/+3
2008-01-28[NETFILTER]: kill nf_sysctl.cPatrick McHardy1-0/+10
2008-01-28[NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman1-1/+1
2008-01-28[NETFILTER]: constify nf_afinfoPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy1-6/+8
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy1-0/+1
2008-01-28[NETFILTER]: nf_ct_h323: remove ipv6 module dependencyPatrick McHardy1-0/+6
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-4/+4
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-30/+28
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu1-22/+9
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-4/+4
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-3/+3
2007-01-04[NETFILTER]: Fix routing of REJECT target generated packets in output chainPatrick McHardy1-2/+5
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro1-2/+2
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro1-1/+1
2006-12-02[NET]: Rethink mark field in struct flowiThomas Graf1-3/+1
2006-12-02[NET]: Turn nfmark into generic markThomas Graf1-1/+1
2006-10-04[NETFILTER]: add type parameter to ip_route_me_harderSimon Horman1-3/+6
2006-09-28[NETFILTER]: netfilter misc annotationsAl Viro1-2/+2
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2006-04-09[NETFILTER]: Add address family specific checksum helpersPatrick McHardy1-0/+33
2006-04-09[NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy1-8/+9
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton1-4/+4
2006-02-15[NETFILTER]: Fix xfrm lookup after SNATPatrick McHardy1-0/+41
2006-01-10[NETFILTER]: net/ipv[46]/netfilter.c cleanupsPatrick McHardy1-10/+0
2006-01-07[NETFILTER]: Handle NAT in IPsec policy checksPatrick McHardy1-0/+3
2006-01-07[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy1-2/+10
2005-08-29[NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.Harald Welte1-2/+62
2005-08-29[NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/ne...Harald Welte1-0/+79