summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2019-10-111-0/+3
* net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul2019-10-101-5/+20
* net/smc: receive returns without dataKarsten Graul2019-10-101-3/+1
* net/smc: fix SMCD link group creation with VLAN idUrsula Braun2019-10-101-1/+4
* net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-093-3/+3
* net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-094-4/+4
* net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-096-10/+10
* tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2019-10-091-2/+2
* net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2019-10-091-1/+1
* net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2019-10-091-2/+2
* netfilter: conntrack: avoid possible false sharingEric Dumazet2019-10-091-2/+2
* netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel2019-10-091-6/+11
* act_mirred: Fix mirred_init_module error handlingYueHaibing2019-10-091-1/+5
* net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes2019-10-091-0/+4
* sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2019-10-091-3/+9
* ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan2019-10-081-0/+1
* Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2019-10-088-26/+62
|\
| * mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar2019-10-073-10/+29
| * mac80211: accept deauth frames in IBSS modeJohannes Berg2019-10-071-1/+10
| * cfg80211: fix a bunch of RCU issues in multi-bssid codeSara Sharon2019-10-071-10/+13
| * nl80211: fix memory leak in nl80211_get_ftm_responder_statsNavid Emamdoost2019-10-071-1/+1
| * cfg80211: wext: avoid copying malformed SSIDsWill Deacon2019-10-041-2/+6
| * mac80211: Reject malformed SSID elementsWill Deacon2019-10-041-2/+3
* | net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang2019-10-081-4/+5
* | net_sched: fix backward compatibility for TCA_KINDCong Wang2019-10-082-5/+34
* | llc: fix sk_buff refcounting in llc_conn_state_process()Eric Biggers2019-10-081-27/+6
* | llc: fix another potential sk_buff leak in llc_ui_sendmsg()Eric Biggers2019-10-083-18/+30
* | llc: fix sk_buff leak in llc_conn_service()Eric Biggers2019-10-082-25/+15
* | llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers2019-10-082-18/+17
* | rxrpc: Fix call crypto state cleanupDavid Howells2019-10-076-7/+12
* | rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells2019-10-071-2/+3
* | rxrpc: Fix trace-after-put looking at the put call recordDavid Howells2019-10-072-12/+18
* | rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells2019-10-074-10/+13
* | rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells2019-10-071-4/+7
* | rxrpc: Fix call ref leakDavid Howells2019-10-071-0/+1
* | nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-041-1/+6
* | sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-041-0/+2
* | ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-041-5/+12
* | net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-041-3/+2
* | Revert "ipv6: Handle race in addrconf_dad_work"David Ahern2019-10-041-6/+5
* | net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan2019-10-041-1/+1
|/
* tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet2019-10-031-4/+2
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-032-8/+14
* udp: fix gso_segs calculationsJosh Hunt2019-10-032-1/+3
* ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-10-031-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-0225-28/+33
|\
| * netfilter: nft_connlimit: disable bh on garbage collectionPablo Neira Ayuso2019-10-011-1/+6
| * netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-0124-27/+27
* | net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean2019-10-021-1/+11
* | net/rds: Fix error handling in rds_ib_add_one()Dotan Barak2019-10-021-3/+3