summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter
AgeCommit message (Expand)Author
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt
2008-11-14CRED: Use creds in file structsDavid Howells
2008-11-04netfilter: nf_nat: remove warn_if_extra_mangleSimon Arlott
2008-11-04netfilter: arptable_filter: merge forward hookAlexey Dobriyan
2008-11-04netfilter: netns-aware ipt_addrtypeAlexey Dobriyan
2008-11-03net: '&' reduxAlexey Dobriyan
2008-10-31net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison
2008-10-20netfilter: snmp nat leaks memory in case of failureIlpo Järvinen
2008-10-14netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf...Pablo Neira Ayuso
2008-10-14netfilter: restore lost #ifdef guarding defrag exceptionPatrick McHardy
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt
2008-10-08netfilter: xtables: use "if" blocks in KconfigJan Engelhardt
2008-10-08netfilter: xtables: sort extensions alphabetically in KconfigJan Engelhardt
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt
2008-10-08netfilter: split netfilter IPv4 defragmentation into a separate moduleKOVACS Krisztian
2008-10-08netfilter: netns nat: PPTP NAT in netnsAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: fixup DNAT in netnsAlexey Dobriyan
2008-10-08netfilter: netns nat: per-netns bysource hashAlexey Dobriyan
2008-10-08netfilter: netns nat: per-netns NAT tableAlexey Dobriyan
2008-10-08netfilter: netns nat: fix ipt_MASQUERADE in netnsAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval...Alexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ...Alexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns /proc/net/stat/nf_conntrack, /proc/n...Alexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns statisticsAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns /proc/net/ip_conntrack, /proc/net/st...Alexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hookAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in()Alexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack countAlexey Dobriyan
2008-10-08netfilter: netns: remove nf_*_net() wrappersAlexey Dobriyan
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt
2008-10-08netfilter: rename ipt_recent to xt_recentJan Engelhardt
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian
2008-08-18nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger
2008-08-18netfilter: ipt_addrtype: Fix matching of inverted destination address typeAnders Grafström
2008-07-31netfilter: ipt_recent: fix race between recent_mt_destroy and proc manipulationsPavel Emelyanov
2008-07-30net: use the common ascii hex helpersHarvey Harrison