summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-08-142-55/+121
|\ \ \ \
| * | | | libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov2014-08-091-1/+1
| * | | | libceph: drop osd ref when canceling con workIlya Dryomov2014-07-081-4/+10
| * | | | libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov2014-07-081-10/+0Star
| * | | | libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov2014-07-081-6/+25
| * | | | libceph: fix linger request check in __unregister_request()Ilya Dryomov2014-07-081-1/+1
| * | | | libceph: unregister only registered linger requestsIlya Dryomov2014-07-081-5/+14
| * | | | libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov2014-07-081-0/+2
| * | | | libceph: harden ceph_osdc_request_release() a bitIlya Dryomov2014-07-081-0/+7
| * | | | libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov2014-07-081-4/+22
| * | | | libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov2014-07-081-9/+22
| * | | | libceph: add maybe_move_osd_to_lru() and switch to itIlya Dryomov2014-07-081-12/+14
| * | | | libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_itemIlya Dryomov2014-07-081-4/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-101-4/+6
|\ \ \ \ \
| * | | | | namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-301-4/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-08-099-72/+103
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | svcrdma: remove rdma_create_qp() failure recovery logicSteve Wise2014-08-051-17/+2Star
| * | | | SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust2014-07-292-0/+11
| * | | | SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurelyTrond Myklebust2014-07-291-18/+21
| * | | | SUNRPC: Reduce contention in svc_xprt_enqueue()Trond Myklebust2014-07-291-8/+17
| * | | | svcrdma: Add zero padding if the client doesn't send itChuck Lever2014-07-221-0/+28
| * | | | SUNRPC: xdr_get_next_encode_buffer should be declared staticTrond Myklebust2014-07-181-1/+2
| * | | | svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-07-183-1/+4
| * | | | svcrdma: send_write() must not overflow the device's max sgeSteve Wise2014-07-111-24/+15Star
| * | | | SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee2014-06-232-3/+3
* | | | | Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-075-6/+6
|\ \ \ \ \
| * | | | | list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-075-6/+6
* | | | | | netlink: hold nl_sock_hash_lock during diag dumpThomas Graf2014-08-073-0/+5
* | | | | | tcp: md5: check md5 signature without socket lockDmitry Popov2014-08-072-17/+44
* | | | | | net-timestamp: cumulative tcp timestamping fixesWillem de Bruijn2014-08-062-9/+11
* | | | | | net-timestamp: sock_tx_timestamp() fixEric Dumazet2014-08-061-7/+13
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-06321-11796/+14000
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-0611-23/+41
| |\ \ \ \ \
| | * | | | | sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet2014-08-061-1/+1
| | * | | | | batman-adv: Fix out-of-order fragmentation supportSven Eckelmann2014-08-051-3/+7
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-08-033-4/+9
| | |\ \ \ \ \
| | | * | | | | netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same keyThomas Graf2014-08-011-0/+1
| | | * | | | | netfilter: xt_LED: fix too short led-always-blinkJiri Prchal2014-07-251-3/+7
| | | * | | | | ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell2014-07-171-1/+1
| | * | | | | | ipv6: data of fwmark_reflect sysctl needs to be updated on netns constructionHannes Frederic Sowa2014-08-031-0/+1
| | * | | | | | net: Correctly set segment mac_len in skb_segment().Vlad Yasevich2014-08-011-1/+1
| | * | | | | | bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita2014-07-311-1/+1
| | * | | | | | tcp: Fix integer-overflow in TCP vegasChristoph Paasch2014-07-311-1/+2
| | * | | | | | tcp: Fix integer-overflows in TCP venoChristoph Paasch2014-07-311-1/+1
| | * | | | | | ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov2014-07-311-11/+18
| * | | | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-08-066-27/+37
| |\ \ \ \ \ \ \
| | * | | | | | | batman-adv: Start new development cycleSimon Wunderlich2014-08-051-1/+1
| | * | | | | | | batman-adv: increase default hop penaltySimon Wunderlich2014-08-051-1/+1
| | * | | | | | | batman-adv: remove unnecessary logspamAndré Gaul2014-08-052-15/+23
| | * | | | | | | batman-adv: prefer kmalloc_array to kmalloc when possibleAntonio Quartulli2014-08-043-10/+12