summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-04-04SUNRPC: Don't recognize RPC_AUTH_MAXFLAVORChuck Lever1-1/+4
2013-03-29SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switchChuck Lever1-13/+13
2013-03-29SUNRPC: Make gss_mech_get() staticChuck Lever1-4/+1
2013-03-29SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever3-2/+69
2013-03-29SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever3-7/+20
2013-03-29SUNRPC: Load GSS kernel module by OIDChuck Lever3-0/+9
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever3-5/+59
2013-03-29SUNRPC: Define rpcsec_gss_info structureChuck Lever1-1/+1
2013-03-29SUNRPC: Missing module alias for auth_rpcgss.koChuck Lever1-0/+1
2013-03-25SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasksTrond Myklebust2-14/+18
2013-03-25SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust1-2/+7
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+20
2013-03-02SUNRPC: One line comment fixTrond Myklebust1-1/+1
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-101/+162
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds10-574/+749
2013-02-28SUNRPC: add call to get configured timeoutWeston Andros Adamson1-0/+15
2013-02-28SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields1-8/+27
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin110-870/+555
2013-02-27sctp: convert to idr_alloc()Tejun Heo1-16/+15
2013-02-27mac80211: convert to idr_alloc()Tejun Heo2-16/+4
2013-02-27net/9p: convert to idr_alloc()Tejun Heo1-11/+6
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-29/+28
2013-02-26libceph: add support for HASHPSPOOL pool flagSage Weil1-13/+26
2013-02-26libceph: update osd request/reply encodingSage Weil2-77/+174
2013-02-26libceph: calculate placement based on the internal data typesSage Weil2-17/+12
2013-02-26ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil3-83/+91
2013-02-26libceph: decode into cpu-native ceph_pg typeSage Weil3-42/+50
2013-02-26libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2-10/+10
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-45/+75
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-10/+10
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro1-1/+0
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds9-91/+170
2013-02-25libceph: use a do..while loop in con_work()Alex Elder1-41/+42
2013-02-25libceph: use a flag to indicate a fault has occurredAlex Elder1-12/+12
2013-02-25libceph: separate non-locked fault handlingAlex Elder1-19/+23
2013-02-25libceph: encapsulate connection backoffAlex Elder1-13/+24
2013-02-25libceph: eliminate sparse warningsAlex Elder3-5/+6
2013-02-25libceph: define connection flag helpersAlex Elder1-29/+78
2013-02-25Revert "ip_gre: propogate target device GSO capability to the tunnel device"Pravin B Shelar1-8/+2
2013-02-25IP_GRE: Fix GRE_CSUM case.Pravin B Shelar1-4/+8
2013-02-25IP_GRE: Fix IP-Identification.Pravin B Shelar2-3/+6
2013-02-23net: change type of virtio_chan->p9_max_pagesZhang Yanfei1-1/+1
2013-02-23net/core: apply pm_runtime_set_memalloc_noio on network devicesMing Lei1-0/+5
2013-02-23sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msgMathias Krause1-17/+7
2013-02-23sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause1-0/+3
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-2/+2
2013-02-22new helper: file_inode(file)Al Viro9-26/+26
2013-02-22SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust1-1/+5
2013-02-22tcp: fix SYN-data space mis-accountingYuchung Cheng1-7/+11