aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-12-23net: dsa: properly keep track of conduit referenceVladimir Oltean1-25/+34
2025-12-23erspan: Initialize options_len before referencing options.Frode Nordahl2-4/+8
2025-12-23mptcp: ensure context reset on disconnect()Paolo Abeni2-4/+7
2025-12-23mptcp: fallback earlier on simult connectionPaolo Abeni3-10/+12
2025-12-22net/handshake: Fix null-ptr-deref in handshake_complete()Wang Liang1-1/+2
2025-12-22ip6_gre: make ip6gre_header() robustEric Dumazet1-1/+8
2025-12-22net: openvswitch: Avoid needlessly taking the RTNL on vport destroyToke Høiland-Jørgensen1-4/+13
2025-12-19Bluetooth: MGMT: report BIS capability flags in supported settingsPauli Virtanen1-0/+6
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds25-87/+251
2025-12-18Merge tag 'linux-can-fixes-for-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canPaolo Abeni2-0/+8
2025-12-18net/sched: act_mirred: fix loop detectionJamal Hadi Salim1-0/+9
2025-12-18sctp: Clear inet_opt in sctp_v6_copy_ip_options().Kuniyuki Iwashima1-0/+2
2025-12-18sctp: Fetch inet6_sk() after setting ->pinet6 in sctp_clone_sock().Kuniyuki Iwashima1-3/+4
2025-12-18net/handshake: duplicate handshake cancellations leak socketScott Mayhew1-1/+5
2025-12-18Merge tag 'nf-25-12-16' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni2-30/+68
2025-12-18ethtool: Avoid overflowing userspace buffer on stats queryGal Pressman1-6/+24
2025-12-17can: j1939: make j1939_sk_bind() fail if device is no longer registeredTetsuo Handa1-0/+6
2025-12-17can: j1939: make j1939_session_activate() fail if device is no longer registeredTetsuo Handa1-0/+2
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-2/+2
2025-12-16audit: add audit_log_nf_skb helper functionRicardo Robaina2-114/+2
2025-12-16wifi: mac80211: ocb: skip rx_no_sta when interface is not joinedMoon Hee Lee1-0/+3
2025-12-16wifi: mac80211: do not use old MBSSID elementsAloka Dixit1-10/+0
2025-12-16wifi: mac80211: don't WARN for connections on invalid channelsJohannes Berg1-1/+4
2025-12-16wifi: cfg80211: sme: store capped length in __cfg80211_connect_result()Dan Carpenter1-1/+1
2025-12-16wifi: mac80211: fix list iteration in ieee80211_add_virtual_monitor()Dmitry Antipov1-1/+1
2025-12-16wifi: mac80211: Discard Beacon frames to non-broadcast addressJouni Malinen1-0/+5
2025-12-15netfilter: nf_tables: avoid softlockup warnings in nft_chain_validateFlorian Westphal1-2/+2
2025-12-15netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal1-4/+65
2025-12-15xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is setAntony Antony1-0/+1
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-70/+56
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-9/+34
2025-12-11netfilter: nf_tables: remove redundant chain validation on register storePablo Neira Ayuso1-11/+0
2025-12-11netfilter: nf_nat: remove bogus direction checkFlorian Westphal1-13/+1
2025-12-11net/sched: ets: Remove drr class from the active list if it changes to strictVictor Nogueira1-0/+4
2025-12-11caif: fix integer underflow in cffrml_receive()Junrui Luo1-1/+8
2025-12-11Merge tag 'linux-can-fixes-for-6.19-20251210' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canJakub Kicinski1-1/+0
2025-12-10netfilter: always set route tuple out ifindexLorenzo Bianconi1-1/+3
2025-12-10ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu1-0/+3
2025-12-10netfilter: nf_conncount: fix leaked ct in error pathsFernando Fernandez Mancera1-11/+14
2025-12-10libceph: make decode_pool() more resilient against corrupted osdmapsIlya Dryomov1-64/+52
2025-12-10libceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko1-2/+2
2025-12-10libceph: fix log output race condition in OSD clientSimon Buttgereit1-4/+2
2025-12-10netfilter: conntrack: warn when cleanup is stuckJakub Kicinski1-0/+3
2025-12-10inet: frags: flush pending skbs in fqdir_pre_exit()Jakub Kicinski2-5/+43
2025-12-10inet: frags: add inet_frag_queue_flush()Jakub Kicinski2-8/+13
2025-12-10inet: frags: avoid theoretical race in ip_frag_reinit()Jakub Kicinski2-4/+4
2025-12-10net/handshake: restore destructor on submit failurecaoping1-0/+2
2025-12-10net: openvswitch: fix middle attribute validation in push_nsh() actionIlya Maximets1-3/+10
2025-12-10can: fix build dependencyArnd Bergmann1-1/+0
2025-12-08mptcp: avoid deadlock on fallback while reinjectingPaolo Abeni1-2/+5