summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown2016-03-171-3/+3
* svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-014-175/+114Star
* svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever2016-03-011-90/+39Star
* svcrdma: Remove close_out exit pathChuck Lever2016-03-011-11/+1Star
* svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever2016-03-012-13/+46
* svcrdma: Use correct XID in error repliesChuck Lever2016-03-012-7/+3Star
* svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-014-65/+72
* svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-014-24/+19Star
* svcrdma: Close connection when a send error occursChuck Lever2016-03-011-2/+6
* nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-012-6/+4Star
* svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever2016-03-012-6/+18
* svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever2016-03-011-3/+8
* svcrdma: Find client-provided write and reply chunks once per replyChuck Lever2016-03-011-44/+36Star
* sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-02-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-1115-24/+85
|\
| * vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-103-3/+27
| * flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck2016-02-091-3/+6
| * sctp: translate network order to host order when users get a hmacidXin Long2016-02-091-2/+7
| * net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-093-2/+14
| * tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-02-092-5/+11
| * ipv6: fix a lockdep splatEric Dumazet2016-02-081-2/+3
| * unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-02-083-6/+13
| * ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org2016-02-061-1/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-02-063-12/+50
|\ \ | |/ |/|
| * libceph: MOSDOpReply v7 encodingIlya Dryomov2016-02-041-0/+10
| * crush: decode and initialize chooseleaf_stableIlya Dryomov2016-02-041-5/+14
| * crush: add chooseleaf_stable tunableIlya Dryomov2016-02-041-4/+14
| * crush: ensure take bucket value is validIlya Dryomov2016-02-041-1/+2
| * crush: ensure bucket id is valid before indexing buckets arrayIlya Dryomov2016-02-041-2/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-0258-232/+335
|\ \ | |/ |/|
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-01-315-35/+42
| |\
| | * Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2016-01-292-26/+18Star
| | * Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg2016-01-291-3/+3
| | * Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg2016-01-291-2/+12
| | * Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg2016-01-291-3/+3
| | * Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda2016-01-231-0/+3
| | * Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke2016-01-231-1/+3
| * | tcp: avoid cwnd undo after receiving ECNYuchung Cheng2016-01-301-2/+0Star
| * | irda: fix a potential use-after-free in ircomm_param_requestWANG Cong2016-01-301-2/+1Star
| * | ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni2016-01-301-0/+3
| * | ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-01-302-5/+8
| * | netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA2016-01-301-1/+2
| * | fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck2016-01-301-3/+4
| * | ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann2016-01-301-0/+4
| * | net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris2016-01-301-0/+2
| * | tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan2016-01-291-6/+5Star
| * | ipv4: early demux should be aware of fragmentsEric Dumazet2016-01-291-1/+4
| * | tcp: beware of alignments in tcp_get_info()Eric Dumazet2016-01-291-4/+8
| * | switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel2016-01-292-9/+9
| * | Merge tag 'mac80211-for-davem-2016-01-26' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-01-2912-62/+82
| |\ \