aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-08llc: fix sk_buff refcounting in llc_conn_state_process()Eric Biggers1-27/+6
2019-10-08llc: fix another potential sk_buff leak in llc_ui_sendmsg()Eric Biggers3-18/+30
2019-10-08llc: fix sk_buff leak in llc_conn_service()Eric Biggers2-25/+15
2019-10-08llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers2-18/+17
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar3-10/+29
2019-10-07mac80211: accept deauth frames in IBSS modeJohannes Berg1-1/+10
2019-10-07cfg80211: fix a bunch of RCU issues in multi-bssid codeSara Sharon1-10/+13
2019-10-07nl80211: fix memory leak in nl80211_get_ftm_responder_statsNavid Emamdoost1-1/+1
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells6-7/+12
2019-10-07rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells1-2/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordDavid Howells2-12/+18
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells4-10/+13
2019-10-07rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells1-4/+7
2019-10-07rxrpc: Fix call ref leakDavid Howells1-0/+1
2019-10-04nfc: fix memory leak in llcp_sock_bind()Eric Dumazet1-1/+6
2019-10-04sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet1-0/+2
2019-10-04ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern1-5/+12
2019-10-04net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni1-3/+2
2019-10-04Revert "ipv6: Handle race in addrconf_dad_work"David Ahern1-6/+5
2019-10-04net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan1-1/+1
2019-10-04cfg80211: wext: avoid copying malformed SSIDsWill Deacon1-2/+6
2019-10-04mac80211: Reject malformed SSID elementsWill Deacon1-2/+3
2019-10-03tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet1-4/+2
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt2-8/+14
2019-10-03udp: fix gso_segs calculationsJosh Hunt2-1/+3
2019-10-03ipv6: drop incoming packets having a v4mapped source addressEric Dumazet1-0/+10
2019-10-03xsk: Fix crash in poll when device does not support ndo_xsk_wakeupMagnus Karlsson1-15/+27
2019-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller25-28/+33
2019-10-02net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean1-1/+11
2019-10-02net/rds: Fix error handling in rds_ib_add_one()Dotan Barak1-3/+3
2019-10-02tipc: fix unlimited bundling of small messagesTuong Lien2-15/+19
2019-10-01ipv6: Handle race in addrconf_dad_workDavid Ahern1-5/+6
2019-10-01tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet1-2/+7
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui3-6/+14
2019-10-01devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam1-3/+3
2019-10-01net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean1-1/+1
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean1-1/+1
2019-10-01netfilter: nft_connlimit: disable bh on garbage collectionPablo Neira Ayuso1-1/+6
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal24-27/+27
2019-10-01mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg1-5/+8
2019-10-01mac80211: fix txq null pointer dereferenceMiaoqing Pan1-2/+9
2019-10-01nl80211: fix null pointer dereferenceMiaoqing Pan1-0/+3
2019-10-01cfg80211: initialize on-stack chandefsJohannes Berg3-3/+5
2019-10-01cfg80211: validate SSID/MBSSID element ordering assumptionJohannes Berg1-1/+6
2019-10-01nl80211: validate beacon headJohannes Berg1-2/+35
2019-09-30net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean1-2/+1
2019-09-30net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau1-3/+8
2019-09-30erspan: remove the incorrect mtu limit for erspanHaishuang Yan1-0/+1
2019-09-30sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet1-14/+29
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds51-299/+305