index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-19
2
-8
/
+23
|
\
|
*
netfilter: nf_conntrack_h323: fix module unload crash
Patrick McHardy
2008-06-17
1
-7
/
+14
|
*
netfilter: nf_conntrack_h323: fix memory leak in module initialization error ...
Patrick McHardy
2008-06-17
1
-0
/
+1
|
*
netfilter: nf_nat: fix RCU races
Patrick McHardy
2008-06-17
1
-1
/
+8
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-13
2
-6
/
+1
|
\
|
|
*
netfilter: nf_conntrack: fix ctnetlink related crash in nf_nat_setup_info()
Patrick McHardy
2008-06-11
1
-2
/
+1
|
*
netfilter: Make nflog quiet when no one listen in userspace.
Eric Leblond
2008-06-11
1
-4
/
+0
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-10
2
-3
/
+4
|
\
|
|
*
netfilter: xt_connlimit: fix accouning when receive RST packet in ESTABLISHED...
Dong Wei
2008-06-04
1
-1
/
+2
|
*
netfilter: nf_conntrack_expect: fix error path unwind in nf_conntrack_expect_...
Alexey Dobriyan
2008-05-29
1
-2
/
+2
*
|
netfilter: {ip,ip6,nfnetlink}_queue: misc cleanups
Rami Rosen
2008-06-09
1
-1
/
+0
*
|
netfilter: ctnetlink: include conntrack status in destroy event message
Fabian Hugelshofer
2008-06-09
1
-3
/
+3
*
|
netfilter: nf_conntrack: properly account terminating packets
Fabian Hugelshofer
2008-06-09
3
-4
/
+16
*
|
netfilter: nf_conntrack: add nf_ct_kill()
Patrick McHardy
2008-06-09
4
-10
/
+12
*
|
netfilter: nf_conntrack_extend: use krealloc() in nf_conntrack_extend.c V2
Pekka Enberg
2008-06-09
1
-6
/
+4
*
|
netfilter: ip_tables: add iptables security table for mandatory access contro...
James Morris
2008-06-09
2
-6
/
+14
*
|
netfilter: ctnetlink: add full support for SCTP to ctnetlink
Pablo Neira Ayuso
2008-06-09
1
-0
/
+80
*
|
netfilter: ctnetlink: group errors into logical errno sets
Pablo Neira Ayuso
2008-06-09
1
-11
/
+10
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-05-14
2
-0
/
+5
|
\
|
*
netfilter: xt_iprange: module aliases for xt_iprange
Phil Oester
2008-05-13
1
-0
/
+2
|
*
netfilter: ctnetlink: dump conntrack ID in event messages
Eric Leblond
2008-05-13
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-05-08
2
-9
/
+17
|
\
|
|
*
netfilter: Kconfig: default DCCP/SCTP conntrack support to the protocol confi...
Patrick McHardy
2008-05-08
1
-0
/
+4
|
*
netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last re...
Patrick McHardy
2008-05-08
1
-9
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-05-03
3
-16
/
+15
|
\
|
|
*
netfilter: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
2008-05-02
1
-7
/
+6
|
*
netfilter: assign PDE->fops before gluing PDE into /proc tree
Denis V. Lunev
2008-05-02
1
-3
/
+3
|
*
netfilter: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
2008-05-02
1
-6
/
+6
*
|
rename div64_64 to div64_u64
Roman Zippel
2008-05-01
1
-3
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-04-30
4
-7
/
+6
|
\
|
*
netfilter: nf_conntrack: padding breaks conntrack hash on ARM
Philip Craig
2008-04-29
1
-2
/
+2
|
*
netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets
Arnaud Ebalard
2008-04-29
1
-3
/
+2
|
*
netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables...
Pavel Emelyanov
2008-04-29
1
-1
/
+1
|
*
netfilter: xt_TCPOPTSTRIP: signed tcphoff for ipv6_skip_exthdr() retval
Roel Kluin
2008-04-29
1
-1
/
+1
*
|
Remove duplicated unlikely() in IS_ERR()
Hirofumi Nakagawa
2008-04-29
1
-1
/
+1
|
/
*
netfilter: Fix SIP conntrack build with NAT disabled.
Patrick McHardy
2008-04-19
1
-1
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2008-04-14
38
-340
/
+1159
|
\
|
*
[NETFILTER]: nf_conntrack: fix incorrect check for expectations
Patrick McHardy
2008-04-14
1
-1
/
+1
|
*
[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...
Jan Engelhardt
2008-04-14
7
-26
/
+26
|
*
[NETFILTER]: nf_conntrack: const annotations in nf_conntrack_sctp, nf_nat_pro...
Jan Engelhardt
2008-04-14
1
-6
/
+11
|
*
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_tuple.h
Jan Engelhardt
2008-04-14
1
-12
/
+10
|
*
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto
Jan Engelhardt
2008-04-14
7
-98
/
+94
|
*
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3proto
Jan Engelhardt
2008-04-14
1
-6
/
+6
|
*
[NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessors
Patrick McHardy
2008-04-14
14
-85
/
+50
|
*
[NETFILTER]: nf_conntrack_tcp: catch invalid state updates over ctnetlink
Patrick McHardy
2008-04-14
1
-2
/
+4
|
*
[NETFILTER]: nf_conntrack_extend: warn on confirmed conntracks
Patrick McHardy
2008-04-14
1
-0
/
+3
|
*
[NETFILTER]: nf_conntrack: add DCCP protocol support
Patrick McHardy
2008-04-14
3
-0
/
+827
|
*
[NETFILTER]: Add partial checksum validation helper
Patrick McHardy
2008-04-14
1
-26
/
+7
|
*
[NETFILTER]: nf_conntrack_netlink: clean up NAT protocol parsing
Patrick McHardy
2008-04-14
1
-12
/
+3
|
*
[NETFILTER]: nf_conntrack_sip: clear address in parse_addr()
Patrick McHardy
2008-04-14
1
-0
/
+1
[next]