Age | Commit message (Expand) | Author | Files | Lines |
2006-12-12 | [IPVS]: Make ip_vs_sync.c <= 80col wide. | Simon Horman | 1 | -3/+6 |
2006-12-12 | [IPVS]: Use msleep_interruptable() instead of ssleep() aka msleep() | Simon Horman | 1 | -4/+4 |
2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -1/+1 |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2 | -0/+2 |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 5 | -28/+25 |
2006-12-04 | [PATCH] severing skbuff.h -> mm.h | Al Viro | 2 | -0/+2 |
2006-12-03 | [IPVS]: Use kmemdup where appropriate | Arnaldo Carvalho de Melo | 2 | -9/+2 |
2006-12-03 | [NET]: ipvs checksum annotations. | Al Viro | 2 | -6/+6 |
2006-12-03 | [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit. | Al Viro | 1 | -3/+3 |
2006-12-03 | [NET]: Annotate ip_vs_checksum_complete() and callers. | Al Viro | 1 | -1/+1 |
2006-12-03 | [NET]: Annotate callers of csum_fold() in net/* | Al Viro | 1 | -1/+1 |
2006-12-03 | [IPVS]: Annotate ..._app_hashkey(). | Al Viro | 2 | -6/+10 |
2006-12-03 | [NET]: Turn nfmark into generic mark | Thomas Graf | 2 | -2/+2 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -3/+3 |
2006-11-11 | [IPVS]: More endianness fixed. | Julian Anastasov | 3 | -6/+6 |
2006-10-11 | [PATCH] ptrdiff_t is %t, not %z | Al Viro | 1 | -1/+1 |
2006-10-04 | [NETFILTER]: Honour source routing for LVS-NAT | Simon Horman | 1 | -0/+10 |
2006-10-04 | Still more typo fixes | Matt LaPlante | 1 | -1/+1 |
2006-10-04 | more misc typo fixes | Matt LaPlante | 1 | -1/+1 |
2006-10-01 | [PATCH] completions: lockdep annotate on stack completions | Peter Zijlstra | 1 | -1/+1 |
2006-09-29 | [IPVS] bug: endianness breakage in ip_vs_ftp | Al Viro | 1 | -2/+3 |
2006-09-29 | [IPVS]: ipvs annotations | Al Viro | 13 | -72/+72 |
2006-09-29 | [IPVS]: Make sure ip_vs_ftp ports are valid: module_param_array approach | Simon Horman | 1 | -2/+2 |
2006-09-29 | [IPVS]: Reverse valid ip_vs_ftp ports fix: port check approach | Simon Horman | 1 | -6/+0 |
2006-09-29 | [IPV4]: inet_select_addr() annotations | Al Viro | 1 | -1/+1 |
2006-09-23 | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 2 | -8/+8 |
2006-09-18 | [IPVS]: remove the debug option go ip_vs_ftp | Simon Horman | 1 | -14/+6 |
2006-09-18 | [IPVS]: Make sure ip_vs_ftp ports are valid | Simon Horman | 1 | -0/+6 |
2006-09-18 | [IPVS]: auto-help for ip_vs_ftp | Simon Horman | 1 | -0/+1 |
2006-07-22 | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 2 | -9/+4 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-03-26 | [PATCH] sem2mutex: misc static one-file mutexes | Ingo Molnar | 1 | -5/+6 |
2006-03-21 | [NET]: sem2mutex part 2 | Ingo Molnar | 1 | -9/+10 |
2006-01-12 | [PATCH] capable/capability.h (net/) | Randy Dunlap | 1 | -0/+1 |
2006-01-07 | [NET]: Endian-annotate struct iphdr | Alexey Dobriyan | 1 | -1/+1 |
2006-01-06 | [IPVS]: Another file needs linux/interrupt.h | Andrew Morton | 1 | -0/+1 |
2006-01-05 | [NETFILTER]: Remove okfn usage in ip_vs_core.c | Patrick McHardy | 1 | -4/+1 |
2006-01-05 | [IPVS]: Fix compilation | Adrian Bunk | 2 | -0/+2 |
2006-01-04 | [IPVS]: Add missing include <linux/net.h> | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2006-01-04 | [IPVS]: Cleanup IP_VS_DBG statements. | Roberto Nibali | 4 | -14/+17 |
2006-01-04 | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 11 | -0/+23 |
2006-01-04 | [IPVS]: remove dead code | Roberto Nibali | 4 | -104/+0 |
2005-11-30 | [NET]: Add const markers to various variables. | Arjan van de Ven | 3 | -4/+4 |
2005-11-08 | [NET]: kfree cleanup | Jesper Juhl | 1 | -4/+2 |
2005-11-08 | [IPVS]: fix connection leak if expire_nodest_conn=1 | Julian Anastasov | 1 | -4/+3 |
2005-10-09 | [PATCH] gfp flags annotations - part 1 | Al Viro | 1 | -1/+1 |
2005-10-05 | [IPVS]: fix sparse gfp nocast warnings | Randy Dunlap | 1 | -1/+1 |
2005-09-15 | [IPVS]: ip_vs_ftp breaks connections using persistence | Julian Anastasov | 3 | -17/+60 |
2005-09-15 | [IPVS]: Really invalidate persistent templates | Julian Anastasov | 1 | -1/+1 |
2005-08-30 | [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers | Eric Dumazet | 1 | -1/+1 |