summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet2009-04-022-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-276-64/+58Star
|\
| * netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2009-03-252-0/+12
| * netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2009-03-252-28/+37
| * netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy2009-03-252-2/+6
| * netfilter: factorize ifname_compare()Eric Dumazet2009-03-252-34/+3Star
* | arp_tables: ifname_compare() can assume 16bit alignmentEric Dumazet2009-03-241-2/+6
|/
* netfilter: auto-load ip_queue module when socket openedScott James Remnant2009-03-161-0/+2
* netfilter: conntrack: increase drop stats if sequence adjustment failsPablo Neira Ayuso2009-03-161-1/+3
* netfilter: Kconfig spelling fixes (trivial)Stephen Hemminger2009-03-161-3/+3
* netfilter: use a linked list of loggersEric Leblond2009-03-162-2/+2
* netfilter: ip_tables: unfold two critical loops in ip_packet_match()Eric Dumazet2009-02-201-12/+21
* netfilter: iptables: lock free countersStephen Hemminger2009-02-202-60/+175
* netfilter: xtables: add backward-compat optionsJan Engelhardt2009-02-191-0/+18
* netfilter: Combine ipt_ttl and ip6t_hl sourceJan Engelhardt2009-02-183-73/+0Star
* netfilter: Combine ipt_TTL and ip6t_HL sourceJan Engelhardt2009-02-183-113/+0Star
* netfilter: arp_tables: unfold two critical loops in arp_packet_match()Eric Dumazet2009-02-181-10/+34
* netfilter: x_tables: remove unneeded initializationsStephen Hemminger2009-02-186-7/+0Star
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-2/+2
* netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy2009-01-131-1/+1
* netfilter 01/09: remove "happy cracking" messagePatrick McHardy2009-01-135-25/+5Star
* cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2008-12-301-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-2813-133/+86Star
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-161-1/+1
| |\
| * | netfilter: nf_nat: remove warn_if_extra_mangleSimon Arlott2008-11-041-23/+0Star
| * | netfilter: arptable_filter: merge forward hookAlexey Dobriyan2008-11-041-11/+1Star
| * | netfilter: netns-aware ipt_addrtypeAlexey Dobriyan2008-11-041-7/+9
| * | net: '&' reduxAlexey Dobriyan2008-11-042-8/+8
| * | net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-3110-85/+69Star
* | | Merge branch 'next' into for-linusJames Morris2008-12-251-2/+2
|\ \ \ | |_|/ |/| |
| * | CRED: Use creds in file structsDavid Howells2008-11-141-2/+2
| |/
* / netfilter: update rwlock initialization for nat_tableSteven Rostedt2008-12-151-1/+1
|/
* netfilter: snmp nat leaks memory in case of failureIlpo Järvinen2008-10-201-0/+1
* netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf...Pablo Neira Ayuso2008-10-141-0/+97
* netfilter: restore lost #ifdef guarding defrag exceptionPatrick McHardy2008-10-141-1/+2
* netfilter: xtables: provide invoked family value to extensionsJan Engelhardt2008-10-082-4/+12
* netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt2008-10-083-9/+16
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-0813-82/+50Star
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-0813-103/+70Star
* netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt2008-10-081-3/+7
* netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt2008-10-084-45/+34Star
* netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt2008-10-085-58/+36Star
* netfilter: xtables: use "if" blocks in KconfigJan Engelhardt2008-10-081-20/+16Star
* netfilter: xtables: sort extensions alphabetically in KconfigJan Engelhardt2008-10-081-39/+39
* netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt2008-10-082-20/+13Star
* netfilter: split netfilter IPv4 defragmentation into a separate moduleKOVACS Krisztian2008-10-084-53/+107
* netfilter: netns nat: PPTP NAT in netnsAlexey Dobriyan2008-10-081-1/+2
* netfilter: netns nf_conntrack: fixup DNAT in netnsAlexey Dobriyan2008-10-081-3/+3
* netfilter: netns nat: per-netns bysource hashAlexey Dobriyan2008-10-081-27/+45
* netfilter: netns nat: per-netns NAT tableAlexey Dobriyan2008-10-081-11/+29