summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-04-08openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2
2022-04-08xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson1-2/+6
2022-04-08net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet1-0/+32
2022-04-08af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima1-0/+4
2022-04-08net: add skb_set_end_offset() helperEric Dumazet1-14/+5
2022-04-08ax25: fix UAF bug in ax25_send_control()Duoming Zhou1-4/+4
2022-04-08can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp1-1/+1
2022-04-08rxrpc: Fix call timer start racing with call destructionDavid Howells3-14/+43
2022-04-08rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang1-2/+5
2022-04-08net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner1-6/+9
2022-04-08net/x25: Fix null-ptr-deref caused by x25_disconnectDuoming Zhou1-3/+8
2022-04-08vsock/virtio: enable VQs early on probeStefano Garzarella1-0/+2
2022-04-08vsock/virtio: read the negotiated features before using VQsStefano Garzarella1-3/+3
2022-04-08vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella1-1/+2
2022-04-08SUNRPC don't resend a task on an offlined transportOlga Kornievskaia1-1/+3
2022-04-08netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso1-4/+13
2022-04-08SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust1-10/+12
2022-04-08SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown5-7/+32
2022-04-08SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2-2/+6
2022-04-08tipc: fix the timer expires after interval 100msHoang Le1-1/+2
2022-04-08net: dsa: fix panic on shutdown if multi-chip tree failed to probeVladimir Oltean1-0/+5
2022-04-08openvswitch: always update flow key after natAaron Conole1-59/+59
2022-04-08tcp: ensure PMTU updates are processed during fastopenJakub Kicinski1-1/+4
2022-04-08ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2-8/+16
2022-04-08ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou1-3/+11
2022-04-08netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter2-0/+9
2022-04-08af_netlink: Fix shift out of bounds in group mask calculationPetr Machata1-0/+2
2022-04-08mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skbYonglong Li1-0/+1
2022-04-08ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault1-4/+14
2022-04-08Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche1-0/+2
2022-04-08af_unix: Fix some data-races around unix_sk(sk)->oob_skb.Kuniyuki Iwashima1-7/+5
2022-04-08can: isotp: support MSG_TRUNC flag when reading from socketOliver Hartkopp1-12/+15
2022-04-08can: isotp: return -EADDRNOTAVAIL when reading from unbound socketOliver Hartkopp1-0/+4
2022-04-08netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso2-18/+17
2022-04-08bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen1-4/+3
2022-04-08bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen1-2/+5
2022-04-08bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is fullWang Yufen1-4/+13
2022-04-08Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()Radoslaw Biernacki2-10/+13
2022-04-08Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()Tom Rix1-1/+1
2022-04-08xsk: Fix race at socket teardownMagnus Karlsson1-19/+50
2022-04-08mac80211: limit bandwidth in HE capabilitiesJohannes Berg4-10/+32
2022-04-08Bluetooth: hci_event: Fix HCI_EV_VENDOR max_lenLuiz Augusto von Dentz1-3/+4
2022-04-08net: dsa: Avoid cross-chip syncing of VLAN filteringTobias Waldekranz1-3/+5
2022-04-08net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leaveTobias Waldekranz1-13/+25
2022-04-08Bluetooth: hci_sync: unlock on error in hci_inquiry_result_with_rssi_evt()Dan Carpenter1-3/+3
2022-04-08security: add sctp_assoc_established hookOndrej Mosnacek1-3/+5
2022-04-08rfkill: make new event layout opt-inJohannes Berg1-14/+34
2022-04-08can: isotp: sanitize CAN ID checks in isotp_bind()Oliver Hartkopp1-18/+20
2022-04-08SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2-30/+51
2022-04-08SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown1-0/+7