| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] tiny: Trim non-IPX builds | Matt Mackall | 2006-01-09 | 1 | -3/+1 |
* | [PATCH] shrink dentry struct | Eric Dumazet | 2006-01-09 | 1 | -1/+1 |
* | [PATCH] slab: remove unused align parameter from alloc_percpu | Pekka Enberg | 2006-01-09 | 1 | -2/+2 |
* | [IPV6]: small cleanups | Adrian Bunk | 2006-01-07 | 2 | -1/+2 |
* | [IPV4]: make ip_fragment() static | Adrian Bunk | 2006-01-07 | 1 | -2/+3 |
* | [NETFILTER]: ip_conntrack_proto_sctp.c needs linux/interrupt.h | Joe Kappus | 2006-01-07 | 1 | -0/+1 |
* | [NETFILTER]: Add ipt_policy/ip6t_policy matches | Patrick McHardy | 2006-01-07 | 6 | -0/+367 |
* | [NETFILTER]: Handle NAT in IPsec policy checks | Patrick McHardy | 2006-01-07 | 4 | -3/+54 |
* | [NETFILTER]: Keep conntrack reference until IPsec policy checks are done | Patrick McHardy | 2006-01-07 | 6 | -9/+12 |
* | [NETFILTER]: Redo policy lookups after NAT when neccessary | Patrick McHardy | 2006-01-07 | 3 | -3/+31 |
* | [NETFILTER]: Use conntrack information to determine if packet was NATed | Patrick McHardy | 2006-01-07 | 1 | -15/+19 |
* | [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder | Patrick McHardy | 2006-01-07 | 7 | -9/+27 |
* | [IPV4]: reset IPCB flags when neccessary | Patrick McHardy | 2006-01-07 | 3 | -0/+4 |
* | [IPV4/6]: Netfilter IPsec input hooks | Patrick McHardy | 2006-01-07 | 3 | -1/+45 |
* | [IPV6]: Move nextheader offset to the IP6CB | Patrick McHardy | 2006-01-07 | 11 | -42/+37 |
* | [XFRM]: Netfilter IPsec output hooks | Patrick McHardy | 2006-01-07 | 2 | -36/+110 |
* | [DCCP]: ipv6.c needs net/ip6_checksum.c | David S. Miller | 2006-01-07 | 1 | -0/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-01-07 | 13 | -24/+25 |
|\ |
|
| * | [NET]: Endian-annotate in_aton() | Alexey Dobriyan | 2006-01-06 | 1 | -1/+1 |
| * | [NET]: Endian-annotate struct iphdr | Alexey Dobriyan | 2006-01-06 | 3 | -4/+4 |
| * | [LSM-IPSec]: Corrections to LSM-IPSec Nethooks | Trent Jaeger | 2006-01-06 | 1 | -0/+1 |
| * | [PKTGEN]: Adds missing __init. | Luiz Capitulino | 2006-01-06 | 1 | -3/+2 |
| * | [NETFILTER]: ipt_helper.c needs linux/interrupt.h | Joe | 2006-01-06 | 1 | -0/+1 |
| * | [BRIDGE] netfilter: vlan + hw checksum = bug? | Stephen Hemminger | 2006-01-06 | 1 | -4/+9 |
| * | [X25]: Fix for broken x25 module. | Shaun Pereira | 2006-01-06 | 1 | -6/+1 |
| * | [NET]: Change sk_run_filter()'s return type in net/core/filter.c | Kris Katterjohn | 2006-01-06 | 1 | -3/+3 |
| * | [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-07 | 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-06 | 6 | -9/+15 |