summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: delete __cpuinit usage from all net filesPaul Gortmaker2013-07-142-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-143-52/+26
|\
| * sunrpc: now we can just set ->s_d_opAl Viro2013-07-141-3/+2
| * __rpc_lookup_create_exclusive: pass string instead of qstrAl Viro2013-07-141-25/+9
| * rpc_create_*_dir: don't bother with qstrAl Viro2013-07-143-31/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-1321-146/+170
|\ \
| * | ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa2013-07-121-4/+11
| * | tcp: account all retransmit failuresYuchung Cheng2013-07-121-3/+4
| * | net: access page->private by using page_privateSunghan Suh2013-07-121-3/+3
| * | net: strict_strtoul is obsolete, use kstrtoul instead“Cosmin2013-07-121-1/+1
| * | net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko2013-07-111-7/+1
| * | gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck2013-07-111-1/+1
| * | pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente2013-07-111-63/+55
| * | pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente2013-07-111-1/+8
| * | gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2013-07-113-9/+12
| * | inet: fix spacing in assignmentCamelia Groza2013-07-111-1/+1
| * | ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa2013-07-111-23/+40
| * | 9p: fix off by one causing access violations and memory corruptionSasha Levin2013-07-111-5/+5
| * | ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa2013-07-101-3/+6
| * | net: rename busy poll socket op and globalsEliezer Tamir2013-07-103-9/+9
| * | net: rename ll methods to busy-pollEliezer Tamir2013-07-104-4/+4
| * | net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-109-9/+9
* | | Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-112-12/+29
|\ \ \
| * | | SUNRPC: Fix a deadlock in rpc_client_register()Trond Myklebust2013-07-101-7/+9
| * | | rpc_pipe: rpc_dir_inode_operations can be staticFengguang Wu2013-07-091-1/+1
| * | | rpc_pipe: set dentry operations at d_alloc timeJeff Layton2013-07-091-5/+20
* | | | Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds2013-07-113-76/+167
|\ \ \ \
| * | | | 9P: Add cancelled() to the transport functions.Simon Derr2013-07-072-3/+20
| * | | | 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-072-3/+34
| * | | | 9P/RDMA: Improve error handling in rdma_requestSimon Derr2013-07-071-16/+28
| * | | | 9P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr2013-07-071-6/+3
| * | | | 9P/RDMA: Use a semaphore to protect the RQSimon Derr2013-07-071-10/+12
| * | | | 9P/RDMA: Protect against duplicate repliesSimon Derr2013-07-071-0/+7
| * | | | 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr2013-07-071-3/+1
| * | | | 9pnet: refactor struct p9_fcall alloc codeSimon Derr2013-07-071-17/+18
| * | | | 9P/RDMA: rdma_request() needs not allocate req->rcSimon Derr2013-07-071-19/+0
| * | | | 9P: Fix fcall allocation for rdmaSimon Derr2013-07-071-16/+23
| * | | | net/9p: add privport option to 9p tcp transportJim Garlick2013-07-071-1/+39
* | | | | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-116-51/+63
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields2013-07-081-2/+0
| * | | | sunrpc: Don't schedule an upcall on a replaced cache entry.NeilBrown2013-07-011-1/+2
| * | | | net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown2013-07-012-8/+2
| * | | | sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown2013-07-011-1/+5
| * | | | sunrpc/cache: use cache_fresh_unlocked consistently and correctly.NeilBrown2013-07-011-13/+7
| * | | | sunrpc/cache: remove races with queuing an upcall.NeilBrown2013-07-011-11/+29
| * | | | svcrpc: don't error out on small tcp fragmentJ. Bruce Fields2013-07-011-1/+1
| * | | | svcrpc: fix handling of too-short rpc'sJ. Bruce Fields2013-07-011-2/+7
| * | | | svcrpc: store gss mech in svc_credJ. Bruce Fields2013-07-012-4/+5
| * | | | svcrpc: introduce init_svc_credJ. Bruce Fields2013-07-011-4/+2
| * | | | Merge branch 'for-3.10' into 'for-3.11'J. Bruce Fields2013-07-012-8/+12
| |\ \ \ \