summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal2017-02-281-3/+4
* netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern2016-11-241-1/+4
* ipv4: Pass struct net into ip_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: don't use module_init/exit in core IPV4 codePaul Gortmaker2015-06-161-8/+1
* netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller2015-04-041-2/+2
* netfilter: remove double colonstephen hemminger2014-02-191-1/+1
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-1/+6
* netfilter: ipv4: propagate routing errors from ip_route_me_harder()Patrick McHardy2013-04-081-4/+4
* netfilter: properly annotate ipv4_netfilter_{init,fini}()Jan Beulich2012-09-031-2/+2
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-37/+0
* net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-201-10/+0
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* netfilter: possible unaligned packet header in ip_route_me_harderPaul Guo2011-11-211-1/+2
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov2011-08-071-10/+8
* netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov2011-06-291-38/+22
* netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal2011-04-041-1/+1
* netfilter: af_info: add network namespace parameter to route hookFlorian Westphal2011-04-041-2/+3
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-121-13/+13
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-3/+3
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-3/+9
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-2/+4
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-4/+4
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-151-4/+4
|\
| * net-next: remove useless union keywordChangli Gao2010-06-101-4/+4
* | netfilter: kill redundant check code in which setting ip_summed valueShan Wei2010-06-141-3/+1
|/
* net: add a noref bit on skb dstEric Dumazet2010-05-171-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-4/+4
|\
| * net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+4
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-3/+3
|/
* net: skb->dst accessorsEric Dumazet2009-06-031-12/+16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-281-0/+3
|\
| * netfilter: nfmark routing in OUTPUT, mangle, NFQUEUEEric Leblond2008-11-251-0/+3
* | netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-2/+2
|/
* netfilter: netns: fix {ip,6}_route_me_harder() in netnsAlexey Dobriyan2008-10-081-3/+4
* ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian2008-10-011-0/+3
* [NETFILTER]: Add partial checksum validation helperPatrick McHardy2008-04-141-7/+30
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-281-3/+3
* [NETFILTER]: kill nf_sysctl.cPatrick McHardy2008-01-281-0/+10
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-281-1/+1
* [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/+6
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-4/+4
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-30/+28
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-151-22/+9
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-4/+4