summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ip_tables: fix build errorPatrick McHardy2009-06-121-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy2009-06-115-13/+12
|\
| * netfilter: Fix extra semi-colon in skb_walk_frags() changes.David S. Miller2009-06-091-1/+1
| * netfilter: Use frag list abstraction interfaces.David S. Miller2009-06-091-2/+3
| * net: skb->dst accessorsEric Dumazet2009-06-032-8/+6
| * net: skb->rtable accessorEric Dumazet2009-06-032-3/+3
* | netfilter: nf_ct_icmp: keep the ICMP ct entries longerJan Kasprzak2009-06-081-12/+4
* | netfilter: ipt_MASQUERADE: remove redundant rwlockFlorian Westphal2009-06-051-11/+1
* | netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov2009-06-041-1/+1
* | netfilter: conntrack: simplify event caching systemPablo Neira Ayuso2009-06-021-1/+0
* | netfilter: xtables: consolidate comefrom debug cast accessJan Engelhardt2009-05-081-4/+9
* | netfilter: xtables: remove another level of indentJan Engelhardt2009-05-082-43/+42
* | netfilter: xtables: remove some gotoJan Engelhardt2009-05-081-5/+2
* | netfilter: xtables: reduce indent level by oneJan Engelhardt2009-05-082-121/+113
* | netfilter: xtables: consolidate open-coded logicJan Engelhardt2009-05-082-8/+20
* | netfilter: xtables: fix const inconsistencyJan Engelhardt2009-05-081-7/+7
* | netfilter: xtables: remove redundant castsJan Engelhardt2009-05-081-1/+1
* | netfilter: xtables: use NFPROTO_ in standard targetsJan Engelhardt2009-05-081-3/+3
* | netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt2009-05-081-1/+1
* | netfilter: xtables: use NFPROTO_ for xt_proto_init callsitesJan Engelhardt2009-05-081-2/+2
|/
* netfilter: revised locking for x_tablesStephen Hemminger2009-04-282-180/+71
* netfilter: nf_nat: add support for persistent mappingsPatrick McHardy2009-04-161-1/+2
* 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-266-64/+58
|\
| * 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/+3
* | 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/+0
* netfilter: Combine ipt_TTL and ip6t_HL sourceJan Engelhardt2009-02-183-113/+0
* 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/+0
* 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-121-1/+1
* netfilter 01/09: remove "happy cracking" messagePatrick McHardy2009-01-125-25/+5
* cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2008-12-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-2813-133/+86
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-151-1/+1
| |\
| * | netfilter: nf_nat: remove warn_if_extra_mangleSimon Arlott2008-11-041-23/+0
| * | netfilter: arptable_filter: merge forward hookAlexey Dobriyan2008-11-041-11/+1
| * | netfilter: netns-aware ipt_addrtypeAlexey Dobriyan2008-11-041-7/+9
| * | net: '&' reduxAlexey Dobriyan2008-11-032-8/+8