aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-29netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy1-6/+11
2009-06-12netfilter: ip_tables: fix build errorPatrick McHardy1-1/+1
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Patrick McHardy5-13/+12
2009-06-09netfilter: Fix extra semi-colon in skb_walk_frags() changes.David S. Miller1-1/+1
2009-06-09netfilter: Use frag list abstraction interfaces.David S. Miller1-2/+3
2009-06-08netfilter: nf_ct_icmp: keep the ICMP ct entries longerJan Kasprzak1-12/+4
2009-06-05netfilter: ipt_MASQUERADE: remove redundant rwlockFlorian Westphal1-11/+1
2009-06-04netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet2-8/+6
2009-06-03net: skb->rtable accessorEric Dumazet2-3/+3
2009-06-02netfilter: conntrack: simplify event caching systemPablo Neira Ayuso1-1/+0
2009-05-08netfilter: xtables: consolidate comefrom debug cast accessJan Engelhardt1-4/+9
2009-05-08netfilter: xtables: remove another level of indentJan Engelhardt2-43/+42
2009-05-08netfilter: xtables: remove some gotoJan Engelhardt1-5/+2
2009-05-08netfilter: xtables: reduce indent level by oneJan Engelhardt2-121/+113
2009-05-08netfilter: xtables: consolidate open-coded logicJan Engelhardt2-8/+20
2009-05-08netfilter: xtables: fix const inconsistencyJan Engelhardt1-7/+7
2009-05-08netfilter: xtables: remove redundant castsJan Engelhardt1-1/+1
2009-05-08netfilter: xtables: use NFPROTO_ in standard targetsJan Engelhardt1-3/+3
2009-05-08netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt1-1/+1
2009-05-08netfilter: xtables: use NFPROTO_ for xt_proto_init callsitesJan Engelhardt1-2/+2
2009-04-28netfilter: revised locking for x_tablesStephen Hemminger2-180/+71
2009-04-16netfilter: nf_nat: add support for persistent mappingsPatrick McHardy1-1/+2
2009-04-02netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet2-4/+4
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller6-64/+58
2009-03-25netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2-0/+12
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2-28/+37
2009-03-25netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy2-2/+6
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet2-34/+3
2009-03-24arp_tables: ifname_compare() can assume 16bit alignmentEric Dumazet1-2/+6
2009-03-16netfilter: auto-load ip_queue module when socket openedScott James Remnant1-0/+2
2009-03-16netfilter: conntrack: increase drop stats if sequence adjustment failsPablo Neira Ayuso1-1/+3
2009-03-16netfilter: Kconfig spelling fixes (trivial)Stephen Hemminger1-3/+3
2009-03-16netfilter: use a linked list of loggersEric Leblond2-2/+2
2009-02-20netfilter: ip_tables: unfold two critical loops in ip_packet_match()Eric Dumazet1-12/+21
2009-02-20netfilter: iptables: lock free countersStephen Hemminger2-60/+175
2009-02-19netfilter: xtables: add backward-compat optionsJan Engelhardt1-0/+18
2009-02-18netfilter: Combine ipt_ttl and ip6t_hl sourceJan Engelhardt3-73/+0
2009-02-18netfilter: Combine ipt_TTL and ip6t_HL sourceJan Engelhardt3-113/+0
2009-02-18netfilter: arp_tables: unfold two critical loops in arp_packet_match()Eric Dumazet1-10/+34
2009-02-18netfilter: x_tables: remove unneeded initializationsStephen Hemminger6-7/+0
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-01-12netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy1-1/+1
2009-01-12netfilter 01/09: remove "happy cracking" messagePatrick McHardy5-25/+5
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell1-2/+2
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds13-133/+86
2008-12-25Merge branch 'next' into for-linusJames Morris1-2/+2
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt1-1/+1
2008-11-14CRED: Use creds in file structsDavid Howells1-2/+2