summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-07-21bridge: mcast: Remove unnecessary argument from br_multicast_alloc_query()Ido Schimmel
2026-07-21bridge: mcast: Fix a false positive lockdep splatIdo Schimmel
2026-07-21net: ipip: use tunnel parameters for fill_forward_path route lookupLorenzo Bianconi
2026-07-21vsock/virtio: collapse receive queue under memory pressureStefano Garzarella
2026-07-21rxrpc: fix io_thread race in rxrpc_wake_up_io_thread()Xuanqiang Luo
2026-07-21ipv4: snapshot dst.dev in ip_rt_send_redirect() and ip_rt_get_source()Xuanqiang Luo
2026-07-21ipv4: use rcu_assign_pointer() in rt_flush_dev()Xuanqiang Luo
2026-07-21net: skbuff: optimization of net_zcopy_get() call in pskb_carve helpersYun Lu
2026-07-21rds: drop incoming messages that cross network namespace boundariesAldo Ariel Panzardo
2026-07-21udp: fix encapsulation packet resubmit in multicast deliverAnton Danilov
2026-07-21openvswitch: fix GSO userspace truncation underflowKyle Zeng
2026-07-21net/iucv: fix use-after-free of a severed iucv_pathBryam Vargas
2026-07-20net/sched: Handle TC_ACT_REDIRECT from qdisc filter chainsJamal Hadi Salim
2026-07-20bpf: Reject redirect helpers without a bpf_net_contextDaniel Borkmann
2026-07-20net/packet: avoid fanout hook re-registration after unregisterDavid Lee
2026-07-20Bluetooth: RFCOMM: Fix session UAF in set_termiosChengfeng Ye
2026-07-20Bluetooth: hci_sync: Protect UUID list traversalChengfeng Ye
2026-07-20xfrm: drop ESP-in-TCP packets with no ingress deviceZhiling Zou
2026-07-20xfrm: espintcp: fix UAF during closeSabrina Dubroca
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
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