| Commit message (Expand) | Author | Age |
... | |
| * | | | 9p: move dirread to fs layer | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: move readn meta-function from client to fs layer | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: consolidate read/write functions | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: drop broken unused error path from p9_conn_create() | Tejun Heo | 2008-10-17 |
| * | | | 9p: make rpc code common and rework flush code | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: use the rcall structure passed in the request in trans_fd read_work | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: apply common request code to trans_fd | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: apply common tagpool handling to trans_fd | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: move request management to client code | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: eliminate callback complexity | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: consolidate mux_rpc and request structure | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: remove unnecessary prototypes | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: remove duplicate client state | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p: consolidate transport structure | Eric Van Hensbergen | 2008-10-17 |
| * | | | 9p-trans_fd: use single poller | Tejun Heo | 2008-10-17 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-10-20 |
|\ \ \ |
|
| * | | | netfilter: replace old NF_ARP calls with NFPROTO_ARP | Jan Engelhardt | 2008-10-20 |
| * | | | netfilter: fix compilation error with NAT=n | Pablo Neira Ayuso | 2008-10-20 |
| * | | | netfilter: xt_recent: use proc_create_data() | Alexey Dobriyan | 2008-10-20 |
| * | | | netfilter: snmp nat leaks memory in case of failure | Ilpo Järvinen | 2008-10-20 |
| * | | | netfilter: xt_iprange: fix range inversion match | Alexey Dobriyan | 2008-10-20 |
| * | | | netfilter: ctnetlink: remove obsolete NAT dependency from Kconfig | Patrick McHardy | 2008-10-20 |
| * | | | pkt_sched: sch_generic: Fix oops in sch_teql | Jarek Poplawski | 2008-10-20 |
| * | | | dccp: Port redirection support for DCCP | Gerrit Renker | 2008-10-20 |
| * | | | tcp: Fix IPv6 fallout from 'Port redirection support for TCP' | KOVACS Krisztian | 2008-10-20 |
| * | | | netdev: change name dropping error codes | Stephen Hemminger | 2008-10-20 |
| * | | | ipvs: Update CONFIG_IP_VS_IPV6 description and help text | Julius Volz | 2008-10-20 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-10-17 |
|\| | |
| |/ /
|/| | |
|
| * | | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 2008-10-16 |
| * | | ipv4: Add a missing rcu_assign_pointer() in routing cache. | Eric Dumazet | 2008-10-16 |
* | | | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-10-16 |
|\ \ \ |
|
| * \ \ | Merge branch 'next' | Trond Myklebust | 2008-10-15 |
| |\ \ \ |
|
| | * | | | RPC/RDMA: ensure connection attempt is complete before signalling. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: correct the reconnect timer backoff | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: optionally emit useful transport info upon connect/disconnect. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: reformat a debug printk to keep lines together. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: fix connect/reconnect resource leak. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: return a consistent error, when connect fails. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: adhere to protocol for unpadded client trailing write chunks. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: avoid an oops due to disconnect racing with async upcalls. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: maintain the RPC task bytes-sent statistic. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: suppress retransmit on RPC/RDMA clients. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: fix connection IRD/ORD setting | Tom Tucker | 2008-10-10 |
| | * | | | RPC/RDMA: support FRMR client memory registration. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: check selected memory registration mode at runtime. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: add data types and new FRMR memory registration enum. | Tom Talpey | 2008-10-10 |
| | * | | | RPC/RDMA: refactor the inline memory registration code. | Tom Talpey | 2008-10-10 |
| | * | | | sunrpc: fix oops in rpc_create when the mount namespace is unshared | Cedric Le Goater | 2008-10-07 |
| | * | | | SUNRPC: Fix a memory leak in rpcb_getport_async | Trond Myklebust | 2008-10-07 |