summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter.c
Commit message (Expand)AuthorAgeFilesLines
...
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-291-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/+28Star
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-151-22/+9Star
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-4/+4
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-3/+3
* [NETFILTER]: Fix routing of REJECT target generated packets in output chainPatrick McHardy2007-01-041-2/+5
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-031-2/+2
* [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-031-1/+1
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-031-3/+1Star
* [NET]: Turn nfmark into generic markThomas Graf2006-12-031-1/+1
* [NETFILTER]: add type parameter to ip_route_me_harderSimon Horman2006-10-041-3/+6
* [NETFILTER]: netfilter misc annotationsAl Viro2006-09-291-2/+2
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
* [NETFILTER]: Add address family specific checksum helpersPatrick McHardy2006-04-101-0/+33
* [NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy2006-04-101-8/+9
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-291-4/+4
* [NETFILTER]: Fix xfrm lookup after SNATPatrick McHardy2006-02-151-0/+41
* [NETFILTER]: net/ipv[46]/netfilter.c cleanupsPatrick McHardy2006-01-101-10/+0Star
* [NETFILTER]: Handle NAT in IPsec policy checksPatrick McHardy2006-01-071-0/+3
* [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy2006-01-071-2/+10
* [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.Harald Welte2005-08-301-2/+62
* [NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/ne...Harald Welte2005-08-301-0/+79