aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter.c
Commit message (Expand)AuthorAge
* netfilter: possible unaligned packet header in ip_route_me_harderPaul Guo2011-11-21
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov2011-08-08
* netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov2011-06-29
* netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal2011-04-04
* netfilter: af_info: add network namespace parameter to route hookFlorian Westphal2011-04-04
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-12
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-12
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-02
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-02
* net: use the macros defined for the members of flowiChangli Gao2010-11-17
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-15
|\
| * net-next: remove useless union keywordChangli Gao2010-06-11
* | netfilter: kill redundant check code in which setting ip_summed valueShan Wei2010-06-14
|/
* net: add a noref bit on skb dstEric Dumazet2010-05-17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-08
|\
| * net: Move && and || to end of previous lineJoe Perches2009-11-29
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-12
|/
* net: skb->dst accessorsEric Dumazet2009-06-03
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-28
|\
| * netfilter: nfmark routing in OUTPUT, mangle, NFQUEUEEric Leblond2008-11-25
* | netns xfrm: lookup in netnsAlexey Dobriyan2008-11-25
|/
* netfilter: netns: fix {ip,6}_route_me_harder() in netnsAlexey Dobriyan2008-10-08
* ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian2008-10-01
* [NETFILTER]: Add partial checksum validation helperPatrick McHardy2008-04-14
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-28
* [NETFILTER]: kill nf_sysctl.cPatrick McHardy2008-01-28
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-28
* [NETFILTER]: constify nf_afinfoPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2008-01-28
* [NETFILTER]: nf_ct_h323: remove ipv6 module dependencyPatrick McHardy2008-01-28
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-28
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-15
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-15
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-26
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-11
* [NETFILTER]: Fix routing of REJECT target generated packets in output chainPatrick McHardy2007-01-04
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-03
* [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-03
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-03
* [NET]: Turn nfmark into generic markThomas Graf2006-12-03
* [NETFILTER]: add type parameter to ip_route_me_harderSimon Horman2006-10-04
* [NETFILTER]: netfilter misc annotationsAl Viro2006-09-28
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-22
* [NETFILTER]: Add address family specific checksum helpersPatrick McHardy2006-04-10
* [NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy2006-04-10
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-28
* [NETFILTER]: Fix xfrm lookup after SNATPatrick McHardy2006-02-15