summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-05-19net: ip6_gre: fix tunnel metadata device sharing.William Tu
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet
2018-05-18net: dsa: Do not register devlink for unused portsFlorian Fainelli
2018-05-18net: Fix a bug in removing queues from XPS mapAmritha Nambiar
2018-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn
2018-05-17net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata
2018-05-17net: ip6_gre: Split up ip6gre_changelink()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_newlink()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata
2018-05-17net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata
2018-05-17net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata
2018-05-17erspan: fix invalid erspan version.William Tu
2018-05-17net/ipv4: Initialize proto and ports in flow structDavid Ahern
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins
2018-05-16net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti
2018-05-16tcp: purge write queue in tcp_connect_init()Eric Dumazet
2018-05-14net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers
2018-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-05-13packet: in packet_snd start writing at link layer allocationWillem de Bruijn
2018-05-14netfilter: nf_tables: fix memory leak on error exit returnColin Ian King
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-05-11net sched actions: fix refcnt leak in skbmodRoman Mashak
2018-05-11net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko
2018-05-11Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2018-05-11net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak
2018-05-11ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells
2018-05-10rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells
2018-05-10rxrpc: Fix the min security level for kernel callsDavid Howells
2018-05-10rxrpc: Fix error reception on AF_INET6 socketsDavid Howells
2018-05-10rxrpc: Fix missing start of call timeoutDavid Howells
2018-05-10sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long
2018-05-10Merge tag 'mac80211-for-davem-2018-05-09' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-05-10tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet
2018-05-10udp: fix SO_BINDTODEVICEPaolo Abeni
2018-05-10ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu
2018-05-10net/9p: fix spelling mistake: "suspsend" -> "suspend"Colin Ian King
2018-05-10sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King
2018-05-10tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue
2018-05-10net/9p: correct some comment errors in 9p file system codeSun Lianwen
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov
2018-05-09IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen
2018-05-09netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso
2018-05-09netfilter: nft_compat: fix handling of large matchinfo sizeFlorian Westphal