summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-03-17sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever
2016-03-01svcrdma: Remove close_out exit pathChuck Lever
2016-03-01svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever
2016-03-01svcrdma: Use correct XID in error repliesChuck Lever
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever
2016-03-01svcrdma: Close connection when a send error occursChuck Lever
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever
2016-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever
2016-03-01svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever
2016-03-01svcrdma: Find client-provided write and reply chunks once per replyChuck Lever
2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi
2016-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2016-02-09flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck
2016-02-09sctp: translate network order to host order when users get a hmacidXin Long
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet
2016-02-08ipv6: fix a lockdep splatEric Dumazet
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-02-06ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org
2016-02-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-02-04libceph: MOSDOpReply v7 encodingIlya Dryomov
2016-02-04crush: decode and initialize chooseleaf_stableIlya Dryomov
2016-02-04crush: add chooseleaf_stable tunableIlya Dryomov
2016-02-04crush: ensure take bucket value is validIlya Dryomov
2016-02-04crush: ensure bucket id is valid before indexing buckets arrayIlya Dryomov
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-01-29tcp: avoid cwnd undo after receiving ECNYuchung Cheng
2016-01-29irda: fix a potential use-after-free in ircomm_param_requestWANG Cong
2016-01-29ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2016-01-29netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA
2016-01-29fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck
2016-01-29ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann
2016-01-29net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris
2016-01-29tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan
2016-01-29ipv4: early demux should be aware of fragmentsEric Dumazet
2016-01-29Bluetooth: Fix incorrect removing of IRKsJohan Hedberg
2016-01-29Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg
2016-01-29Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg
2016-01-29Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg
2016-01-28tcp: beware of alignments in tcp_get_info()Eric Dumazet
2016-01-28switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel
2016-01-28Merge tag 'mac80211-for-davem-2016-01-26' of git://git.kernel.org/pub/scm/lin...David S. Miller
2016-01-28tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell
2016-01-28inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer