summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-211-1/+1
|\
| * [NETFILTER]: nf_conntrack_h323: logical-bitwise & confusion in process_setup()Roel Kluin2008-03-201-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-186-47/+32Star
|\|
| * [NETFILTER]: nf_queue: don't return error when unregistering a non-existant h...Patrick McHardy2008-03-111-1/+1
| * [NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0...Patrick McHardy2008-03-111-11/+4Star
| * [NETFILTER]: nfnetlink_log: fix EPERM when binding/unbinding and instance 0 e...Patrick McHardy2008-03-111-14/+16
| * [NETFILTER]: nf_conntrack: replace horrible hack with ksize()Pekka Enberg2008-03-111-16/+3Star
| * [NETFILTER]: nf_conntrack: add \n to "expectation table full" messageAlexey Dobriyan2008-03-111-1/+1
| * [NETFILTER]: xt_time: fix failure to match on SundaysJan Engelhardt2008-03-111-2/+5
| * [NETFILTER]: nfnetlink_log: fix computation of netlink skb sizeEric Leblond2008-03-111-1/+1
| * [NETFILTER]: nfnetlink_queue: fix computation of allocated size for netlink skb.Eric Leblond2008-03-111-1/+1
* | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-061-1/+1
* | [NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate.Pavel Emelyanov2008-02-291-1/+1
|/
* [NETFILTER]: xt_conntrack: fix IPv4 address comparisonJan Engelhardt2008-02-271-1/+1
* [NETFILTER]: xt_conntrack: fix missing boolean clampingJan Engelhardt2008-02-271-1/+1
* [NETFILTER]: nf_conntrack: fix smp_processor_id() in preemptible code warningPatrick McHardy2008-02-271-3/+12
* [NETFILTER]: xt_iprange: fix subtraction-based comparisonJan Engelhardt2008-02-201-1/+1
* [NETFILTER]: xt_hashlimit: remove unneeded struct memberJan Engelhardt2008-02-201-3/+0Star
* [NETFILTER]: xt_u32: drop the actually unused variable from u32_match_itPavel Emelyanov2008-02-201-6/+5Star
* [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...Patrick McHardy2008-02-201-4/+6
* [NETFILTER] nf_conntrack_proto_tcp.c: Mistyped state corrected.Jozsef Kadlecsik2008-02-141-1/+1
* [NETFILTER]: make secmark_tg_destroy() staticAdrian Bunk2008-02-141-1/+1
* [NETFILTER]: xt_iprange: add missing #includeJan Engelhardt2008-02-081-0/+1
* [NETFILTER]: xt_iprange: fix typo in address familyPatrick McHardy2008-02-081-1/+1
* [NETFILTER]: nf_conntrack: fix ct_extend ->move operationPatrick McHardy2008-02-081-1/+2
* [NETFILTER]: nf_conntrack: TCP conntrack reopening fixJozsef Kadlecsik2008-02-081-6/+26
* [NETFILTER]: Ipv6-related xt_hashlimit compilation fix.Pavel Emelyanov2008-02-011-0/+2
* [NETFILTER]: xt_iprange: fix sparse warningsPatrick McHardy2008-02-011-1/+1
* [NETFILTER]: nf_conntrack: fix sparse warningPatrick McHardy2008-02-011-1/+1
* [NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt2008-02-011-5/+5
* [NETFILTER]: nf_{conntrack,nat}_proto_gre: annotate with constJan Engelhardt2008-02-011-2/+4
* [NETFILTER]: nf_{conntrack,nat}_proto_udp{,lite}: annotate with constJan Engelhardt2008-02-012-4/+8
* [NETFILTER]: nf_{conntrack,nat}_proto_tcp: constify and annotate TCP modulesJan Engelhardt2008-02-011-20/+24
* [NETFILTER]: nf_conntrack_sane: annotate SANE helper with constJan Engelhardt2008-02-011-4/+5
* [NETFILTER]: nf_{conntrack,nat}_pptp: annotate PPtP helper with constJan Engelhardt2008-02-011-6/+8
* [NETFILTER]: nf_{conntrack,nat}_tftp: annotate TFTP helper with constJan Engelhardt2008-02-011-1/+2
* [NETFILTER]: nf_{conntrack,nat}_sip: annotate SIP helper with constJan Engelhardt2008-02-011-12/+13
* [NETFILTER]: nf_conntrack_h323: constify and annotate H.323 helperJan Engelhardt2008-02-013-214/+227
* [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan2008-02-011-10/+10
* [NETFILTER]: x_tables: netns propagation for /proc/net/*_tables_namesAlexey Dobriyan2008-02-011-12/+19
* [NETFILTER]: x_tables: semi-rewrite of /proc/net/foo_tables_*Alexey Dobriyan2008-02-011-85/+145
* [NETFILTER]: xt_hashlimit match, revision 1Jan Engelhardt2008-02-011-36/+286
* [NETFILTER]: nf_conntrack: kill unused static inline (do_iter)Ilpo Järvinen2008-02-011-8/+0Star
* [NETFILTER]: nf_conntrack_netlink: transmit mark during all eventsEric Leblond2008-02-011-5/+6
* [NETFILTER]: nf_conntrack_h323: clean up code a bitJan Engelhardt2008-02-011-64/+64
* [NETFILTER]: nf_conntrack: naming unificationPatrick McHardy2008-02-017-145/+135Star
* [NETFILTER]: nf_conntrack: don't inline early_drop()Patrick McHardy2008-02-011-3/+3
* [NETFILTER]: nf_conntrack: optimize hash_conntrack()Patrick McHardy2008-02-011-7/+11
* [NETFILTER]: nf_conntrack: optimize __nf_conntrack_find()Patrick McHardy2008-02-013-11/+19
* [NETFILTER]: nf_conntrack: switch rwlock to spinlockPatrick McHardy2008-02-015-40/+40