summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-07-13svcrdma: fix an incorrect check on -E2BIG and -EINVALColin Ian King1-1/+1
2017-07-12svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir fieldChuck Lever1-10/+8
2017-07-12svcrdma: use offset_in_page() macroChuck Lever1-2/+3
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever1-35/+4
2017-07-12svcrdma: Clean-up svc_rdma_unmap_dmaChuck Lever1-14/+5
2017-07-12svcrdma: Remove frmr cacheChuck Lever1-86/+0
2017-07-12svcrdma: Remove unused Read completion handlersChuck Lever1-84/+9
2017-07-12svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever2-11/+5
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever2-454/+106
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever1-1/+424
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever1-4/+6
2017-06-28svcrdma: Don't account for Receive queue "starvation"Chuck Lever1-15/+6
2017-06-28svcrdma: Improve Reply chunk sanity checkingChuck Lever1-6/+11
2017-06-28svcrdma: Improve Write chunk sanity checkingChuck Lever1-5/+47
2017-06-28svcrdma: Improve Read chunk sanity checkingChuck Lever1-18/+37
2017-06-28svcrdma: Remove svc_rdma_marshal.cChuck Lever3-170/+128
2017-06-28svcrdma: Avoid Send Queue overflowChuck Lever2-1/+6
2017-06-28svcrdma: Squelch disconnection messagesChuck Lever1-3/+10
2017-06-28sunrpc: Disable splice for krb5iChuck Lever2-1/+9
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields106-638/+938
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-179/+186
2017-06-06net: bridge: fix a null pointer dereference in br_afspecNikolay Aleksandrov1-1/+1
2017-06-06net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines1-1/+5
2017-06-06Revert "sit: reload iphdr in ipip6_rcv"David S. Miller1-1/+0
2017-06-05devlink: fix potential memort leakHaishuang Yan1-2/+6
2017-06-05sit: reload iphdr in ipip6_rcvHaishuang Yan1-0/+1
2017-06-05net: ping: do not abuse udp_poll()Eric Dumazet3-3/+3
2017-06-05net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli1-1/+3
2017-06-05ipv6: Fix leak in ipv6_gso_segment().David S. Miller1-1/+3
2017-06-05sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh1-1/+4
2017-06-05ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie1-0/+3
2017-06-04Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-5/+8
2017-06-02tcp: disallow cwnd undo when switching congestion controlYuchung Cheng1-0/+1
2017-06-02ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2-0/+4
2017-06-02Merge tag 'mac80211-for-davem-2017-06-02' of git://git.kernel.org/pub/scm/lin...David S. Miller6-101/+72
2017-06-02net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli2-47/+47
2017-06-01mac80211: fix dropped counter in multiqueue RXJohannes Berg1-1/+1
2017-06-01net: bridge: start hello timer only if device is upNikolay Aleksandrov1-1/+2
2017-06-01netlink: don't send unknown nsidNicolas Dichtel1-1/+3
2017-05-31mpls: fix clearing of dead nh_flags on link upRoopa Prabhu1-1/+1
2017-05-31tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos1-2/+4
2017-05-31SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown1-1/+6
2017-05-30mac80211: fix TX aggregation start/stop callback raceJohannes Berg5-100/+71
2017-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-16/+24
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-114/+126
2017-05-26ipv4: add reference counting to metricsEric Dumazet3-17/+33
2017-05-26ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2-14/+20
2017-05-26sctp: fix ICMP processing if skb is non-linearDavide Caratti1-7/+9
2017-05-26net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang1-0/+3
2017-05-26Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds5-31/+26