summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-07mailmap: add entries for Christoph PaaschChristoph Paasch1-0/+4
2026-08-07Merge branch 'net-wangxun-timeout-and-error'Jakub Kicinski15-19/+614
2026-08-07net: wangxun: add pcie error handlerJiawen Wu5-5/+223
2026-08-07net: wangxun: implement soft quiesce for PCIe error recoveryJiawen Wu5-0/+63
2026-08-07net: wangxun: add reinit parameter to wx->do_reset callbackJiawen Wu8-11/+11
2026-08-07net: wangxun: add Tx timeout processJiawen Wu8-5/+286
2026-08-07net: ngbe: implement libwx reset opsJiawen Wu3-3/+36
2026-08-07tracing/mmiotrace: Use trace_assign_type() in mmio_print_mark()Masami Hiramatsu (Google)1-2/+5
2026-08-07Merge tag 'watchdog-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-8/+8
2026-08-07Merge branch 'tun-tap-vhost-net-apply-qdisc-backpressure-on-full-ptr_ring-to-...Jakub Kicinski7-18/+255
2026-08-07tun/tap & vhost-net: stop tail-drop when IFF_BACKPRESSURE is setSimon Schippers2-6/+65
2026-08-07ptr_ring: move free-space check into separate helperSimon Schippers1-2/+24
2026-08-07vhost-net: wake queue of tun/tap after ptr_ring consumeSimon Schippers3-6/+44
2026-08-07tun/tap: add ptr_ring consume helper with netdev queue wakeupSimon Schippers1-4/+114
2026-08-07tun/tap: add IFF_BACKPRESSURE flagSimon Schippers2-0/+8
2026-08-07net/sched: cls_api: fix teardown of an adopted proto on insert-race lossVictor Nogueira1-5/+13
2026-08-07Merge tag 'hwmon-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-51/+87
2026-08-07Merge branch 'fix-skb-length-accounting-after-xdp-frag-adjustment'Jakub Kicinski2-11/+21
2026-08-07veth: fix skb length accounting after XDP frag adjustmentSun Jian1-8/+14
2026-08-07net: fix skb length accounting after generic XDP frag adjustmentSun Jian1-3/+7
2026-08-07Merge branch 'selftests-net-shaper-expand-shaper-api-coverage'Jakub Kicinski1-87/+978
2026-08-07selftests: net: shaper: Cover recursive node cleanupMohsin Bashir1-0/+59
2026-08-07selftests: net: shaper: Cover mixed-parent groupingMohsin Bashir1-0/+100
2026-08-07selftests: net: shaper: Reject invalid set requestsMohsin Bashir1-0/+41
2026-08-07selftests: net: shaper: Cover scalar attributesMohsin Bashir1-0/+68
2026-08-07selftests: net: shaper: Add reparenting rejection testMohsin Bashir1-0/+150
2026-08-07selftests: net: shaper: Add queue migration between nodes testMohsin Bashir1-0/+102
2026-08-07selftests: net: shaper: Add child node deletion reparent testMohsin Bashir1-0/+77
2026-08-07selftests: net: shaper: Add nested depth limit discovery testMohsin Bashir1-0/+117
2026-08-07selftests: net: shaper: Add .group rate update testMohsin Bashir1-0/+67
2026-08-07selftests: net: shaper: Add node scope .set rate update testMohsin Bashir1-0/+38
2026-08-07selftests: net: shaper: Add basic_groups_with_rate testMohsin Bashir1-13/+66
2026-08-07selftests: net: shaper: Decouple basic_groups from netdev rate limitingMohsin Bashir1-24/+16
2026-08-07selftests: net: shaper: Prepare helpers for group testsMohsin Bashir1-59/+86
2026-08-07selftests: net: shaper: Drop redundant command timeoutsMohsin Bashir1-3/+3
2026-08-07net: niu: fix potential buffer overflow/truncation in irq namesRonan Marchal2-4/+4
2026-08-07Merge branch 'net-dsa-mt7530-fix-remaining-swallowed-mdio-access-errors'Jakub Kicinski2-18/+75
2026-08-07net: dsa: mt7530: serialize the regmap IRQ chip like every other userDaniel Golle1-1/+25
2026-08-07net: dsa: mt7530: check command register writes in fdb and vlan cmdDaniel Golle1-4/+12
2026-08-07net: dsa: mt7530: check CORE_PLL_GROUP4 access in mt7531_setup()Daniel Golle1-4/+10
2026-08-07net: dsa: mt7530: error out on failed PHY_IAC command writesDaniel Golle1-6/+18
2026-08-07net: dsa: mt7530: check bus->read() error in core_rmw()Daniel Golle1-1/+5
2026-08-07net: pcs: mtk-lynxi: check regmap reads in mtk_pcs_lynxi_get_state()Daniel Golle1-2/+5
2026-08-07riscv: hwprobe: Register unaligned probes before usermodeRui Qi1-1/+7
2026-08-07s390/ctcm: Convert fsm.h to proper kernel-doc formatNagamani PV1-74/+78
2026-08-07Merge tag 'ata-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds2-1/+4
2026-08-07Merge branch 'bridge-validate-and-clean-up-ipv6-neighbour-suppression'Jakub Kicinski8-34/+226
2026-08-07bridge: Use ndisc_parse_options() to parse ND options in br_nd_send()Danielle Ratson2-15/+18
2026-08-07bridge: Linearize skb once the ND message type is validatedDanielle Ratson1-3/+8
2026-08-07bridge: Validate NS/NA messages using ndisc_check_ns_na()Danielle Ratson2-8/+5