Age | Commit message (Expand) | Author | Files | Lines |
2006-03-12 | [NETFILTER]: nfnetlink_queue: fix possible NULL-ptr dereference | Patrick McHardy | 1 | -1/+5 |
2006-02-27 | [NETFILTER]: nf_queue: fix end-of-list check | Patrick McHardy | 1 | -1/+1 |
2006-02-27 | [NETFILTER]: nf_queue: remove unnecessary check for outfn | Patrick McHardy | 1 | -1/+1 |
2006-02-27 | [NETFILTER]: nf_queue: fix rerouting after packet mangling | Patrick McHardy | 1 | -7/+15 |
2006-02-27 | [NETFILTER]: nf_queue: check if rerouter is present before using it | Patrick McHardy | 1 | -2/+2 |
2006-02-27 | [NETFILTER]: nf_queue: don't copy registered rerouter data | Patrick McHardy | 1 | -19/+9 |
2006-02-15 | [NETFILTER]: nf_conntrack: Fix TCP/UDP HW checksum handling for IPv6 packet | Yasuyuki Kozakai | 2 | -2/+6 |
2006-02-15 | [NETFILTER]: nf_conntrack: move registration of __nf_ct_attach | Yasuyuki Kozakai | 1 | -0/+5 |
2006-02-15 | [NETFILTER]: x_tables: fix dependencies of conntrack related modules | Yasuyuki Kozakai | 1 | -3/+3 |
2006-02-13 | [NETFILTER] Fix Kconfig menu level for x_tables | Harald Welte | 1 | -2/+2 |
2006-02-04 | [NETFILTER]: nf_conntrack: fix incorrect memset() size in FTP helper | Samir Bellabes | 1 | -2/+0 |
2006-02-04 | [NETFILTER]: nfnetlink_queue: fix packet marking over netlink | Patrick McHardy | 1 | -1/+2 |
2006-02-04 | [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log | Patrick McHardy | 1 | -7/+11 |
2006-02-04 | [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz' | Holger Eitzenberger | 1 | -1/+1 |
2006-02-04 | [NETFILTER]: nf_conntrack: check address family when finding protocol module | Yasuyuki Kozakai | 1 | -1/+1 |
2006-02-04 | [NETFILTER]: ctnetlink: add MODULE_ALIAS for expectation subsystem | Pablo Neira Ayuso | 1 | -0/+1 |
2006-02-04 | [NETFILTER]: ctnetlink: Fix subsystem used for expectation events | Marcus Sundberg | 1 | -1/+1 |
2006-01-14 | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 1 | -1/+1 |
2006-01-13 | [NETFILTER] x-tables: Missing linux/ipv6.h includes. | David S. Miller | 2 | -0/+2 |
2006-01-13 | [NET]: Use NIP6_FMT in kernel.h | Joe Perches | 1 | -2/+2 |
2006-01-12 | [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables | Harald Welte | 27 | -5/+4316 |
2006-01-10 | [NETFILTER]: Fix timeout sysctls on big-endian 64bit architectures | Patrick McHardy | 5 | -34/+34 |
2006-01-10 | spelling: s/trough/through/ | Adrian Bunk | 1 | -2/+2 |
2006-01-05 | [NETFILTER]: Fix module_param types and permissions | Patrick McHardy | 1 | -1/+1 |
2006-01-05 | [NETFILTER]: Filter dumped entries based on the layer 3 protocol number | Pablo Neira Ayuso | 1 | -6/+17 |
2006-01-05 | [NETFILTER]: Add ctnetlink port for nf_conntrack | Pablo Neira Ayuso | 7 | -34/+1973 |
2006-01-05 | [NETFILTER]: Decrease number of pointer derefs in nf_conntrack_core.c | Jesper Juhl | 1 | -3/+4 |
2006-01-05 | [NETFILTER]: Decrease number of pointer derefs in nfnetlink_queue.c | Jesper Juhl | 1 | -35/+44 |
2006-01-04 | [NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition. | YOSHIFUJI Hideaki | 2 | -2/+2 |
2005-12-05 | [NETFILTER]: Wait for untracked references in nf_conntrack module unload | Patrick McHardy | 1 | -0/+3 |
2005-12-05 | [NETFILTER]: Mark ctnetlink as EXPERIMENTAL | Patrick McHardy | 1 | -2/+2 |
2005-12-05 | [NETFILTER]: nfnetlink: Fix calculation of minimum message length | Yasuyuki Kozakai | 1 | -3/+2 |
2005-12-01 | [NETFILTER]: Ignore ACKs ACKs on half open connections in TCP conntrack | Jozsef Kadlecsik | 1 | -9/+20 |
2005-11-16 | [NETFILTER]: Fix nf_conntrack compilation with CONFIG_NETFILTER_DEBUG | Patrick McHardy | 1 | -1/+1 |
2005-11-15 | [NETFILTER] Free layer-3 specific protocol tables at cleanup | KOVACS Krisztian | 1 | -0/+7 |
2005-11-15 | [NETFILTER] Remove nf_conntrack stat proc file when cleaning up | KOVACS Krisztian | 1 | -1/+1 |
2005-11-14 | [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN | Harald Welte | 3 | -26/+17 |
2005-11-14 | [NETFILTER] nf_conntrack: Add missing code to TCP conntrack module | KOVACS Krisztian | 1 | -0/+6 |
2005-11-12 | [NETFILTER] {ip,nf}_conntrack TCP: Accept SYN+PUSH like SYN | Vlad Drukker | 1 | -0/+1 |
2005-11-09 | [NETFILTER]: Add nf_conntrack subsystem. | Yasuyuki Kozakai | 10 | -0/+5418 |
2005-11-09 | [NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is set | Harald Welte | 1 | -7/+10 |
2005-11-09 | [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void | Harald Welte | 1 | -3/+1 |
2005-11-05 | [NETFILTER] nf_queue: Fix Ooops when no queue handler registered | Harald Welte | 1 | -1/+1 |
2005-11-05 | [NETFILTER] nfnetlink: Use kzalloc | Harald Welte | 2 | -8/+4 |
2005-10-10 | [NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLV | Harald Welte | 1 | -2/+2 |
2005-10-08 | [PATCH] gfp flags annotations - part 1 | Al Viro | 1 | -2/+1 |
2005-10-04 | [NETFILTER]: fix sparse gfp nocast warnings | Randy Dunlap | 1 | -1/+2 |
2005-10-03 | [NET]: Fix packet timestamping. | Herbert Xu | 2 | -4/+4 |
2005-09-06 | [NETFILTER]: Fix HW checksum handling in nfnetlink_queue | Patrick McHardy | 1 | -1/+7 |
2005-09-05 | [NETFILTER] remove bogus hand-coded htonll() from nenetlink_queue | Harald Welte | 1 | -13/+2 |