summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-02-16Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+38
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-2/+3
2019-02-15sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew1-11/+38
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-02-13sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long1-1/+3
2019-02-13sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long1-0/+1
2019-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-8/+18
2019-02-13netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso1-1/+2
2019-02-12rpc: properly check debugfs dentry before using itGreg Kroah-Hartman1-1/+1
2019-02-12xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin1-1/+2
2019-02-12net_sched: fix two more memory leaks in cls_tcindexCong Wang1-9/+7
2019-02-12net_sched: fix a memory leak in cls_tcindexCong Wang1-16/+30
2019-02-12net_sched: fix a race condition in tcindex_destroy()Cong Wang1-7/+11
2019-02-12net/packet: fix 4gb buffer limit due to overflow checkKal Conley1-1/+1
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2-1/+10
2019-02-12batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet1-0/+2
2019-02-12ipv6: propagate genlmsg_reply return codeLi RongQing1-3/+1
2019-02-12Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/lin...David S. Miller6-23/+52
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi3-6/+15
2019-02-11tipc: fix link session and re-establish issuesTuong Lien3-5/+43
2019-02-11net: fix IPv6 prefix route residueZhiqiang Liu1-1/+2
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le1-1/+1
2019-02-12netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri1-1/+1
2019-02-11net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet1-4/+2
2019-02-11Documentation: bring operstate documentation up-to-dateJouke Witteveen1-1/+1
2019-02-11netfilter: nat: fix spurious connection timeoutsFlorian Westphal2-0/+2
2019-02-11netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn1-1/+6
2019-02-11mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer1-1/+3
2019-02-11cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg1-11/+24
2019-02-11cfg80211: pmsr: record netlink port IDJohannes Berg1-0/+1
2019-02-11nl80211: Fix FTM per burst maximum valueAviya Erenfeld1-1/+1
2019-02-11mac80211: call drv_ibss_join() on restartJohannes Berg1-1/+5
2019-02-08net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2-12/+11
2019-02-08vsock: cope with memory allocation failure at socket creation timePaolo Abeni1-0/+4
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2-2/+6
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-240/+474
2019-02-07sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu1-1/+2
2019-02-06net: dsa: Fix NULL checking in dsa_slave_set_eee()Dan Carpenter1-2/+2
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever2-12/+102
2019-02-06rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet1-1/+2
2019-02-06cfg80211: pmsr: fix abort lockingJohannes Berg2-7/+17
2019-02-06cfg80211: pmsr: fix MAC address settingJohannes Berg1-2/+1
2019-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-116/+111
2019-02-05netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal1-39/+23
2019-02-05netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper1-1/+3
2019-02-04net: dsa: Fix lockdep false positive splatMarc Zyngier1-0/+4
2019-02-04net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge1-5/+8
2019-02-04net: cls_flower: Remove filter from mask before freeing itPetr Machata1-1/+5
2019-02-04net/smc: correct state change for peer closingUrsula Braun1-8/+1
2019-02-04net/smc: delete rkey first before switching to unusedUrsula Braun1-1/+1