aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter.c
AgeCommit message (Expand)Author
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
2008-01-28[NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman
2008-01-28[NETFILTER]: constify nf_afinfoPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy
2008-01-28[NETFILTER]: nf_ct_h323: remove ipv6 module dependencyPatrick McHardy
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki
2007-01-04[NETFILTER]: Fix routing of REJECT target generated packets in output chainPatrick McHardy
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro
2006-12-02[NET]: Rethink mark field in struct flowiThomas Graf
2006-12-02[NET]: Turn nfmark into generic markThomas Graf
2006-10-04[NETFILTER]: add type parameter to ip_route_me_harderSimon Horman