summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-0/+1
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-3/+9
2024-10-31Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-54/+99
2024-10-31bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen1-0/+1
2024-10-31Merge tag 'nf-24-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni3-9/+11
2024-10-31Merge tag 'for-net-2024-10-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni1-7/+11
2024-10-31netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso1-0/+3
2024-10-30net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin1-0/+4
2024-10-30rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever1-0/+1
2024-10-30Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim1-7/+11
2024-10-30netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet1-8/+7
2024-10-30netfilter: Fix use-after-free in get_info()Dong Chenchen1-1/+1
2024-10-29Merge tag 'wireless-2024-10-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-2/+6
2024-10-29net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang1-2/+2
2024-10-29net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()Vladimir Oltean1-0/+1
2024-10-29net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela1-1/+1
2024-10-29ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel1-1/+1
2024-10-29bpf: fix filed access without lockJiayuan Chen1-3/+4
2024-10-28sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()Cong Wang1-0/+4
2024-10-28mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)1-0/+2
2024-10-26wifi: mac80211: ieee80211_i: Fix memory corruption bug in struct ieee80211_ch...Gustavo A. R. Silva1-2/+3
2024-10-25wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg1-0/+1
2024-10-25mac80211: fix user-power when emulating chanctxBen Greear1-0/+2
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller7-32/+60
2024-10-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-27/+15
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds17-92/+208
2024-10-24Merge tag 'for-net-2024-10-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni5-24/+70
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni5-57/+88
2024-10-23Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz1-6/+12
2024-10-23Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz2-6/+34
2024-10-23Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz2-12/+24
2024-10-23net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov1-6/+12
2024-10-23net: sched: fix use-after-free in taprio_change()Dmitry Antipov1-1/+2
2024-10-23net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean1-1/+22
2024-10-22bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann1-27/+15
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann1-2/+2
2024-10-22Merge tag 'nf-24-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni4-2/+7
2024-10-219p: fix slab cache name creation for realLinus Torvalds1-1/+3
2024-10-21net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet1-1/+7
2024-10-21netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso3-2/+3
2024-10-20Merge tag 'for-net-2024-10-16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+5
2024-10-19Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds1-1/+9
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds5-14/+27
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-42/+87
2024-10-17netfilter: bpf: must hold reference on net namespaceFlorian Westphal1-0/+4
2024-10-17bpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj1-8/+0
2024-10-17vsock: Update msg_count on read_skb()Michal Luczaj1-0/+3
2024-10-17vsock: Update rx_bytes on read_skb()Michal Luczaj1-2/+9
2024-10-17bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj1-0/+8
2024-10-17mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflowMatthieu Baerts (NGI0)1-1/+1