summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-0/+19
|\
| * Merge branch 'next' into for-linusJames Morris2011-03-161-0/+19
| |\
| | * KEYS: Add a key type op to permit the key description to be vettedDavid Howells2011-03-081-0/+19
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2011-03-166-50/+419
|\ \ \
| * | | net/9p: Implement syncfs 9P operationAneesh Kumar K.V2011-03-151-0/+21
| * | | [net/9p] Small non-IO PDUs for zero-copy supporting transports.Venkateswararao Jujjuri (JV)2011-03-151-6/+17
| * | | [net/9p] Handle Zero Copy TREAD/RERROR case in !dotl case.Venkateswararao Jujjuri (JV)2011-03-151-23/+41
| * | | [net/9p] readdir zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)2011-03-152-2/+27
| * | | [net/9p] Write side zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)2011-03-151-6/+15
| * | | [net/9p] Read side zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)2011-03-152-8/+39
| * | | [net/9p] Add preferences to transport layer.Venkateswararao Jujjuri (JV)2011-03-151-0/+1
| * | | [net/9p] Add gup/zero_copy support to VirtIO transport layer.Venkateswararao Jujjuri (JV)2011-03-152-5/+126
| * | | [net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed.Venkateswararao Jujjuri (JV)2011-03-151-0/+1
| * | | [net/9p] Preparation and helper functions for zero copyVenkateswararao Jujjuri (JV)2011-03-154-0/+131
| |/ /
* | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-165-74/+18
|\ \ \
| * \ \ Merge branch 'master' into for-2.6.39Tejun Heo2011-02-2163-263/+547
| |\ \ \
| * | | | rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo2011-02-013-34/+4
| * | | | net/9p: replace p9_poll_task with a workTejun Heo2011-02-011-24/+8
| * | | | net/9p: use system_wq instead of p9_mux_wqTejun Heo2011-02-011-15/+5
| * | | | workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo2011-01-251-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-153-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro2011-03-152-2/+2
| * | | | kill path_lookup()Al Viro2011-03-141-1/+1
* | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-03-143-15/+64
|\ \ \ \ \
| * | | | | sunrpc: Propagate errors from xs_bind() through xs_create_sock()Ben Hutchings2011-03-101-1/+2
| * | | | | SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl2011-03-101-0/+1
| * | | | | SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust2011-03-101-14/+61
| | |_|_|/ | |/| | |
* | | | | ip6ip6: autoload ip6 tunnelstephen hemminger2011-03-101-0/+1
* | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2011-03-106-27/+80
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-104-5/+13
| |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-03-052-22/+67
| |\ \ \
| | * | | libceph: fix msgr standby handlingSage Weil2011-03-041-8/+22
| | * | | libceph: fix msgr keepalive flagSage Weil2011-03-041-5/+4
| | * | | libceph: fix msgr backoffSage Weil2011-03-041-2/+28
| | * | | libceph: retry after authorization failureSage Weil2011-03-031-2/+0
| | * | | libceph: fix handling of short returns from get_user_pagesSage Weil2011-03-031-5/+13
* | | | | net: bridge builtin vs. ipv6 modularRandy Dunlap2011-03-101-0/+1
* | | | | ipv6: Don't create clones of host routes.David S. Miller2011-03-091-1/+3
* | | | | pktgen: fix errata in show resultsDaniel Turull2011-03-091-1/+1
* | | | | ipv4: Fix erroneous uses of ifa_address.David S. Miller2011-03-091-3/+3
* | | | | rds: prevent BUG_ON triggering on congestion map updatesNeil Horman2011-03-082-4/+12
* | | | | net: fix multithreaded signal handling in unix recv routinesRainer Weikusat2011-03-071-4/+13
* | | | | net: Enter net/ipv6/ even if CONFIG_IPV6=nThomas Graf2011-03-071-3/+1
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-031-3/+17
|\ \ \ \
| * | | | DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells2011-03-041-3/+17
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-038-19/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | AF_RXRPC: Handle receiving ACKALL packetsDavid Howells2011-03-021-0/+1
| * | | | net: dcbnl: check correct ops in dcbnl_ieee_set()John Fastabend2011-03-021-1/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-022-2/+6
| |\ \ \ \
| | * | | | netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt2011-03-021-0/+4
OpenPOWER on IntegriCloud