summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-12Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu2-16/+19
2024-06-12Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban2-25/+122
2024-06-12mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)1-2/+0
2024-06-12ax25: Fix reference count leak issue of net_deviceDuoming Zhou1-6/+1
2024-06-12ax25: Fix reference count leak issues of ax25_devDuoming Zhou1-2/+1
2024-06-12ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou1-25/+15
2024-06-12ipv6: sr: fix invalid unregister error pathHangbin Liu1-0/+2
2024-06-12ipv6: sr: fix incorrect unregister orderHangbin Liu1-1/+1
2024-06-12ipv6: sr: add missing seg6_local_exitHangbin Liu1-0/+1
2024-06-12net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets1-1/+2
2024-06-12af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao1-1/+1
2024-06-12net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang1-1/+1
2024-06-12wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook1-7/+7
2024-06-12net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-06-12tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet1-2/+11
2024-06-12udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi2-9/+32
2024-06-12wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev1-2/+2
2024-06-12wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder1-1/+2
2024-06-12wifi: mac80211: don't use rate mask for scanningJohannes Berg3-5/+15
2024-05-25Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim5-51/+76
2024-05-25Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim1-11/+10
2024-05-17net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-05-17tipc: fix UAF in error pathPaolo Abeni1-1/+5
2024-05-17mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal1-1/+38
2024-05-17mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni1-0/+3
2024-05-17net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu1-7/+12
2024-05-17ipv6: prevent NULL dereference in ip6_output()Eric Dumazet1-1/+1
2024-05-17ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet3-7/+8
2024-05-17hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski1-15/+12
2024-05-17net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet6-14/+13
2024-05-17ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet1-1/+5
2024-05-17rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells1-11/+35
2024-05-17rxrpc: Fix congestion control algorithmDavid Howells3-10/+2
2024-05-17rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells4-29/+29
2024-05-17ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+1
2024-05-17net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau1-2/+7
2024-05-17nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa1-0/+1
2024-05-17phonet: fix rtm_phonet_notify() skb allocationEric Dumazet1-1/+1
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-05-17Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou1-0/+3
2024-05-17Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim1-0/+2
2024-05-17Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim3-5/+4
2024-05-17Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou1-0/+4
2024-05-17tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima1-1/+7
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet3-3/+7
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey3-2/+18
2024-05-17SUNRPC: add a missing rpc_stat for TCP TLSOlga Kornievskaia1-0/+1
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li1-2/+2
2024-05-17wifi: mac80211: fix prep_connection error pathJohannes Berg1-2/+3
2024-05-17wifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev1-1/+1