summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
| * | | | | | | Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-10-111-9/+8
| |\ \ \ \ \ \ \
| | * | | | | | | SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington2019-10-101-9/+8
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | net: sctp: Rename fallthrough label to unhandledJoe Perches2019-10-111-6/+6
| | |/ / / / / | |/| | | | |
* | | | | | | net: sched: Avoid using yield() in a busy waiting loopMarc Kleine-Budde2019-10-171-2/+7
* | | | | | | net/rds: Remove unnecessary null checkYueHaibing2019-10-171-2/+1
* | | | | | | pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin2019-10-171-1/+0
| |_|_|/ / / |/| | | | |
* | | | | | net_sched: sch_fq: remove one obsolete check in fq_dequeue()Eric Dumazet2019-10-151-2/+1
* | | | | | net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin2019-10-151-24/+25
* | | | | | hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya2019-10-151-10/+12
| |_|_|_|/ |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-142-7/+41
|\ \ \ \ \
| * | | | | xdp: Trivial, fix spelling in function descriptionAnton Ivanov2019-10-111-1/+1
| * | | | | flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki2019-10-111-3/+7
| * | | | | bpf/flow_dissector: add mode to enforce global BPF flow dissectorStanislav Fomichev2019-10-071-4/+34
* | | | | | Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...David S. Miller2019-10-1310-92/+143
|\ \ \ \ \ \
| * | | | | | mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau2019-10-116-68/+63
| * | | | | | mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau2019-10-113-8/+76
| * | | | | | mac80211: minstrel: remove divisions in tx status pathFelix Fietkau2019-10-112-8/+5
| * | | | | | nl80211: trivial: Remove redundant loopDenis Kenzior2019-10-111-4/+2
| * | | | | | mac80211: simplify TX aggregation startJohannes Berg2019-10-041-1/+8
| * | | | | | mac80211: pass internal sta to ieee80211_tx_frags()Johannes Berg2019-10-041-11/+4
| * | | | | | mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte2019-10-041-8/+1
* | | | | | | genetlink: do not parse attributes for families with zero maxattrMichal Kubecek2019-10-131-6/+4
* | | | | | | tcp: improve recv_skip_hint for tcp_zerocopy_receiveSoheil Hassas Yeganeh2019-10-131-5/+5