summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-02-13sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long
2019-02-13sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long
2019-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-02-13netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso
2019-02-12net_sched: fix two more memory leaks in cls_tcindexCong Wang
2019-02-12net_sched: fix a memory leak in cls_tcindexCong Wang
2019-02-12net_sched: fix a race condition in tcindex_destroy()Cong Wang
2019-02-12net/packet: fix 4gb buffer limit due to overflow checkKal Conley
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2019-02-12batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet
2019-02-12ipv6: propagate genlmsg_reply return codeLi RongQing
2019-02-12Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi
2019-02-11tipc: fix link session and re-establish issuesTuong Lien
2019-02-11net: fix IPv6 prefix route residueZhiqiang Liu
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le
2019-02-12netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri
2019-02-11net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet
2019-02-11Documentation: bring operstate documentation up-to-dateJouke Witteveen
2019-02-11netfilter: nat: fix spurious connection timeoutsFlorian Westphal
2019-02-11netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn
2019-02-11mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer
2019-02-11cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg
2019-02-11cfg80211: pmsr: record netlink port IDJohannes Berg
2019-02-11nl80211: Fix FTM per burst maximum valueAviya Erenfeld
2019-02-11mac80211: call drv_ibss_join() on restartJohannes Berg
2019-02-08net/smc: fix byte_order for rx_curs_confirmedUrsula Braun
2019-02-08vsock: cope with memory allocation failure at socket creation timePaolo Abeni
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-07sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu
2019-02-06net: dsa: Fix NULL checking in dsa_slave_set_eee()Dan Carpenter
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever
2019-02-06rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet
2019-02-06cfg80211: pmsr: fix abort lockingJohannes Berg
2019-02-06cfg80211: pmsr: fix MAC address settingJohannes Berg
2019-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-02-05netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal
2019-02-05netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper
2019-02-04net: dsa: Fix lockdep false positive splatMarc Zyngier
2019-02-04net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge
2019-02-04net: cls_flower: Remove filter from mask before freeing itPetr Machata
2019-02-04net/smc: correct state change for peer closingUrsula Braun
2019-02-04net/smc: delete rkey first before switching to unusedUrsula Braun
2019-02-04net/smc: fix sender_free computationUrsula Braun
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2019-02-04netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis
2019-02-03sctp: check and update stream->out_curr when allocating stream_outXin Long