summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-07-17Merge tag 'net-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-17mpls: fix NULL deref in mpls_valid_fib_dump_req() on CONFIG_INET=nWeiming Shi
2026-07-17llc: fix SAP refcount leak when creating incoming socketsXuanqiang Luo
2026-07-17net/sched: act_tunnel_key: Defer dst_release to RCU callbackJamal Hadi Salim
2026-07-17netconsole: move skb_pool_flush() from netpollBreno Leitao
2026-07-17netconsole: move refill_skbs() and skb-pool sizing macros from netpollBreno Leitao
2026-07-17netconsole: move refill_skbs_work_handler() from netpollBreno Leitao
2026-07-17netconsole: take over skb pool lifecycle from netpollBreno Leitao
2026-07-17netpoll: export refill_skbs(), refill_skbs_work_handler(), skb_pool_flush()Breno Leitao
2026-07-17tcp: fix TIME_WAIT socket reference leak on PSP policy failureEric Dumazet
2026-07-17Merge tag 'linux-can-fixes-for-7.2-20260716' of git://git.kernel.org/pub/scm/...Paolo Abeni
2026-07-17Merge tag 'for-net-2026-07-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-07-17Merge tag 'nf-26-07-10' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni
2026-07-16can: isotp: serialize TX state transitions under so->rx_lockOliver Hartkopp
2026-07-16can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTEROliver Hartkopp
2026-07-16can: isotp: use unconditional synchronize_rcu() in isotp_release()Oliver Hartkopp
2026-07-16can: bcm: track a single source interface for ANYDEV timeout/throttle opsOliver Hartkopp
2026-07-16can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()Oliver Hartkopp
2026-07-16can: bcm: fix stale rx/tx ops after device removalOliver Hartkopp
2026-07-16can: bcm: add missing device refcount for CAN filter removalOliver Hartkopp
2026-07-16can: bcm: validate frame length in bcm_rx_setup() for RTR repliesOliver Hartkopp
2026-07-16can: bcm: extend bcm_tx_lock usage for data and timer updatesOliver Hartkopp
2026-07-16can: bcm: add missing rcu list annotations and operationsOliver Hartkopp
2026-07-16can: bcm: fix CAN frame rx/tx statisticsOliver Hartkopp
2026-07-16can: bcm: add locking when updating filter and timer valuesOliver Hartkopp
2026-07-16can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failureOliver Hartkopp
2026-07-16can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAFLee Jones
2026-07-16can: j1939: fix lockless local-destination checkShuhao Fu
2026-07-15bpf, sockmap: Account for receive queue in FIONREAD without a verdict programMattia Meleleo
2026-07-15bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT flag to bpf_fib_lookup() helperAvinash Duduskar
2026-07-15bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helperAvinash Duduskar
2026-07-15bpf, sockmap: Reject unhashed UDP sockets on sockmap updateMichal Luczaj
2026-07-14can: raw: add locking for raw flags bitfieldOliver Hartkopp
2026-07-13Bluetooth: mgmt: Translate HCI reason in Device Disconnected eventMikhail Gavrilov
2026-07-13Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookupsPauli Virtanen
2026-07-13Bluetooth: mgmt: hold reference for hci_conn in mgmt_pending_cmdsPauli Virtanen
2026-07-13Bluetooth: mgmt: fix locking in unpair_device/disconnect_syncPauli Virtanen
2026-07-13Bluetooth: hci_sync: extend conn_hash lookup critical sectionsPauli Virtanen
2026-07-13Bluetooth: MGMT: revalidate LOAD_CONN_PARAM queued updateCen Zhang
2026-07-13esp: do not unref managed frag pages in esp_ssg_unref()Maher Azzouzi
2026-07-13xfrm6: fix out-of-bounds write in xfrm6_input_addr() when secpath is fullXiang Mei
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela
2026-07-11net: openvswitch: reject oversized nested action attrsAsim Viladi Oglu Manizada
2026-07-11net: Call unregister_netdevice_many() per netns.Kuniyuki Iwashima
2026-07-11net: Add per-netns netdev unregistration infra.Kuniyuki Iwashima
2026-07-11net: Hold __rtnl_net_lock() in netdev_wait_allrefs_any().Kuniyuki Iwashima
2026-07-11net: Wrap default_device_exit_net() with __rtnl_net_lock().Kuniyuki Iwashima
2026-07-11rtnetlink: Add per-netns rtnl_work.Kuniyuki Iwashima
2026-07-11rtnetlink: Call unregister_netdevice_many() only once in rtnl_link_unregister().Kuniyuki Iwashima
2026-07-11rtnetlink: Lock sock_net(skb->sk) in rtnl_newlink().Kuniyuki Iwashima