summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentriesTrond Myklebust2013-09-011-89/+92
* SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesTrond Myklebust2013-08-302-3/+134
* RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objectsTrond Myklebust2013-08-301-12/+20
* RPCSEC_GSS: Further cleanupsTrond Myklebust2013-08-301-11/+20
* SUNRPC: Replace clnt->cl_principalTrond Myklebust2013-08-305-21/+14
* RPCSEC_GSS: Clean up upcall message allocationTrond Myklebust2013-08-301-18/+19
* SUNRPC: Cleanup rpc_setup_pipedirTrond Myklebust2013-08-301-14/+13
* SUNRPC: Remove unused struct rpc_clnt field cl_protnameTrond Myklebust2013-08-301-1/+0
* SUNRPC: Deprecate rpc_client->cl_protnameTrond Myklebust2013-08-303-11/+11
* rpc_pipe: convert back to simple_dir_inode_operationsJeff Layton2013-07-231-18/+1
* Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-201-0/+1
|\
| * SUNRPC: Fix another issue with rpc_client_register()Trond Myklebust2013-07-151-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-189-86/+114
|\ \
| * | vlan: fix a race in egress prio managementEric Dumazet2013-07-181-0/+7
| * | vlan: mask vlan prio bitsEric Dumazet2013-07-182-3/+10
| * | pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente2013-07-181-29/+56
| * | net: Fix sysfs_format_mac() code duplication.David S. Miller2013-07-161-20/+1
| * | ipv4: set transport header earlierEric Dumazet2013-07-161-4/+3
| * | net/irda: fixed style issues in irlan_ethDragos Foianu2013-07-161-17/+14
| * | ethtool: fixed trailing statements in ethtoolDragos Foianu2013-07-161-10/+20
| * | ndisc: bool initializations should use true and falseDaniel Baluta2013-07-161-3/+3
| |/
* | Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-182-3/+3
|\ \
| * | net: delete __cpuinit usage from all net filesPaul Gortmaker2013-07-142-3/+3
| |/
* | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-171-6/+14
|\ \ | |/ |/|
| * svcrdma: underflow issue in decode_write_list()Dan Carpenter2013-07-151-6/+14
* | 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