summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-10-30net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin
2024-10-29Merge tag 'wireless-2024-10-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-10-29net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang
2024-10-29net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()Vladimir Oltean
2024-10-29net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela
2024-10-29ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel
2024-10-28mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)
2024-10-26wifi: mac80211: ieee80211_i: Fix memory corruption bug in struct ieee80211_ch...Gustavo A. R. Silva
2024-10-25wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg
2024-10-25mac80211: fix user-power when emulating chanctxBen Greear
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-24Merge tag 'for-net-2024-10-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-10-23Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz
2024-10-23Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz
2024-10-23Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz
2024-10-23net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov
2024-10-23net: sched: fix use-after-free in taprio_change()Dmitry Antipov
2024-10-23net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean
2024-10-22Merge tag 'nf-24-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-219p: fix slab cache name creation for realLinus Torvalds
2024-10-21net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet
2024-10-21netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso
2024-10-20Merge tag 'for-net-2024-10-16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-19Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-17netfilter: bpf: must hold reference on net namespaceFlorian Westphal
2024-10-17bpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj
2024-10-17vsock: Update msg_count on read_skb()Michal Luczaj
2024-10-17vsock: Update rx_bytes on read_skb()Michal Luczaj
2024-10-17bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj
2024-10-17mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflowMatthieu Baerts (NGI0)
2024-10-16Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin
2024-10-16Bluetooth: Remove debugfs directory on module init failureAaron Thompson
2024-10-16Bluetooth: Call iso_exit() on module unloadAaron Thompson
2024-10-16Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson
2024-10-16bpf: Fix link info netfilter flags to populate defrag flagTyrone Wu
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-10-15tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima
2024-10-15mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni
2024-10-15net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing
2024-10-14net/smc: Fix memory leak when using percpu refsKai Shen
2024-10-13Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-10-11Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-10-11ipv4: give an IPv4 dev to blackhole_netdevXin Long
2024-10-11xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov
2024-10-10Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds