| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [NET]: Use newer is_multicast_ether_addr() in some files | Kris Katterjohn | 2006-01-06 | 3 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2006-01-06 | 2 | -2/+2 |
|\ \ |
|
| * | | kbuild: un-stringnify KBUILD_MODNAME | Sam Ravnborg | 2006-01-06 | 2 | -2/+2 |
* | | | SUNRPC: Make krb5 report unsupported encryption types | J. Bruce Fields | 2006-01-06 | 1 | -3/+7 |
* | | | SUNRPC: Make spkm3 report unsupported encryption types | J. Bruce Fields | 2006-01-06 | 1 | -3/+7 |
* | | | SUNRPC: Update the spkm3 code to use the make_checksum interface | J. Bruce Fields | 2006-01-06 | 3 | -8/+8 |
* | | | SUNRPC: Clean up xprt_destroy() | Trond Myklebust | 2006-01-06 | 1 | -24/+6 |
* | | | SUNRPC: Ensure client closes the socket when server initiates a close | Trond Myklebust | 2006-01-06 | 2 | -19/+26 |
* | | | SUNRPC: get rid of cl_chatty | Chuck Lever | 2006-01-06 | 2 | -7/+4 |
* | | | SUNRPC: transport switch API for setting port number | Chuck Lever | 2006-01-06 | 2 | -3/+19 |
* | | | SUNRPC: new interface to force an RPC rebind | Chuck Lever | 2006-01-06 | 1 | -6/+15 |
* | | | SUNRPC: switchable buffer allocation | Chuck Lever | 2006-01-06 | 4 | -29/+43 |
* | | | SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string() | Adrian Bunk | 2006-01-06 | 1 | -21/+0 |
* | | | SUNRPC: Fix a potential race in rpc_pipefs. | Trond Myklebust | 2006-01-06 | 1 | -3/+6 |
* | | | SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call. | Trond Myklebust | 2006-01-06 | 1 | -2/+2 |
* | | | SUNRPC: rpc_execute should not return task->tk_status; | Trond Myklebust | 2006-01-06 | 2 | -8/+7 |
* | | | SUNRPC: Get rid of some unused exports | Trond Myklebust | 2006-01-06 | 1 | -4/+0 |
* | | | NFSv4: stateful NFSv4 RPC call interface | Trond Myklebust | 2006-01-06 | 1 | -19/+59 |
* | | | SUNRPC: Further cleanups | Trond Myklebust | 2006-01-06 | 1 | -0/+10 |
* | | | RPC: Clean up RPC task structure | Trond Myklebust | 2006-01-06 | 2 | -32/+36 |
* | | | SUNRPC: Yet more RPC cleanups | Trond Myklebust | 2006-01-06 | 3 | -39/+32 |
| |/
|/| |
|
* | | [PATCH] Keep nfsd from exiting when seeing recv() errors | Olaf Kirch | 2006-01-06 | 1 | -1/+1 |
* | | [PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian mach... | NeilBrown | 2006-01-06 | 1 | -1/+13 |
|/ |
|
* | [NET]: Change 1500 to ETH_DATA_LEN in some files | Kris Katterjohn | 2006-01-05 | 6 | -9/+15 |
* | [IPVS]: Another file needs linux/interrupt.h | Andrew Morton | 2006-01-05 | 1 | -0/+1 |
* | [NETFILTER]: Use HOPLIMIT metric as TTL of TCP reset sent by REJECT | Yasuyuki Kozakai | 2006-01-05 | 1 | -1/+1 |
* | [NETFILTER]: nf_conntrack_l3proto_ipv4.c needs net/route.h | Patrick McHardy | 2006-01-05 | 1 | -0/+1 |
* | [NETFILTER]: Export ip6_masked_addrcmp, don't pass IPv6 addresses on stack | Patrick McHardy | 2006-01-05 | 1 | -8/+10 |
* | [NETFILTER]: make ipv6_find_hdr() find transport protocol header | Patrick McHardy | 2006-01-05 | 7 | -74/+48 |
* | [NETFILTER]: Call POST_ROUTING hook before fragmentation | Patrick McHardy | 2006-01-05 | 4 | -83/+16 |
* | [NETFILTER]: Remove okfn usage in ip_vs_core.c | Patrick McHardy | 2006-01-05 | 1 | -4/+1 |
* | [NETFILTER]: ctnetlink: Fix dumping of helper name | Patrick McHardy | 2006-01-05 | 1 | -1/+1 |
* | [NETFILTER]: Fix module_param types and permissions | Patrick McHardy | 2006-01-05 | 7 | -26/+22 |
* | [NETFILTER]: Filter dumped entries based on the layer 3 protocol number | Pablo Neira Ayuso | 2006-01-05 | 1 | -6/+17 |
* | [NETFILTER]: Add ctnetlink port for nf_conntrack | Pablo Neira Ayuso | 2006-01-05 | 11 | -61/+2214 |
* | [NETFILTER]: ctnetlink: remove unused variable | Pablo Neira Ayuso | 2006-01-05 | 1 | -2/+0 |
* | [NETFILTER]: ctnetlink: fix conntrack mark race | Pablo Neira Ayuso | 2006-01-05 | 1 | -5/+5 |
* | [NETFILTER]: ctnetlink: ctnetlink_event cleanup | Pablo Neira Ayuso | 2006-01-05 | 1 | -11/+4 |
* | [NETFILTER]: ctnetlink: use u_int32_t instead of unsigned int | Pablo Neira Ayuso | 2006-01-05 | 1 | -1/+1 |
* | [NETFILTER]: ctnetlink: propagate ctnetlink_dump_tuples_proto return value back | Pablo Neira Ayuso | 2006-01-05 | 1 | -2/+3 |
* | [NETFILTER]: ctnetlink: Add sanity checkings for ICMP | Yasuyuki Kozakai | 2006-01-05 | 1 | -19/+24 |
* | [NETFILTER]: ctnetlink: remove bogus checks in ICMP protocol at dumping | Pablo Neira Ayuso | 2006-01-05 | 1 | -4/+0 |
* | [NETFILTER]: Decrease number of pointer derefs in nf_conntrack_core.c | Jesper Juhl | 2006-01-05 | 1 | -3/+4 |
* | [NETFILTER]: Decrease number of pointer derefs in nfnetlink_queue.c | Jesper Juhl | 2006-01-05 | 1 | -35/+44 |
* | [IPVS]: Fix compilation | Adrian Bunk | 2006-01-05 | 2 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-01-04 | 3 | -55/+29 |
|\ |
|
| * | [PATCH] net: swich device attribute creation to default attrs | Kay Sievers | 2006-01-04 | 1 | -47/+21 |
| * | [PATCH] driver core: replace "hotplug" by "uevent" | Kay Sievers | 2006-01-04 | 3 | -8/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-04 | 1 | -1/+1 |
|\ \ |
|
| * | | s/retreiv/retriev/g | Matt Mackall | 2006-01-03 | 1 | -1/+1 |
| |/ |
|