summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-162-138/+82Star
|\
| * switch alloc_file() to passing struct pathAl Viro2009-12-161-8/+9
| * switch sock_alloc_file() to alloc_file()Al Viro2009-12-161-11/+11
| * 9p connect fixesAl Viro2009-12-161-66/+46Star
| * merge sock_alloc_fd/sock_attach_fd into a new helperAl Viro2009-12-161-57/+23Star
| * reorder alloc_fd/attach_fd in socketpair()Al Viro2009-12-161-17/+14Star
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-12-161-0/+15
|\ \
| * | nfs: enforce FIFO ordering of operations trying to acquire slotAlexandros Batsakis2009-12-151-0/+1
| * | rpc: add rpc_queue_empty functionAlexandros Batsakis2009-12-151-0/+14
* | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-164-49/+43Star
|\ \ \
| * \ \ Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields2009-11-2350-246/+412
| |\ \ \
| * | | | Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields2009-11-231-22/+9Star
| * | | | nfsd4: don't try to map gid's in generic rpc codeJ. Bruce Fields2009-10-281-23/+30
| * | | | nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields2009-10-282-4/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-1617-134/+149
|\ \ \ \ \
| * | | | | packet: dont call sleeping functions while holding rcu_read_lock()Eric Dumazet2009-12-161-40/+31Star
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-166-10/+47
| |\ \ \ \ \
| | * | | | | ipvs: zero usvc and udestSimon Horman2009-12-151-0/+4
| | * | | | | netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-152-4/+23
| | * | | | | ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2009-12-153-6/+19
| | * | | | | ipvs: fix synchronization on connection closeXiaotian Feng2009-12-141-0/+1
| * | | | | | tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-167-77/+54Star
| * | | | | | net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2009-12-142-3/+14
| * | | | | | udp: udp_lib_get_port() fixEric Dumazet2009-12-141-4/+3Star
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-12-162-4/+4
|\ \ \ \ \ \ \
| * | | | | | | RDMA/cm: fix loopback address supportSean Hefty2009-11-192-4/+4
* | | | | | | | const: constify remaining pipe_buf_operationsAlexey Dobriyan2009-12-161-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-153-7/+5Star
* | | | | | | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-152-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'nfs-for-2.6.33'Trond Myklebust2009-12-138-60/+162
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | rpc: remove unneeded function parameter in gss_add_msg()Suresh Jayaraman2009-12-091-2/+2
| * | | | | Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust2009-12-081-1/+1
| |\ \ \ \ \
| | * | | | | SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin2009-12-081-1/+1
| * | | | | | Merge branch 'devel' into linux-nextTrond Myklebust2009-12-045-41/+132
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | SUNRPC: soft connect semantics for UDPChuck Lever2009-12-031-0/+4
| | * | | | | SUNRPC: Use soft connect semantics when performing RPC pingChuck Lever2009-12-031-5/+5
| | * | | | | SUNRPC: Use soft connects for autobinding over TCPChuck Lever2009-12-032-2/+17
| | * | | | | SUNRPC: Use TCP for local rpcbind upcallsChuck Lever2009-12-031-2/+2
| | * | | | | SUNRPC: Use a cached RPC client and transport for rpcbind upcallsChuck Lever2009-12-032-16/+80
| | * | | | | SUNRPC: Simplify synopsis of rpcb_local_clnt()Chuck Lever2009-12-031-7/+4Star
| | * | | | | SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever2009-12-032-3/+10
| | * | | | | SUNRPC: Check explicitly for tk_status == 0 in call_transmit_status()Chuck Lever2009-12-031-0/+12
| | * | | | | SUNRPC: Display compressed (shorthand) IPv6 presentation addressesChuck Lever2009-12-031-9/+1Star
| * | | | | | RPC: Fix two potential races in put_rpccredTrond Myklebust2009-12-031-16/+23
| * | | | | | SUNRPC: Ensure that we honour autoclose before attempting to reconnectTrond Myklebust2009-12-031-0/+4
| |/ / / / /
* | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-1212-21/+21
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-1012-21/+21
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-0712-21/+21
| | |\ \ \ \ \
| | | * | | | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-049-17/+17
| | | * | | | | tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-042-3/+3