summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-03net: enetc: Remove CBDR cacheability AXI settings for ENETC v4Claudiu Manoil1-4/+0
2026-02-03net: enetc: Remove SI/BDR cacheability AXI settings for ENETC v4Claudiu Manoil1-4/+7
2026-02-03tipc: use kfree_sensitive() for session key materialDaniel Hodges1-2/+2
2026-02-03net: stmmac: fix stm32 (and potentially others) resume regressionRussell King (Oracle)1-1/+2
2026-02-03net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contextsJakub Kicinski2-10/+2
2026-02-03linkwatch: use __dev_put() in callers to prevent UAFJiayuan Chen1-5/+15
2026-01-31net: don't touch dev->stats in BPF redirect pathsJakub Kicinski1-4/+4
2026-01-31net: usb: r8152: fix resume reset deadlockSergey Senozhatsky1-14/+15
2026-01-31macvlan: fix error recovery in macvlan_common_newlink()Eric Dumazet1-2/+3
2026-01-31net: sfp: Fix quirk for Ubiquiti U-Fiber Instant SFP moduleMarek BehĂșn1-0/+2
2026-01-30dpaa2-switch: add bounds check for if_id in IRQ handlerJunrui Luo1-0/+4
2026-01-30Merge branch 'net-liquidio-fix-memory-leaks-in-setup_nic_devices'Jakub Kicinski2-21/+22
2026-01-30net: liquidio: Fix off-by-one error in VF setup_nic_devices() cleanupZilin Guan1-2/+2
2026-01-30net: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanupZilin Guan1-2/+3
2026-01-30net: liquidio: Initialize netdev pointer before queue setupZilin Guan1-17/+17
2026-01-30dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zeroJunrui Luo1-0/+6
2026-01-30Merge branch 'net-fix-potential-crash-in-net-sched-cls_u32-c'Jakub Kicinski2-7/+18
2026-01-30net/sched: cls_u32: use skb_header_pointer_careful()Eric Dumazet1-7/+6
2026-01-30net: add skb_header_pointer_careful() helperEric Dumazet1-0/+12
2026-01-30MAINTAINERS: add an entry for PSPJakub Kicinski1-0/+12
2026-01-29Merge tag 'net-6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds54-163/+402
2026-01-29Merge tag 'for-6.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-26/+3
2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang4-3/+8
2026-01-29Merge tag 'wireless-2026-01-29' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-3/+5
2026-01-29wifi: mac80211: correctly decode TTLM with default link mapBenjamin Berg1-3/+5
2026-01-29Merge branch 'mptcp-avoid-dup-nl-events-and-propagate-error'Jakub Kicinski2-13/+81
2026-01-29selftests: mptcp: join: fix local endp not being trackedMatthieu Baerts (NGI0)1-5/+4
2026-01-29selftests: mptcp: check subflow errors in close eventsMatthieu Baerts (NGI0)1-3/+20
2026-01-29mptcp: only reset subflow errors when propagatedMatthieu Baerts (NGI0)1-4/+5
2026-01-29selftests: mptcp: check no dup close events after errorMatthieu Baerts (NGI0)1-0/+51
2026-01-29mptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)1-2/+2
2026-01-29Merge branch 'mlx5-misc-fixes-2026-01-27'Jakub Kicinski6-13/+25
2026-01-29net/mlx5e: Skip ESN replay window setup for IPsec crypto offloadJianbo Liu1-1/+2
2026-01-29net/mlx5: Fix vhca_id access call trace use before allocParav Pandit4-11/+21
2026-01-29net/mlx5: fs, Fix inverted cap check in tx flow table root disconnectShay Drory1-1/+2
2026-01-29net: phy: micrel: fix clk warning when removing the driverWei Fang1-4/+13
2026-01-29net/mlx5e: don't assume psp tx skbs are ipv6 csum handlingDaniel Zahka1-6/+11
2026-01-29Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-21/+16
2026-01-29net: bridge: fix static key checkMartin Kaiser1-1/+1
2026-01-29nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima3-4/+29
2026-01-28Merge tag 'pinctrl-v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-168/+26
2026-01-28gve: fix probe failure if clock read failsJordan Rhee5-15/+14
2026-01-28Merge branch 'mlx5-misc-fixes-2026-01-26'Jakub Kicinski6-15/+70
2026-01-28net/mlx5e: Account for netdev stats in ndo_get_stats64Gal Pressman1-9/+11
2026-01-28net/mlx5e: TC, delete flows only for existing peersMark Bloch1-6/+13
2026-01-28net/mlx5: Fix Unbinding uplink-netdev in switchdev modeShay Drory5-0/+46
2026-01-28ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg1-1/+0
2026-01-28ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma1-4/+6
2026-01-28ixgbe: don't initialize aci lock in ixgbe_recovery_probe()Kohei Enju1-4/+2
2026-01-28ixgbe: fix memory leaks in the ixgbe_recovery_probe() pathKohei Enju1-12/+8