summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
5 daysnexthop: initialize extack in nh_res_bucket_migrate()Xiang Mei (Microsoft)
5 daystls: device: push pending open record on splice EOFRishikesh Jethwani
5 dayssctp: close UDP tunnel sockets during netns teardownZhiling Zou
5 dayssctp: avoid auth_enable sysctl UAF during netns teardownZhiling Zou
5 dayssctp: validate stream count in sctp_process_strreset_inreq()Cen Zhang (Microsoft)
5 daysnet/af_iucv: fix NULL deref in afiucv_hs_callback_syn()Hidayath Khan
5 dayssctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkidHanQuan
5 daysrds: Fix inet6_addr_lst NULL dereference when IPv6 is disabledIlia Gavrilov
5 daystipc: serialize udp bearer replicast list updatesWeiming Shi
5 daysmptcp: only set DATA_FIN when a mapping is presentMichael Bommarito
5 daysnet: Call net_enable_timestamp() before failure in sk_clone().Kuniyuki Iwashima
5 dayssoreuseport: Clear sk_reuseport_cb before failure in sk_clone().Kuniyuki Iwashima
5 daysnet: gro: fix double aggregation of flush-marked skbsShiming Cheng
6 dayswifi: cfg80211: guard optional PMSR nominal timeZhao Li
6 dayswifi: mac80211: recalculate TIM when a station enters power saveAndrew Pope
6 dayswifi: mac80211: copy aggregation informationBenjamin Berg
6 dayswifi: mac80211: tear down new links on vif update error pathXiang Mei
6 daysvsock/virtio: collapse receive queue under memory pressureStefano Garzarella
6 daysrxrpc: fix io_thread race in rxrpc_wake_up_io_thread()Xuanqiang Luo
6 daysrds: drop incoming messages that cross network namespace boundariesAldo Ariel Panzardo
6 daysopenvswitch: fix GSO userspace truncation underflowKyle Zeng
6 daysnet/iucv: fix use-after-free of a severed iucv_pathBryam Vargas
6 daysnet/sched: Handle TC_ACT_REDIRECT from qdisc filter chainsJamal Hadi Salim
6 daysbpf: Reject redirect helpers without a bpf_net_contextDaniel Borkmann
6 daysnet/packet: avoid fanout hook re-registration after unregisterDavid Lee
6 daysBluetooth: RFCOMM: Fix session UAF in set_termiosChengfeng Ye
6 daysBluetooth: hci_sync: Protect UUID list traversalChengfeng Ye
9 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
9 daysMerge tag 'net-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
10 daysmpls: fix NULL deref in mpls_valid_fib_dump_req() on CONFIG_INET=nWeiming Shi
10 daysllc: fix SAP refcount leak when creating incoming socketsXuanqiang Luo
10 daysnet/sched: act_tunnel_key: Defer dst_release to RCU callbackJamal Hadi Salim
10 daystcp: fix TIME_WAIT socket reference leak on PSP policy failureEric Dumazet
10 daysMerge tag 'linux-can-fixes-for-7.2-20260716' of git://git.kernel.org/pub/scm/...Paolo Abeni
10 daysMerge tag 'for-net-2026-07-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
10 daysMerge tag 'nf-26-07-10' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni
11 dayscan: isotp: serialize TX state transitions under so->rx_lockOliver Hartkopp
11 dayscan: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTEROliver Hartkopp
11 dayscan: isotp: use unconditional synchronize_rcu() in isotp_release()Oliver Hartkopp
11 dayscan: bcm: track a single source interface for ANYDEV timeout/throttle opsOliver Hartkopp
11 dayscan: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()Oliver Hartkopp
11 dayscan: bcm: fix stale rx/tx ops after device removalOliver Hartkopp
11 dayscan: bcm: add missing device refcount for CAN filter removalOliver Hartkopp
11 dayscan: bcm: validate frame length in bcm_rx_setup() for RTR repliesOliver Hartkopp
11 dayscan: bcm: extend bcm_tx_lock usage for data and timer updatesOliver Hartkopp
11 dayscan: bcm: add missing rcu list annotations and operationsOliver Hartkopp
11 dayscan: bcm: fix CAN frame rx/tx statisticsOliver Hartkopp
11 dayscan: bcm: add locking when updating filter and timer valuesOliver Hartkopp
11 dayscan: bcm: fix lockless bound/ifindex race and silent RX_SETUP failureOliver Hartkopp
11 dayscan: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAFLee Jones