aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
14 daysBluetooth: MGMT: Fix memory leak in set_ssp_completeHEADfor-net-2026-01-22masterJianpeng Chang1-0/+3
14 daysBluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_workJia-Hong Su1-2/+2
14 daysOcteontx2-af: Add proper checks for fwdataHariprasad Kelam2-1/+4
14 daysdpll: Prevent duplicate registrationsIvan Vecera1-8/+4
14 daysnet/sched: act_ife: avoid possible NULL derefEric Dumazet1-2/+4
14 dayshinic3: Fix netif_queue_set_napi queue_index input parameter errorFan Gong1-9/+13
14 daysMerge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski15-150/+171
14 daysMerge branch 'vsock-virtio-fix-tx-credit-handling'Paolo Abeni2-9/+133
14 daysvsock/test: add stream TX credit bounds testMelbin K Mathew1-0/+101
14 daysvsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew1-2/+12
14 daysvsock/test: fix seqpacket message bounds testStefano Garzarella1-0/+11
14 daysvsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew1-7/+9
14 daysnet: fec: account for VLAN header in frame length calculationsClemens Gruber1-6/+7
14 daysnet: openvswitch: fix data race in ovs_vport_get_upcall_statsDavid Yang1-5/+6
2026-01-21octeontx2-af: Fix error handlingRatheesh Kannoth1-22/+64
2026-01-21net: pcs: pcs-mtk-lynxi: report in-band capability for 2500Base-XDaniel Golle1-3/+1
2026-01-21rxrpc: Fix data-race warning and potential load/store tearingDavid Howells7-14/+36
2026-01-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-8/+33
2026-01-21net: dsa: fix off-by-one in maximum bridge ID determinationVladimir Oltean1-1/+1
2026-01-21net: bcmasp: Fix network filter wake for asp-3.0Justin Chen2-2/+4
2026-01-21bonding: provide a net pointer to __skb_flow_dissect()Eric Dumazet1-2/+3
2026-01-21selftests: net: amt: wait longer for connection before sending packetsTaehee Yoo1-2/+5
2026-01-21be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_listAndrey Vatoropin1-1/+2
2026-01-21Revert "net: wwan: mhi_wwan_mbim: Avoid -Wflex-array-member-not-at-end warning"Slark Xiao1-9/+8
2026-01-20netrom: fix double-free in nr_route_frame()Jeongjun Park1-4/+9
2026-01-20Octeontx2-pf: Update xdp featuresHariprasad Kelam1-1/+3
2026-01-20usbnet: limit max_mtu based on device's hard_mtuLaurent Vivier1-3/+6
2026-01-20ipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet1-2/+2
2026-01-20mISDN: annotate data-race around dev->workEric Dumazet1-5/+8
2026-01-20net: txgbe: remove the redundant data return in SW-FW mailboxJiawen Wu1-2/+2
2026-01-20Merge branch 'fix-some-bugs-in-the-flow-director-of-hns3-driver'Jakub Kicinski2-2/+2
2026-01-20net: hns3: fix the HCLGE_FD_AD_NXT_KEY error setting issueJijie Shao1-1/+1
2026-01-20net: hns3: fix wrong GENMASK() for HCLGE_FD_AD_COUNTER_NUM_MJijie Shao1-1/+1
2026-01-20net: stmmac: fix resume: calculate tso last_segmentRussell King (Oracle)1-3/+9
2026-01-20be2net: fix data race in be_get_new_eqdDavid Yang1-3/+5
2026-01-20idpf: Fix data race in idpf_net_dimDavid Yang1-5/+11
2026-01-20net: hns3: fix data race in hns3_fetch_statsDavid Yang1-33/+36
2026-01-20tools/net/ynl: Makefile's install target now installs ynltoolMichel Lind1-1/+2
2026-01-20nfc: MAINTAINERS: Orphan the NFC and look for new maintainersKrzysztof Kozlowski2-2/+5
2026-01-20net: phy: intel-xway: fix OF node refcount leakageDaniel Golle1-2/+5
2026-01-20idpf: read lower clock bits inside the time sandwichMina Almasry1-1/+1
2026-01-20ice: fix devlink reload call tracePaul Greenwalt1-2/+1
2026-01-20ice: add missing ice_deinit_hw() in devlink reinit pathPaul Greenwalt1-0/+1
2026-01-20ice: Fix persistent failure in ice_get_rxfhCody Haas3-5/+30
2026-01-20netdevsim: fix a race issue related to the operation on bpf_bound_progs listYun Lu3-0/+9
2026-01-20vsock/test: Do not filter kallsyms by symbol typeMichal Luczaj1-1/+1
2026-01-20wifi: cfg80211: ignore link disabled flag from userspaceBenjamin Berg3-15/+3
2026-01-20wifi: mac80211: apply advertised TTLM from association responseBenjamin Berg2-99/+119
2026-01-20wifi: mac80211: parse all TTLM entriesBenjamin Berg1-11/+14
2026-01-20wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri Korenblit1-1/+2
2026-01-20wifi: mac80211: don't perform DA check on S1G beaconLachlan Hodges1-2/+7
2026-01-19Merge branch 'net-sched-teql-enforce-hierarchy-placement'Jakub Kicinski3-1/+31
2026-01-19selftests/tc-testing: Try to add teql as a child qdiscVictor Nogueira1-0/+25
2026-01-19net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim1-1/+1
2026-01-19net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim1-0/+5
2026-01-19Merge tag 'linux-can-fixes-for-6.19-20260116' of git://git.kernel.org/pub/scm...Jakub Kicinski7-5/+45
2026-01-19octeontx2: cn10k: fix RX flowid TCAM mask handlingAlok Tiwari1-1/+1
2026-01-19rxrpc: Fix recvmsg() unconditional requeueDavid Howells2-4/+19
2026-01-19Merge branch 'ipvlan-addrs_lock-made-per-port'Jakub Kicinski6-30/+208
2026-01-19selftests: net: simple selftest for ipvtapDmitry Skorodumov3-0/+171
2026-01-19ipvlan: Make the addrs_lock be per portDmitry Skorodumov3-30/+37
2026-01-19l2tp: avoid one data-race in l2tp_tunnel_del_work()Eric Dumazet1-2/+2
2026-01-17Revert "nfc/nci: Add the inconsistency check between the input data length an...Thadeu Lima de Souza Cascardo1-4/+0
2026-01-17net: sfp: add potron quirk to the H-COM SPP425H-GAB4 SFP+ StickHamza Mahfooz1-0/+2
2026-01-17veth: fix data race in veth_get_ethtool_statsDavid Yang1-2/+6
2026-01-17Merge branch 'fou-gue-fix-skb-memleak-with-inner-protocol-0'Jakub Kicinski4-2/+7
2026-01-17fou: Don't allow 0 for FOU_ATTR_IPPROTO.Kuniyuki Iwashima2-1/+3
2026-01-17tools: ynl: Specify --no-line-number in ynl-regen.sh.Kuniyuki Iwashima1-1/+1
2026-01-17gue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima1-0/+3
2026-01-17docs: netdev: refine 15-patch limitSimon Horman1-0/+12
2026-01-17amd-xgbe: avoid misleading per-packet error logRaju Rangoju1-4/+1
2026-01-17octeontx2: Fix otx2_dma_map_page() error return codeThomas Fourier1-6/+1
2026-01-17sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long1-5/+5
2026-01-16Merge patch series "can: usb: fix URB memory leaks"Marc Kleine-Budde5-5/+37
2026-01-16can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-01-16can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-01-16can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+8
2026-01-16can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+8
2026-01-16can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-01-16can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on usb_submit_urb()...Marc Kleine-Budde1-0/+7
2026-01-16can: dev: alloc_candev_mqs(): add missing default CAN capabilitiesMarc Kleine-Budde1-0/+1
2026-01-15net: freescale: ucc_geth: Return early when TBI PHY can't be foundMaxime Chevallier1-1/+3
2026-01-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-31/+57
2026-01-15selftests: net: fib-onlink-tests: Convert to use namespaces by defaultRicardo B. Marlière1-41/+30
2026-01-15l2tp: Fix memleak in l2tp_udp_encap_recv().Kuniyuki Iwashima1-1/+3
2026-01-15bonding: limit BOND_MODE_8023AD to Ethernet devicesEric Dumazet1-0/+6
2026-01-15net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet1-3/+4
2026-01-15net: usb: dm9601: remove broken SR9700 supportEthan Nelson-Moore1-4/+0
2026-01-15Merge branch 'vsock-virtio-fix-data-loss-disclosure-due-to-joining-of-non-lin...Jakub Kicinski4-2/+86
2026-01-15vsock/test: Add test for a linear and non-linear skb getting coalescedMichal Luczaj3-0/+82
2026-01-15vsock/virtio: Coalesce only linear skbMichal Luczaj1-2/+4
2026-01-15usbnet: fix crash due to missing BQL accounting after resumeSimon Schippers1-0/+1
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds49-293/+381
2026-01-15Merge tag 'linux-can-fixes-for-6.19-20260115' of git://git.kernel.org/pub/scm...Paolo Abeni11-54/+111
2026-01-15Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni3-4/+5
2026-01-15virtio_net: Fix misalignment bug in struct virtnet_infoGustavo A. R. Silva1-3/+9
2026-01-15net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa1-1/+9
2026-01-15Merge patch series "can: raw: better approach to instantly reject unsupported...Marc Kleine-Budde10-53/+102
2026-01-15can: raw: instantly reject disabled CAN framesOliver Hartkopp1-9/+16
2026-01-15can: propagate CAN device capabilities via ml_privOliver Hartkopp6-0/+83
2026-01-15Revert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp5-58/+17
2026-01-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-8/+40
2026-01-14Merge tag 'bitmap-for-6.19-rc5' of https://github.com/norov/linuxLinus Torvalds1-0/+42
2026-01-14Merge tag 'media/v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds7-50/+68
2026-01-14Merge tag 'ath-current-20260113' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg4-28/+25
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-15/+35
2026-01-13net/sched: sch_qfq: do not free existing class in qfq_change_class()Eric Dumazet1-2/+4
2026-01-13rust: bitops: fix missing _find_* functions on 32-bit ARMAlice Ryhl1-0/+42
2026-01-13Merge branch 'selftests-couple-of-fixes-in-toeplitz-rps-cases'Jakub Kicinski2-4/+6
2026-01-13selftests: drv-net: fix RPS mask handling for high CPU numbersGal Pressman1-2/+2
2026-01-13selftests: drv-net: fix RPS mask handling in toeplitz testGal Pressman1-2/+4
2026-01-13ipv6: Fix use-after-free in inet6_addr_del().Kuniyuki Iwashima1-2/+2
2026-01-13dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet3-4/+5
2026-01-13net: hv_netvsc: reject RSS hash key programming without RX indirection tableAditya Garg1-0/+3
2026-01-13tools: ynl: render event op docs correctlyDonald Hunter1-3/+6
2026-01-13igc: Reduce TSN TX packet buffer from 7KB to 5KB per queueChwee-Lin Choong1-2/+3
2026-01-13igc: fix race condition in TX timestamp read for register 0Chwee-Lin Choong1-18/+25
2026-01-13igc: Restore default Qbv schedule when changing channelsKurt Kanzenbach2-2/+7
2026-01-13ice: Fix incorrect timeout ice_release_res()Ding Hui1-1/+1
2026-01-13ice: Avoid detrimental cleanup for bond during interface stopDave Ertman1-8/+17
2026-01-13ice: initialize ring_stats->syncpJacob Keller1-0/+4
2026-01-13Merge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-65/+139
2026-01-13Merge tag 'hyperv-fixes-signed-20260112' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-11/+18
2026-01-13wifi: ath12k: Fix wrong P2P device link id issueYingying Tang1-1/+4
2026-01-13wifi: ath12k: fix dead lock while flushing management framesBaochen Qiang1-3/+3
2026-01-13wifi: ath12k: Fix scan state stuck in ABORTING after cancel_remain_on_channelYingying Tang1-1/+1
2026-01-13wifi: ath12k: cancel scan only on active scan vdevManish Dharanenthiran1-1/+2
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet6-3/+26
2026-01-12net: airoha: Fix typo in airoha_ppe_setup_tc_block_cb definitionLorenzo Bianconi1-2/+2
2026-01-12net: phy: motorcomm: fix duplex setting error for phy ledsJijie Shao1-2/+2
2026-01-12bpf: Fix reference count leak in bpf_prog_test_run_xdp()Tetsuo Handa1-3/+4
2026-01-12Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-12/+15
2026-01-12wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()Dan Carpenter1-3/+3
2026-01-12wifi: mac80211: correctly check if CSA is activeMiri Korenblit1-2/+6
2026-01-12wifi: cfg80211: Fix bitrate calculation overflow for HE ratesVeerendranath Jakkam1-3/+5
2026-01-12wifi: rsi: Fix memory corruption due to not set vif driver data sizeMarek Vasut1-0/+1
2026-01-12net: octeon_ep_vf: fix free_irq dev_id mismatch in IRQ rollbackKery Qi1-1/+1
2026-01-12Revert "gfs2: Fix use of bio_chain"Andreas Gruenbacher1-1/+1
2026-01-11Linux 6.19-rc5Linus Torvalds1-1/+1
2026-01-11Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+5
2026-01-11Merge tag 'char-misc-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-11/+19
2026-01-11Merge tag 'x86-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2026-01-11Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2026-01-11Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+6
2026-01-11Merge tag 'irq-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+10
2026-01-11treewide: Update email addressThomas Gleixner63-82/+83
2026-01-10Merge tag 'riscv-for-linus-6.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-35/+26
2026-01-10Merge tag 'driver-core-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-17/+19
2026-01-10Merge tag 'linux_kselftest-fixes-6.19-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+17
2026-01-10Merge branch 'mlx5e-profile-change-fix'Jakub Kicinski3-43/+71
2026-01-10net/mlx5e: Restore destroying state bit after profile cleanupSaeed Mahameed1-0/+3
2026-01-10net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of privSaeed Mahameed3-9/+12
2026-01-10net/mlx5e: Don't store mlx5e_priv in mlx5e_dev devlink privSaeed Mahameed2-10/+12
2026-01-10net/mlx5e: Fix crash on profile change rollback failureSaeed Mahameed3-24/+44
2026-01-10Merge tag 'linux-can-fixes-for-6.19-20260109' of git://git.kernel.org/pub/scm...Jakub Kicinski3-2/+4
2026-01-10Merge tag 'for-net-2026-01-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-0/+1
2026-01-10vsock/test: add a final full barrier after run all testsStefano Garzarella1-0/+12
2026-01-10ipv4: ip_gre: make ipgre_header() robustEric Dumazet1-2/+9
2026-01-10Merge branch 'virtio-net-fix-the-deadlock-when-disabling-rx-napi'Jakub Kicinski1-129/+34
2026-01-10virtio-net: clean up __virtnet_rx_pause/resumeBui Quang Minh1-20/+10
2026-01-10virtio-net: remove unused delayed refill workerBui Quang Minh1-86/+0
2026-01-10virtio-net: don't schedule delayed refill workerBui Quang Minh1-23/+24
2026-01-10Merge tag 'iommu-fixes-v6.19-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+5
2026-01-10erofs: fix file-backed mounts no longer working on EROFS partitionsGao Xiang1-1/+2
2026-01-10iommupt: Make pt_feature() always_inlineJason Gunthorpe1-2/+2
2026-01-10iommufd/selftest: Prevent module/builtin conflicts in kconfigJason Gunthorpe1-1/+1
2026-01-10iommufd/selftest: Add missing kconfig for DMA_SHARED_BUFFERJason Gunthorpe1-0/+1
2026-01-10iommupt: Fix the kunit buildingJason Gunthorpe1-1/+1
2026-01-10selftests: kvm: Verify TILELOADD actually #NM faults when XFD[18]=1Sean Christopherson1-12/+18
2026-01-10selftests: kvm: try getting XFD and XSAVE state out of syncPaolo Bonzini1-8/+30
2026-01-10selftests: kvm: replace numbered sync points with actionsPaolo Bonzini1-45/+43
2026-01-10x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1Sean Christopherson2-3/+38
2026-01-09Merge tag 'erofs-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+12
2026-01-10erofs: don't bother with s_stack_depth increasing for nowGao Xiang1-6/+12
2026-01-09macvlan: fix possible UAF in macvlan_forward_source()Eric Dumazet1-7/+13
2026-01-09net: update netdev_lock_{type,name}Eric Dumazet1-6/+19
2026-01-09ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()Eric Dumazet1-1/+1
2026-01-09Merge tag 'block-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-50/+83
2026-01-09net: bridge: annotate data-races around fdb->{updated,used}Eric Dumazet2-14/+18
2026-01-09Merge tag 'io_uring-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+4
2026-01-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-7/+18
2026-01-09Merge tag 'soc-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds34-150/+111
2026-01-09Merge tag 'ceph-for-6.19-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds5-14/+34
2026-01-09selftests/tracing: Fix test_multiple_writes stallFushuai Wang1-1/+17
2026-01-09Bluetooth: hci_sync: enable PA Sync Lost eventfor-net-2026-01-09Yang Li1-0/+1
2026-01-09Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-17/+39
2026-01-09Merge tag 'pci-v6.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-36/+30
2026-01-09Merge tag 'acpi-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds4-29/+44
2026-01-09Merge tag 'pm-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-4/+10
2026-01-09Merge tag 'gpio-fixes-for-v6.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-138/+300
2026-01-09Merge tag 'drm-fixes-2026-01-09' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds41-813/+724
2026-01-09Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds16-97/+196
2026-01-09Merge tag 'v6.19-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+0
2026-01-09wifi: ath12k: don't force radio frequency check in freq_to_idx()Baochen Qiang1-8/+1
2026-01-09wifi: ath12k: fix dma_free_coherent() pointerThomas Fourier1-6/+6
2026-01-09wifi: ath10k: fix dma_free_coherent() pointerThomas Fourier1-8/+8
2026-01-09Revert "irqchip/riscv-imsic: Embed the vector array in lpriv"Anup Patel2-3/+9
2026-01-09irqchip/gic-v5: Fix gicv5_its_map_event() ITTE read endiannessLorenzo Pieralisi1-1/+1
2026-01-09ublk: fix use-after-free in ublk_partition_scan_workMing Lei1-15/+22