summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2019-10-111-0/+3
* Merge branch 'smc-fixes'Jakub Kicinski2019-10-102-9/+25
|\
| * 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: update net_dim documentation after renameJacob Keller2019-10-101-18/+18
* r8169: fix jumbo packet handling on resume from suspendHeiner Kallweit2019-10-101-24/+11
* net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-094-4/+5
* net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-095-5/+7
* net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-096-10/+10
* tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2019-10-092-3/+3
* net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2019-10-093-4/+4
* net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2019-10-091-2/+2
* tun: remove possible false sharing in tun_flow_update()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
* net: usb: qmi_wwan: add Telit 0x1050 compositionDaniele Palmas2019-10-091-0/+1
* 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
* Merge branch 's390-qeth-fixes'Jakub Kicinski2019-10-091-8/+15
|\
| * s390/qeth: Fix initialization of vnicc cmd masks during set onlineAlexandra Winter2019-10-091-4/+8
| * s390/qeth: Fix error handling during VNICC initializationAlexandra Winter2019-10-091-4/+7
|/
* phylink: fix kernel-doc warningsRandy Dunlap2019-10-091-1/+1
* sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2019-10-092-3/+14
* bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet2019-10-091-1/+1
* net: stmmac: fix disabling flexible PPS outputAntonio Borneo2019-10-091-0/+1
* net: stmmac: fix length of PTP clock's name stringAntonio Borneo2019-10-091-1/+1
* 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-0810-27/+71
|\
| * mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar2019-10-074-10/+37
| * 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
| * mac80211_hwsim: fix incorrect dev_alloc_name failure gotoMichael Vassernis2019-10-041-1/+1
* | Doc: networking/device_drivers/pensando: fix ionic.rst warningsRandy Dunlap2019-10-081-1/+3
* | NFC: pn533: fix use-after-free and memleaksJohan Hovold2019-10-081-1/+8
* | 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
* | net/mlx5: DR, Allow insertion of duplicate rulesAlex Vesker2019-10-081-6/+4
* | Merge branch 'llc-fix-sk_buff-refcounting'Jakub Kicinski2019-10-087-89/+69
|\ \
| * | 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-083-26/+16
| * | llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers2019-10-082-18/+17
|/ /
* | ptp: fix typo of "mechanism" in Kconfig help textAntonio Borneo2019-10-071-2/+2
* | ionic: fix stats memory dereferenceShannon Nelson2019-10-072-10/+21
* | Merge tag 'rxrpc-fixes-20191007' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-10-0710-44/+63
|\ \
| * | rxrpc: Fix call crypto state cleanupDavid Howells2019-10-076-7/+12