aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-125/+238
2018-02-16sctp: remove the left unnecessary check for chunk in sctp_renege_eventsXin Long1-3/+2
2018-02-16rxrpc: Work around usercopy checkDavid Howells1-2/+3
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev2-0/+10
2018-02-16dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni1-29/+33
2018-02-16fib_semantics: Don't match route with mismatching tclassidStefano Brivio1-0/+5
2018-02-16NFC: llcp: Limit size of SDP URIKees Cook2-1/+6
2018-02-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2018-02-14tls: getsockopt return record sequence numberBoris Pismenny1-0/+2
2018-02-14tls: reset the crypto info if copy_from_user failsBoris Pismenny1-1/+1
2018-02-14tls: retrun the correct IV in getsockoptBoris Pismenny1-1/+2
2018-02-14tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue1-6/+8
2018-02-14tipc: Introduce __tipc_nl_net_setYing Xue2-3/+13
2018-02-14tipc: Introduce __tipc_nl_media_setYing Xue2-9/+15
2018-02-14tipc: Introduce __tipc_nl_bearer_setYing Xue2-9/+15
2018-02-14tipc: Introduce __tipc_nl_bearer_enableYing Xue2-7/+11
2018-02-14tipc: Introduce __tipc_nl_bearer_disableYing Xue2-6/+14
2018-02-14tipc: Refactor __tipc_nl_compat_doitYing Xue1-14/+15
2018-02-14sctp: fix some copy-paste errors for file commentsXin Long2-2/+3
2018-02-14net: fix race on decreasing number of TX queuesJakub Kicinski1-2/+9
2018-02-13rds: do not call ->conn_alloc with GFP_KERNELSowmini Varadhan1-1/+1
2018-02-13net: sched: fix tc_u_common lookupJiri Pirko1-4/+20
2018-02-13net: sched: don't set q pointer for shared blocksJiri Pirko1-14/+12
2018-02-13net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ commentTobias Klauser1-1/+1
2018-02-12tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin1-0/+25
2018-02-12sctp: remove the useless check in sctp_renege_eventsXin Long1-6/+2
2018-02-12sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cnameXin Long1-0/+6
2018-02-12sctp: do not pr_err for the duplicated node in transport rhlistXin Long1-4/+1
2018-02-12bridge: check brport attr show in brport_showXin Long1-0/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds32-193/+193
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds41-177/+385
2018-02-09Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-23/+33
2018-02-09sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev1-1/+6
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-5/+56
2018-02-099p/trans_virtio: discard zero-length replyGreg Kurz1-1/+2
2018-02-09SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible contextTrond Myklebust1-2/+2
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-55/+16
2018-02-08Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds6-129/+95
2018-02-08fix parallelism for rpc tasksOlga Kornievskaia1-1/+1
2018-02-08tipc: fix skb truesize/datasize ratio controlHoang Le1-2/+2
2018-02-08net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera1-1/+2
2018-02-08mpls, nospec: Sanitize array index in mpls_label_ok()Dan Williams1-10/+14
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and rds connection/workq managementSowmini Varadhan11-30/+76
2018-02-08net: Whitelist the skbuff_head_cache "cb" fieldKees Cook1-1/+3
2018-02-08Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-10/+12
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+4
2018-02-08rtnetlink: require unique netns identifierChristian Brauner1-0/+48
2018-02-08netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel1-2/+10
2018-02-08rxrpc: Don't put crypto buffers on the stackDavid Howells2-41/+52