summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Remove unused Read completion handlersChuck Lever2017-07-121-84/+9Star
* svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever2017-07-122-11/+5Star
* svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever2017-07-122-454/+106Star
* svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever2017-07-121-1/+424
* sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever2017-07-121-4/+6
* svcrdma: Don't account for Receive queue "starvation"Chuck Lever2017-06-281-15/+6Star
* svcrdma: Improve Reply chunk sanity checkingChuck Lever2017-06-281-6/+11
* svcrdma: Improve Write chunk sanity checkingChuck Lever2017-06-281-5/+47
* svcrdma: Improve Read chunk sanity checkingChuck Lever2017-06-281-18/+37
* svcrdma: Remove svc_rdma_marshal.cChuck Lever2017-06-283-170/+128Star
* svcrdma: Avoid Send Queue overflowChuck Lever2017-06-282-1/+6
* svcrdma: Squelch disconnection messagesChuck Lever2017-06-281-3/+10
* sunrpc: Disable splice for krb5iChuck Lever2017-06-282-1/+9
* Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-28106-638/+938
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-0629-179/+186
| |\
| | * net: bridge: fix a null pointer dereference in br_afspecNikolay Aleksandrov2017-06-061-1/+1
| | * net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines2017-06-061-1/+5
| | * Revert "sit: reload iphdr in ipip6_rcv"David S. Miller2017-06-061-1/+0Star
| | * devlink: fix potential memort leakHaishuang Yan2017-06-051-2/+6
| | * sit: reload iphdr in ipip6_rcvHaishuang Yan2017-06-051-0/+1
| | * net: ping: do not abuse udp_poll()Eric Dumazet2017-06-053-3/+3
| | * net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli2017-06-051-1/+3
| | * ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-06-051-1/+3
| | * sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh2017-06-051-1/+4
| | * ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie2017-06-051-0/+3
| | * tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-06-021-0/+1
| | * ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-06-022-0/+4
| | * Merge tag 'mac80211-for-davem-2017-06-02' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-06-026-101/+72Star
| | |\
| | | * mac80211: fix dropped counter in multiqueue RXJohannes Berg2017-06-011-1/+1
| | | * mac80211: fix TX aggregation start/stop callback raceJohannes Berg2017-05-305-100/+71Star
| | * | net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli2017-06-022-47/+47
| | * | net: bridge: start hello timer only if device is upNikolay Aleksandrov2017-06-011-1/+2
| | * | netlink: don't send unknown nsidNicolas Dichtel2017-06-011-1/+3
| | * | mpls: fix clearing of dead nh_flags on link upRoopa Prabhu2017-05-311-1/+1
| | * | tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos2017-05-311-2/+4
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-304-16/+24
| | |\ \
| | | * | netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang2017-05-241-1/+6
| | | * | netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BITLiping Zhang2017-05-231-1/+1
| | | * | netfilter: nft_set_rbtree: handle element re-addition after deletionPablo Neira Ayuso2017-05-231-11/+11
| | | * | netfilter: conntrack: fix false CRC32c mismatch using paged skbDavide Caratti2017-05-231-3/+6
| * | | | Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-06-042-5/+8
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown2017-05-311-1/+6
| | * | | xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma...Markus Elfring2017-05-241-4/+2Star
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2624-114/+126
| |\ \ \ \
| | * | | | ipv4: add reference counting to metricsEric Dumazet2017-05-263-17/+33
| | * | | | ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-05-262-14/+20
| | * | | | sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-05-261-7/+9
| | * | | | net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang2017-05-261-0/+3
| | * | | | bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-05-251-0/+1
| | * | | | arp: fixed -Wuninitialized compiler warningIhar Hrachyshka2017-05-251-1/+1