summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-05netem: fix zero division in tabledistAleksandr Nogikh1-1/+8
2020-10-30ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye1-3/+4
2020-10-30Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi1-3/+4
2020-10-30mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2-1/+6
2020-10-30ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang1-4/+11
2020-10-30netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso2-0/+2
2020-10-30netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri1-6/+13
2020-10-30SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw1-10/+17
2020-10-30svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni1-1/+2
2020-10-29netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso4-7/+38
2020-10-29ipvs: clear skb->tstamp in forwarding pathJulian Anastasov1-0/+6
2020-10-29nl80211: fix non-split wiphy informationJohannes Berg1-1/+4
2020-10-29icmp: randomize the global rate limiterEric Dumazet1-2/+5
2020-10-29tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell1-0/+2
2020-10-29nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo1-1/+1
2020-10-29net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti1-1/+1
2020-10-29net/tls: sendfile fails with ktls offloadRohit Maheshwari1-5/+6
2020-10-29tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang1-1/+2
2020-10-29net/smc: fix valid DMBE buffer sizesKarsten Graul1-1/+1
2020-10-29net: fix pos incrementment in ipv6_route_seq_nextYonghong Song1-1/+3
2020-10-29ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern1-1/+3
2020-10-17Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2-12/+25
2020-10-17Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz1-25/+3
2020-10-17Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz1-1/+6
2020-10-17Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2-3/+18
2020-10-17Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz1-1/+21
2020-10-14rxrpc: Fix server keyring leakDavid Howells1-1/+1
2020-10-14rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-10-14rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells1-2/+2
2020-10-14rxrpc: Fix rxkad token xdr encodingMarc Dionne1-2/+10
2020-10-14xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony1-1/+1
2020-10-14xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony1-0/+28
2020-10-14xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony1-0/+1
2020-10-14openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-14sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet1-0/+1
2020-10-14xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca1-1/+1
2020-10-14net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam1-0/+3
2020-10-07netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker1-0/+2
2020-10-07net/packet: fix overflow in tpacket_rcvOr Cohen1-1/+8
2020-10-07mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau1-4/+4
2020-10-07net: virtio_vsock: Enhance connection semanticsSebastien Boeuf1-0/+1
2020-10-07vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2-86/+86
2020-10-07vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+50
2020-10-07vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-24/+46
2020-10-01batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing1-16/+87
2020-10-01batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing3-14/+30
2020-10-01batman-adv: Add missing include for in_interrupt()Sven Eckelmann1-0/+1
2020-10-01bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann1-2/+2
2020-10-01mac802154: tx: fix use-after-freeEric Dumazet1-3/+5