summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: use constant time memory comparison for macJason A. Donenfeld2017-07-131-1/+2
* xprtrdma: Fix documenting comments in frwr_ops.cChuck Lever2017-07-131-3/+3
* xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever2017-07-131-8/+8
* xprtrdma: FMR does not need list_del_init()Chuck Lever2017-07-131-8/+10
* xprtrdma: Demote "connect" log messagesChuck Lever2017-07-131-36/+8
* xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever2017-07-132-20/+17
* xprtrdma: Fix FRWR invalidation error recoveryChuck Lever2017-07-131-10/+13
* xprtrdma: Fix client lock-up after application signal firesChuck Lever2017-07-134-31/+84
* xprtrdma: Rename rpcrdma_req::rl_freeChuck Lever2017-07-132-6/+5
* xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever2017-07-134-27/+26
* xprtrdma: Pre-mark remotely invalidated MRsChuck Lever2017-07-134-5/+28
* xprtrdma: On invalidation failure, remove MWs from rl_registeredChuck Lever2017-07-131-0/+1
* SUNRPC: Make slot allocation more reliableTrond Myklebust2017-07-131-3/+5
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-07-131-2/+2
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-07-131-1/+1
* sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-07-132-6/+7
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-07-131-4/+2
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-07-131-3/+6
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-07-131-4/+4
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-07-131-1/+1
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-07-134-13/+14
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-07-134-8/+16
* sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig2017-07-133-3/+4
* sunrpc: fix decoder callback prototypesChristoph Hellwig2017-07-131-12/+15
* sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-07-131-1/+2
* sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig2017-07-133-7/+8
* sunrpc: fix encoder callback prototypesChristoph Hellwig2017-07-131-11/+13
* sunrpc: properly type argument to kxdreproc_tChristoph Hellwig2017-07-131-1/+2
* 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/+0
| * devlink: fix potential memort leakHaishuang Yan2017-06-051-2/+6
| * sit: reload iphdr in ipip6_rcvHaishuang Yan2017-06-041-0/+1
| * net: ping: do not abuse udp_poll()Eric Dumazet2017-06-043-3/+3
| * net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli2017-06-041-1/+3
| * ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-06-041-1/+3
| * sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh2017-06-041-1/+4
| * ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie2017-06-041-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/+72
| |\
| | * mac80211: fix dropped counter in multiqueue RXJohannes Berg2017-06-011-1/+1
| | * mac80211: fix TX aggregation start/stop callback raceJohannes Berg2017-05-305-100/+71
| * | 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-294-16/+24
| |\ \