index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-23
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
9
-351
/
+460
2006-09-22
NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers
Steve Dickson
1
-1
/
+1
2006-09-22
SUNRPC: Fix Oops in pmap_getport_done
Trond Myklebust
1
-24
/
+22
2006-09-22
SUNRPC: Add refcounting to the struct rpc_xprt
Trond Myklebust
2
-8
/
+28
2006-09-22
SUNRPC: Clean up soft task error handling
Trond Myklebust
2
-27
/
+15
2006-09-22
SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errors
Trond Myklebust
1
-0
/
+8
2006-09-22
SUNRPC: rpc_delay() should not clobber the rpc_task->tk_status
Trond Myklebust
1
-10
/
+6
2006-09-22
SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument
Trond Myklebust
2
-20
/
+25
2006-09-22
SUNRPC: export new RPC client functions with _GPL
Chuck Lever
1
-5
/
+5
2006-09-22
SUNRPC: Eliminate xprt_create_proto and rpc_create_client
Chuck Lever
4
-125
/
+1
2006-09-22
SUNRPC: Convert RPC portmapper to use new rpc_create() API
Chuck Lever
1
-18
/
+15
2006-09-22
SUNRPC: use sockaddr + size when creating remote transport endpoints
Chuck Lever
2
-0
/
+136
2006-09-22
SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address
Chuck Lever
3
-7
/
+13
2006-09-22
SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() API
Chuck Lever
1
-4
/
+2
2006-09-22
SUNRPC: Create API for displaying remote peer address
Chuck Lever
1
-0
/
+13
2006-09-22
SUNRPC: add xprt switch API for printing formatted remote peer addresses
Chuck Lever
1
-8
/
+71
2006-09-22
SUNRPC: remove extraneous header inclusions
Chuck Lever
3
-4
/
+0
2006-09-22
SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API.
Chuck Lever
1
-2
/
+3
2006-09-22
SUNRPC: create API for getting remote peer address
Chuck Lever
1
-0
/
+21
2006-09-22
SUNRPC: Introduce transport switch callout for pluggable rpcbind
Chuck Lever
3
-4
/
+5
2006-09-22
SUNRPC: Support for RPC child tasks no longer needed
Chuck Lever
1
-82
/
+0
2006-09-22
SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.c
Chuck Lever
1
-28
/
+42
2006-09-22
SUNRPC: Make RPC portmapper use per-transport storage
Chuck Lever
3
-61
/
+106
2006-09-22
SUNRPC: Create a helper to tell whether a transport is bound
Chuck Lever
4
-11
/
+20
2006-09-22
[IPV6] ADDRCONF: Mobile IPv6 Home Address support.
Noriaki TAKAMIYA
1
-3
/
+41
2006-09-22
[IPV6] ADDRCONF: Allow non-DAD'able addresses.
Noriaki TAKAMIYA
1
-15
/
+16
2006-09-22
[IPV6] NDISC: Fix is_router flag setting.
YOSHIFUJI Hideaki
1
-5
/
+2
2006-09-22
[IPV6] ADDRCONF: Convert addrconf_lock to RCU.
YOSHIFUJI Hideaki
5
-30
/
+31
2006-09-22
[IPV6] NDISC: Add proxy_ndp sysctl.
YOSHIFUJI Hideaki
3
-2
/
+21
2006-09-22
[IPV6] NDISC: Set per-entry is_router flag in Proxy NA.
Ville Nuorvala
2
-6
/
+19
2006-09-22
[IPV6] NDISC: Avoid updating neighbor cache for proxied address in receiving NA.
Ville Nuorvala
1
-0
/
+9
2006-09-22
[IPV6]: Don't forward packets to proxied link-local address.
Ville Nuorvala
1
-1
/
+16
2006-09-22
[IPV6] NDISC: Handle NDP messages to proxied addresses.
Ville Nuorvala
1
-0
/
+45
2006-09-22
[NETFILTER]: PPTP conntrack: fix another GRE keymap leak
Patrick McHardy
2
-10
/
+7
2006-09-22
[NETFILTER]: PPTP conntrack: fix GRE keymap leak
Patrick McHardy
1
-0
/
+1
2006-09-22
[NETFILTER]: PPTP conntrack: fix PPTP_IN_CALL message types
Patrick McHardy
2
-6
/
+8
2006-09-22
[NETFILTER]: PPTP conntrack: check call ID before changing state
Patrick McHardy
1
-19
/
+13
2006-09-22
[NETFILTER]: PPTP conntrack: clean up debugging cruft
Patrick McHardy
1
-77
/
+51
2006-09-22
[NETFILTER]: PPTP conntrack: consolidate header parsing
Patrick McHardy
1
-72
/
+47
2006-09-22
[NETFILTER]: PPTP conntrack: consolidate header size checks
Patrick McHardy
1
-43
/
+22
2006-09-22
[NETFILTER]: PPTP conntrack: simplify expectation handling
Patrick McHardy
2
-116
/
+34
2006-09-22
[NETFILTER]: PPTP conntrack: remove unnecessary cid/pcid header pointers
Patrick McHardy
1
-28
/
+28
2006-09-22
[NETFILTER]: PPTP conntrack: fix header definitions
Patrick McHardy
1
-1
/
+1
2006-09-22
[NETFILTER]: PPTP conntrack: remove more dead code
Patrick McHardy
1
-15
/
+2
2006-09-22
[NETFILTER]: PPTP conntrack: remove dead code
Patrick McHardy
1
-14
/
+2
2006-09-22
[NETFILTER]: PPTP conntrack: get rid of unnecessary byte order conversions
Patrick McHardy
3
-33
/
+33
2006-09-22
[NETFILTER]: PPTP conntrack: fix whitespace errors
Patrick McHardy
4
-108
/
+108
2006-09-22
[NETFILTER]: ipt_hashlimit: add compat conversion functions
Patrick McHardy
1
-0
/
+29
2006-09-22
[NETFILTER]: xt_limit: add compat conversion functions
Patrick McHardy
1
-0
/
+49
2006-09-22
[NETFILTER]: xt_CONNMARK: add compat conversion functions
Patrick McHardy
1
-0
/
+36
[next]