aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet4-9/+14
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet5-9/+12
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet2-3/+4
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet3-8/+11
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet6-27/+35
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet7-18/+19
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet6-10/+15
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet10-21/+32
2019-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-15/+27
2019-10-11rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells1-0/+3
2019-10-10net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul1-5/+20
2019-10-10net/smc: receive returns without dataKarsten Graul1-3/+1
2019-10-10net/smc: fix SMCD link group creation with VLAN idUrsula Braun1-1/+4
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet3-3/+3
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet4-4/+4
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet6-10/+10
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-2/+2
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet1-1/+1
2019-10-09net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet1-2/+2
2019-10-09netfilter: conntrack: avoid possible false sharingEric Dumazet1-2/+2
2019-10-09netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel1-6/+11
2019-10-09act_mirred: Fix mirred_init_module error handlingYueHaibing1-1/+5
2019-10-09net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes1-0/+4
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long1-3/+9
2019-10-08ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan1-0/+1
2019-10-08Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski8-26/+62
2019-10-08net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang1-4/+5
2019-10-08net_sched: fix backward compatibility for TCA_KINDCong Wang2-5/+34
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