summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-12tcp: return a drop_reason from tcp_add_backlog()Eric Dumazet3-15/+12
2026-04-12Merge branch 'ipvlan-multicast-delivery-changes'Jakub Kicinski1-19/+23
2026-04-12ipvlan: avoid spinlock contention in ipvlan_multicast_enqueue()Eric Dumazet1-1/+7
2026-04-12ipvlan: ipvlan_handle_mode_l2() refactoringEric Dumazet1-20/+18
2026-04-12net: Add net_cookie to Dead loop messagesChris J Arges2-4/+5
2026-04-12Merge branch 'net-dsa-tag_rtl8_4-fixes-doc-and-set-keep'Jakub Kicinski1-8/+13
2026-04-12net: dsa: tag_rtl8_4: set KEEP flagLuiz Angelo Daros de Luca1-2/+4
2026-04-12net: dsa: tag_rtl8_4: update format descriptionAlvin Šipraga1-7/+10
2026-04-12Merge branch 'wangxun-improvement'Jakub Kicinski10-132/+200
2026-04-12net: libwx: improve flow control settingJiawen Wu3-6/+61
2026-04-12net: libwx: wrap-around and reset qmprc counterJiawen Wu2-4/+23
2026-04-12net: wangxun: schedule hardware stats update in watchdogJiawen Wu4-1/+46
2026-04-12net: wangxun: reorder timer and work sync cancellationsJiawen Wu2-3/+5
2026-04-12net: wangxun: move ethtool_ops.set_channels into libwxJiawen Wu3-29/+3
2026-04-12net: wangxun: replace busy-wait reset flag with kernel mutexJiawen Wu6-30/+15
2026-04-12net: ngbe: remove redundant macrosJiawen Wu2-5/+2
2026-04-12net: ngbe: move the WOL functions to libwxJiawen Wu5-53/+45
2026-04-12net: ngbe: remove netdev->ethtool->wol_enabled settingJiawen Wu1-2/+1
2026-04-12net: ethernet: ti: am65-cpsw: add support for J722S SoC familyNora Schiffer1-0/+8
2026-04-12dt-bindings: net: ti: k3-am654-cpsw-nuss: Add ti,j722s-cpsw-nuss compatibleNora Schiffer1-7/+12
2026-04-12Merge branch 'dpll-zl3073x-add-ref-sync-pair-support'Jakub Kicinski9-81/+350
2026-04-12dpll: zl3073x: add ref-sync pair supportIvan Vecera1-1/+206
2026-04-12dt-bindings: dpll: add ref-sync-sources propertyIvan Vecera2-7/+36
2026-04-12dpll: zl3073x: add ref sync and output clock type helpersIvan Vecera4-14/+80
2026-04-12dpll: zl3073x: use FIELD_MODIFY() for clear-and-set patternsIvan Vecera3-15/+8
2026-04-12dpll: zl3073x: clean up esync get/set and use zl3073x_out_is_ndiv()Ivan Vecera1-44/+20
2026-04-11iavf: fix kernel-doc comment style in iavf_ethtool.cAleksandr Loktionov1-50/+53
2026-04-11Merge branch 'net-dsa-mxl862xx-vlan-support-and-minor-improvements'Jakub Kicinski4-18/+1219
2026-04-11net: dsa: mxl862xx: implement VLAN functionalityDaniel Golle4-14/+1211
2026-04-11net: dsa: mxl862xx: don't skip early bridge port configurationDaniel Golle1-1/+1
2026-04-11net: dsa: mxl862xx: reject DSA_PORT_TYPE_DSADaniel Golle1-3/+7
2026-04-11Merge branch 'net-bridge-add-stp_mode-attribute-for-stp-mode-selection'Jakub Kicinski9-8/+400
2026-04-11selftests: net: add bridge STP mode selection testAndy Roulin2-0/+289
2026-04-11docs: net: bridge: document stp_mode attributeAndy Roulin1-0/+22
2026-04-11net: bridge: add stp_mode attribute for STP mode selectionAndy Roulin6-8/+89
2026-04-11Merge branch 'add-selftests-for-ntuple-nfc-rules'Jakub Kicinski2-0/+163
2026-04-11selftests: drv-net: ntuple: Add dst-ip, src-port, dst-port fieldsDimitri Daskalakis1-6/+23
2026-04-11selftests: drv-net: Add ntuple (NFC) flow steering testDimitri Daskalakis2-0/+146
2026-04-10tools: ynl: tests: fix leading space on Makefile targetHangbin Liu1-1/+1
2026-04-10selftests: net: py: explicitly forbid multiple ksft_run() callsJakub Kicinski1-1/+4
2026-04-10ipv6: sit: remove redundant ret = 0 assignmentYue Haibing1-1/+1
2026-04-10net: macb: Use napi_schedule_irqoff() in IRQ handlerKevin Hao1-2/+2
2026-04-10ppp: consolidate refcount decrementsQingfang Deng1-33/+28
2026-04-10net: phy: realtek: Add property to enable SSCMarek Vasut1-0/+127
2026-04-10dt-bindings: net: realtek,rtl82xx: Document realtek,*-ssc-enable propertyMarek Vasut1-0/+15
2026-04-10dt-bindings: net: realtek,rtl82xx: Keep property list sortedMarek Vasut1-4/+4
2026-04-10ipv6: move IFA_F_PERMANENT percpu allocation in process scopePaolo Abeni1-12/+19
2026-04-10net: use get_random_u{16,32,64}() where appropriateDavid Carlier7-10/+10
2026-04-10net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski6-93/+113
2026-04-10Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski26-165/+2558