aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
9 dayscan: j1939: fix lockless local-destination checkShuhao Fu1-4/+14
10 daysbpf, sockmap: Account for receive queue in FIONREAD without a verdict programMattia Meleleo1-1/+16
10 daysbpf, sockmap: Reject unhashed UDP sockets on sockmap updateMichal Luczaj1-0/+2
11 dayscan: raw: add locking for raw flags bitfieldOliver Hartkopp1-36/+30
12 daysBluetooth: mgmt: Translate HCI reason in Device Disconnected eventMikhail Gavrilov2-18/+19
12 daysBluetooth: hci_sync: hold hdev->lock for hci_conn_params lookupsPauli Virtanen1-4/+20
12 daysBluetooth: mgmt: hold reference for hci_conn in mgmt_pending_cmdsPauli Virtanen1-4/+22
12 daysBluetooth: mgmt: fix locking in unpair_device/disconnect_syncPauli Virtanen1-0/+16
12 daysBluetooth: hci_sync: extend conn_hash lookup critical sectionsPauli Virtanen1-3/+39
12 daysBluetooth: 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
2026-07-09Merge tag 'nf-26-07-08' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni14-106/+189
2026-07-09ethtool: rss: Fix hfunc and input_xfrm parsing on big endianGal Pressman2-6/+36
2026-07-09Merge tag 'batadv-net-pullrequest-20260708' of https://git.open-mesh.org/batadvPaolo Abeni7-22/+28
2026-07-08SUNRPC: pin upper rpc_clnt across the TLS connect_workerChuck Lever2-3/+27
2026-07-08SUNRPC: release lower rpc_clnt if killed waiting for XPRT_LOCKEDChuck Lever1-1/+4
2026-07-08ipvs: ensure inner headers in ICMP errors are in headroomJulian Anastasov1-6/+15
2026-07-08ipvs: use parsed transport offset in SCTP state lookupYizhou Zhao1-10/+5
2026-07-08ipvs: use parsed transport offset in TCP state lookupYizhou Zhao1-7/+1
2026-07-08ipvs: pass parsed transport offset to state handlersYizhou Zhao4-8/+11
2026-07-08netfilter: handle unreadable fragsFlorian Westphal4-19/+41
2026-07-08netfilter: flowtable: support IPIP tunnel with direct xmitPablo Neira Ayuso2-6/+9
2026-07-08netfilter: flowtable: IPIP tunnel hardware offload is not yet supportPablo Neira Ayuso2-6/+23
2026-07-08netfilter: flowtable: use dst in this direction when pushing IPIP headerPablo Neira Ayuso1-7/+11
2026-07-08netfilter: ipset: allocate the proper memory for the generic hash structureJozsef Kadlecsik1-2/+11
2026-07-08netfilter: ipset: cleanup the add/del backlog when resize failedJozsef Kadlecsik1-8/+20
2026-07-08netfilter: ipset: exclude gc when resize is in progressJozsef Kadlecsik1-11/+20
2026-07-08netfilter: ipset: mark the rcu locked areas properlyJozsef Kadlecsik1-8/+5
2026-07-08netfilter: nft_lookup: fix catchall element handling with inverted lookupsTamaki Yanagawa1-5/+5
2026-07-08netfilter: ebtables: module names must be null-terminatedFlorian Westphal1-0/+3
2026-07-08netfilter: ebtables: zero chainstack arrayFlorian Westphal1-2/+1
2026-07-08netfilter: ebtables: terminate table name before find_table_lock()Xiang Mei1-0/+6
2026-07-08netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defragXiang Mei1-1/+2
2026-07-08ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()Eric Dumazet1-2/+12