summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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-091-4/+5
| * | | net_sched: fix backward compatibility for TCA_KINDCong Wang2019-10-092-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
| |/ / |/| |
* | | nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-051-1/+6
* | | sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-051-0/+2
* | | ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-051-5/+12
* | | net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-051-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
* | | tipc: fix unlimited bundling of small messagesTuong Lien2019-10-022-15/+19
* | | ipv6: Handle race in addrconf_dad_workDavid Ahern2019-10-021-5/+6
* | | tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-021-2/+7
* | | vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-023-6/+14
* | | devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam2019-10-011-3/+3
* | | net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean2019-10-011-1/+1
* | | net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean2019-10-011-1/+1
|/ /
* | mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg2019-10-011-5/+8
* | mac80211: fix txq null pointer dereferenceMiaoqing Pan2019-10-011-2/+9
* | nl80211: fix null pointer dereferenceMiaoqing Pan2019-10-011-0/+3
* | cfg80211: initialize on-stack chandefsJohannes Berg2019-10-013-3/+5
* | cfg80211: validate SSID/MBSSID element ordering assumptionJohannes Berg2019-10-011-1/+6
* | nl80211: validate beacon headJohannes Berg2019-10-011-2/+35
* | net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean2019-10-011-2/+1
* | net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-10-011-3/+8
* | erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-09-301-0/+1
* | sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-09-301-14/+29
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-2951-299/+305
|\