aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/nf-next-2.6David 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/netfilter.cHarald Welte1-0/+79