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