| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-12-07 | 2 | -13/+16 |
|\ |
|
| * | [NETFILTER]: Fix non-ANSI func. decl. | Randy Dunlap | 2006-12-07 | 1 | -1/+1 |
| * | [NETFILTER]: nf_conntrack: Don't try to find clashed expectation | Yasuyuki Kozakai | 2006-12-06 | 1 | -12/+15 |
* | | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 3 | -5/+5 |
|/ |
|
* | [PATCH] severing skbuff.h -> mm.h | Al Viro | 2006-12-04 | 3 | -0/+3 |
* | [NETFILTER]: xtables: fixes warning on compilation of hashlimit | Yasuyuki Kozakai | 2006-12-02 | 1 | -1/+1 |
* | [NETFILTER]: nf_conntrack: fix header inclusions for helpers | Yasuyuki Kozakai | 2006-12-02 | 5 | -4/+4 |
* | [NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanup | Patrick McHardy | 2006-12-02 | 8 | -79/+72 |
* | [NETFILTER]: Mark old IPv4-only connection tracking scheduled for removal | Patrick McHardy | 2006-12-02 | 1 | -3/+3 |
* | [NETFILTER]: nf_conntrack/nf_nat: add TFTP helper port | Patrick McHardy | 2006-12-02 | 3 | -0/+171 |
* | [NETFILTER]: nf_conntrack/nf_nat: add SIP helper port | Patrick McHardy | 2006-12-02 | 3 | -0/+543 |
* | [NETFILTER]: nf_conntrack/nf_nat: add PPTP helper port | Patrick McHardy | 2006-12-02 | 5 | -0/+941 |
* | [NETFILTER]: nf_conntrack: add NetBIOS name service helper port | Patrick McHardy | 2006-12-02 | 3 | -0/+145 |
* | [NETFILTER]: nf_conntrack/nf_nat: add IRC helper port | Patrick McHardy | 2006-12-02 | 3 | -0/+297 |
* | [NETFILTER]: nf_conntrack/nf_nat: add H.323 helper port | Patrick McHardy | 2006-12-02 | 5 | -0/+4679 |
* | [NETFILTER]: nf_conntrack/nf_nat: add amanda helper port | Patrick McHardy | 2006-12-02 | 3 | -0/+253 |
* | [NETFILTER]: nf_conntrack: add helper function for expectation initialization | Patrick McHardy | 2006-12-02 | 1 | -0/+68 |
* | [NETFILTER]: nf_nat: add FTP NAT helper port | Jozsef Kadlecsik | 2006-12-02 | 1 | -10/+10 |
* | [NETFILTER]: Add NAT support for nf_conntrack | Jozsef Kadlecsik | 2006-12-02 | 4 | -24/+52 |
* | [NETFILTER]: nf_conntrack: add module aliases to IPv4 conntrack names | Patrick McHardy | 2006-12-02 | 3 | -0/+3 |
* | [NETFILTER]: Kconfig: improve conntrack selection | Patrick McHardy | 2006-12-02 | 1 | -6/+44 |
* | [NETFILTER]: nf_conntrack: automatic helper assignment for expectations | Patrick McHardy | 2006-12-02 | 4 | -6/+18 |
* | [NETFILTER]: nf_conntrack: endian annotations | Patrick McHardy | 2006-12-02 | 5 | -34/+29 |
* | [NETFILTER]: nf_conntrack: fix helper structure alignment | Patrick McHardy | 2006-12-02 | 1 | -4/+5 |
* | [NETFILTER]: remove remaining ASSERT_{READ,WRITE}_LOCK | Patrick McHardy | 2006-12-02 | 1 | -3/+0 |
* | [NETFILTER]: x_tables: add NFLOG target | Patrick McHardy | 2006-12-02 | 3 | -0/+98 |
* | [NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6 | Patrick McHardy | 2006-12-02 | 3 | -0/+787 |
* | [NETFILTER]: nfnetlink_log: remove useless prefix length limitation | Patrick McHardy | 2006-12-02 | 1 | -9/+10 |
* | [NETFILTER]: nfnetlink_queue: allow changing queue length through netlink | Eric Leblond | 2006-12-02 | 1 | -0/+8 |
* | [NETFILTER]: ctnetlink: rework conntrack fields dumping logic on events | Pablo Neira Ayuso | 2006-12-02 | 1 | -22/+27 |
* | [NETFILTER]: ctnetlink: check for status attribute existence on conntrack cre... | Pablo Neira Ayuso | 2006-12-02 | 1 | -3/+5 |
* | [NETFILTER]: ip_conntrack: fix NAT helper unload races | Patrick McHardy | 2006-12-02 | 1 | -4/+5 |
* | [NETFILTER]: conntrack: add '_get' to {ip, nf}_conntrack_expect_find | Yasuyuki Kozakai | 2006-12-02 | 3 | -4/+4 |
* | [NETFILTER]: nf_conntrack: /proc compatibility with old connection tracking | Patrick McHardy | 2006-12-02 | 2 | -0/+2 |
* | [NETFILTER]: nf_conntrack: sysctl compatibility with old connection tracking | Patrick McHardy | 2006-12-02 | 6 | -0/+240 |
* | [NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modules | Patrick McHardy | 2006-12-02 | 7 | -222/+244 |
* | [NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols | Patrick McHardy | 2006-12-02 | 3 | -0/+237 |
* | [NETFILTER]: nf_conntrack: move extern declaration to header files | Patrick McHardy | 2006-12-02 | 3 | -10/+0 |
* | [NETFILTER]: nf_conntrack_ftp: fix missing helper mask initilization | Patrick McHardy | 2006-12-02 | 1 | -0/+1 |
* | [NETFILTER]: nf_conntrack: reduce timer updates in __nf_ct_refresh_acct() | Martin Josefsson | 2006-12-02 | 1 | -3/+8 |
* | [NETFILTER]: nf_conntrack: minor __nf_ct_refresh_acct() whitespace cleanup | Martin Josefsson | 2006-12-02 | 1 | -3/+4 |
* | [NETFILTER]: nf_conntrack: remove ASSERT_{READ,WRITE}_LOCK | Martin Josefsson | 2006-12-02 | 2 | -11/+0 |
* | [NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregi... | Martin Josefsson | 2006-12-02 | 2 | -7/+50 |
* | [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocol | Martin Josefsson | 2006-12-02 | 12 | -137/+137 |
* | [NETFILTER]: More __read_mostly annotations | Martin Josefsson | 2006-12-02 | 3 | -5/+5 |
* | [NETFILTER]: nf_conntrack: split out protocol handling | Martin Josefsson | 2006-12-02 | 4 | -198/+226 |
* | [NETFILTER]: nf_conntrack: split out the event cache | Martin Josefsson | 2006-12-02 | 9 | -69/+103 |
* | [NETFILTER]: nf_conntrack: split out helper handling | Martin Josefsson | 2006-12-02 | 3 | -120/+153 |
* | [NETFILTER]: nf_conntrack: split out expectation handling | Martin Josefsson | 2006-12-02 | 6 | -343/+372 |
* | [NETLINK]: Remove unused dst_pid field in netlink_skb_parms | Thomas Graf | 2006-12-02 | 1 | -3/+1 |