summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-3/+21
2026-07-17Merge tag 'net-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds50-517/+1459
2026-07-17mpls: fix NULL deref in mpls_valid_fib_dump_req() on CONFIG_INET=nWeiming Shi1-0/+3
2026-07-17llc: fix SAP refcount leak when creating incoming socketsXuanqiang Luo1-1/+0
2026-07-17net/sched: act_tunnel_key: Defer dst_release to RCU callbackJamal Hadi Salim1-4/+10
2026-07-17tcp: fix TIME_WAIT socket reference leak on PSP policy failureEric Dumazet2-4/+8
2026-07-17Merge tag 'linux-can-fixes-for-7.2-20260716' of git://git.kernel.org/pub/scm/...Paolo Abeni4-263/+763
2026-07-17Merge tag 'for-net-2026-07-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni3-38/+151
2026-07-17Merge tag 'nf-26-07-10' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni9-25/+26
2026-07-16can: isotp: serialize TX state transitions under so->rx_lockOliver Hartkopp1-42/+160
2026-07-16can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTEROliver Hartkopp1-27/+58
2026-07-16can: isotp: use unconditional synchronize_rcu() in isotp_release()Oliver Hartkopp1-1/+8
2026-07-16can: bcm: track a single source interface for ANYDEV timeout/throttle opsOliver Hartkopp1-5/+44
2026-07-16can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()Oliver Hartkopp1-5/+8
2026-07-16can: bcm: fix stale rx/tx ops after device removalOliver Hartkopp1-10/+44
2026-07-16can: bcm: add missing device refcount for CAN filter removalOliver Hartkopp1-20/+27
2026-07-16can: bcm: validate frame length in bcm_rx_setup() for RTR repliesOliver Hartkopp1-18/+41
2026-07-16can: bcm: extend bcm_tx_lock usage for data and timer updatesOliver Hartkopp1-29/+75
2026-07-16can: bcm: add missing rcu list annotations and operationsOliver Hartkopp1-9/+16
2026-07-16can: bcm: fix CAN frame rx/tx statisticsOliver Hartkopp1-23/+46
2026-07-16can: bcm: add locking when updating filter and timer valuesOliver Hartkopp1-43/+133
2026-07-16can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failureOliver Hartkopp1-14/+51
2026-07-16can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAFLee Jones1-3/+34
2026-07-16can: j1939: fix lockless local-destination checkShuhao Fu1-4/+14
2026-07-15bpf, sockmap: Account for receive queue in FIONREAD without a verdict programMattia Meleleo1-1/+16
2026-07-15bpf, sockmap: Reject unhashed UDP sockets on sockmap updateMichal Luczaj1-0/+2
2026-07-14can: raw: add locking for raw flags bitfieldOliver Hartkopp1-36/+30
2026-07-13Bluetooth: mgmt: Translate HCI reason in Device Disconnected eventMikhail Gavrilov2-18/+19
2026-07-13Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookupsPauli Virtanen1-4/+20
2026-07-13Bluetooth: mgmt: hold reference for hci_conn in mgmt_pending_cmdsPauli Virtanen1-4/+22
2026-07-13Bluetooth: mgmt: fix locking in unpair_device/disconnect_syncPauli Virtanen1-0/+16
2026-07-13Bluetooth: hci_sync: extend conn_hash lookup critical sectionsPauli Virtanen1-3/+39
2026-07-13Bluetooth: MGMT: revalidate LOAD_CONN_PARAM queued updateCen Zhang1-9/+35
2026-07-11net: openvswitch: reject oversized nested action attrsAsim Viladi Oglu Manizada1-44/+157
2026-07-11Merge tag 'ipsec-2026-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni8-26/+71
2026-07-10Merge tag 'nfs-for-7.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-4/+31
2026-07-10sctp: validate STALE_COOKIE cause length before reading stalenessWeiming Shi1-9/+14
2026-07-10netfilter: xt_physdev: masks are not c-stringsFlorian Westphal1-5/+0
2026-07-10ipvs: fix more places with wrong ipv6 transport offsetsJulian Anastasov2-8/+5
2026-07-10ipvs: reload ip header after head reallocationFlorian Westphal1-4/+2
2026-07-10netfilter: flowtable: use correct direction to set up tunnel routePablo Neira Ayuso1-3/+3
2026-07-10netfilter: nf_conncount: fix zone comparison in tuple dedupYizhou Zhao1-3/+3
2026-07-10netfilter: bridge: fix stale prevhdr pointer in br_ip6_fragment()Xiang Mei (Microsoft)1-1/+3
2026-07-10netfilter: ecache: fix inverted time_after() checkYizhou Zhao1-1/+1
2026-07-10netfilter: xt_nat: reject unsupported target familiesWyatt Feng1-0/+9
2026-07-10Merge tag 'wireless-2026-07-09' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni17-102/+251
2026-07-10net/iucv: take a reference on the socket found in afiucv_hs_rcv()Bryam Vargas1-0/+4
2026-07-10ipv4: fib: free fib_alias with kfree_rcu() on insert error pathWeiming Shi1-1/+1
2026-07-09bpf: Fix UAF in sock clone early bailoutsMatt Bobrowski2-2/+3
2026-07-09Merge tag 'net-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds56-436/+818