Merge master.kernel.org:/home/rmk/linux-2.6-arm
[safe/jmp/linux-2.6] / net / netfilter / core.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
2009-02-18 Jan Engelhardtnetfilter: remove unneeded goto
2008-10-08 Alexey Dobriyannetfilter: enable netfilter in netns
2008-10-08 Jan Engelhardtnetfilter: Introduce NFPROTO_* constants
2008-10-08 Jan Engelhardtnetfilter: Use unsigned types for hooknum and pf vars
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-24 Denis V. Lunev[NETNS]: Process netfilter hooks in initial namespace...
2008-01-28 Patrick McHardy[NETFILTER]: kill nf_sysctl.c
2008-01-28 Patrick McHardy[NETFILTER]: constify nf_afinfo
2008-01-28 Patrick McHardy[NETFILTER]: remove annoying debugging message
2008-01-28 Patrick McHardy[NETFILTER]: nf_queue: remove unnecessary hook existanc...
2008-01-28 Li Zefan[NETFILTER]: replace list_for_each with list_for_each_entry
2008-01-28 Patrick McHardy[NET]: Move netfilter checksum helpers to net/core...
2007-10-15 Herbert Xu[NETFILTER]: Replace sk_buff ** with sk_buff *
2007-10-15 Herbert Xu[NETFILTER]: Do not copy skb in skb_make_writable
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-07-11 Jan Engelhardt[NETFILTER]: add some consts, remove some casts
2007-07-11 Patrick McHardy[SKBUFF]: Keep track of writable header len of headerle...
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: kill destroy() in struct...
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: don't use nfct in skb if...
2007-04-26 Patrick McHardy[NETFILTER]: Remove changelogs and CVS IDs
2007-02-12 YOSHIFUJI Hideaki[NETFILTER]: Fix whitespace errors
2007-02-12 Patrick McHardy[NETFILTER]: Switch nf_register_hook/nf_unregister_hook...
2007-02-12 Patrick McHardy[NETFILTER]: Switch nf_register_afinfo/nf_unregister_af...
2007-02-12 Patrick McHardy[NETFILTER]: Remove unnecessary synchronize_net() in...
2007-02-12 Patrick McHardy[NETFILTER]: Properly use RCU in nf_ct_attach
2006-12-03 Martin Josefsson[NETFILTER]: More __read_mostly annotations
2006-12-03 Al Viro[NET]: netfilter checksum annotations
2006-09-22 Patrick McHardy[NETFILTER]: nf_queue: handle GSO packets
2006-09-22 Patrick McHardy[NETFILTER]: Get rid of HW checksum invalidation
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-04-10 Patrick McHardy[NETFILTER]: Introduce infrastructure for address famil...
2006-04-10 Patrick McHardy[NETFILTER]: Add helper functions for mass hook registr...
2005-08-29 Harald Welte[NETFILTER]: split net/core/netfilter.c into net/netfil...