summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFC: nxp: add NXP1002Oliver Neukum2023-08-301-0/+1
* net: stmmac: failure to probe without MAC interface specifiedRussell King (Oracle)2023-08-301-3/+2
* net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo2023-08-305-9/+3
* Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-291855-45935/+109458
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-2923-70/+161
| |\
| | * r8169: fix ASPM-related issues on a number of systems with NIC version from R...Heiner Kallweit2023-08-281-4/+0
| | * ethernet: tg3: remove unreachable codeMikhail Kobuk2023-08-281-4/+1
| | * dccp: Fix out of bounds access in DCCP error handlerJann Horn2023-08-282-9/+19
| | * dt-bindings: net: dsa: marvell: fix wrong model in compatibility listAlexis Lothoré2023-08-281-1/+1
| | * igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl2023-08-281-4/+7
| | * netrom: Deny concurrent connect().Kuniyuki Iwashima2023-08-281-0/+5
| | * Merge branch 'pds_core-error-handling-fixes'Jakub Kicinski2023-08-253-10/+13
| | |\
| | | * pds_core: pass opcode to devcmd_waitShannon Nelson2023-08-251-5/+2
| | | * pds_core: check for work queue before useShannon Nelson2023-08-251-1/+1
| | | * pds_core: no reset command for VFShannon Nelson2023-08-251-1/+2
| | | * pds_core: no health reporter in VFShannon Nelson2023-08-251-3/+5
| | | * pds_core: protect devlink callbacks from fw_down stateShannon Nelson2023-08-251-0/+3
| | |/
| | * net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic2023-08-251-0/+4
| | * sfc: Check firmware supports Ethernet PTP filterAlex Austin2023-08-251-1/+3
| | * Merge branch 'fix-pfc-related-issues'Jakub Kicinski2023-08-253-21/+16
| | |\
| | | * cteonxt2-pf: Fix backpressure config for multiple PFC priorities to work simu...Suman Ghosh2023-08-251-3/+3
| | | * octeontx2-af: CN10KB: fix PFC configurationHariprasad Kelam2023-08-251-8/+9
| | | * octeontx2-pf: Fix PFC TX scheduler freeSuman Ghosh2023-08-252-11/+5
| | |/
| | * Merge branch 'mlxsw-fixes'David S. Miller2023-08-252-3/+5
| | |\
| | | * mlxsw: core_hwmon: Adjust module label names based on MTCAP sensor counterVadim Pasternak2023-08-251-1/+2
| | | * mlxsw: i2c: Limit single transaction buffer sizeVadim Pasternak2023-08-251-1/+2
| | | * mlxsw: i2c: Fix chunk size setting in output mailbox bufferVadim Pasternak2023-08-251-1/+1
| | |/
| | * net: arcnet: Do not call kfree_skb() under local_irq_disable()Jinjie Ruan2023-08-251-1/+1
| | * octeontx2-pf: fix page_pool creation fail for rings > 32kRatheesh Kannoth2023-08-252-1/+3
| | * ice: avoid executing commands on other ports when driving syncJacob Keller2023-08-252-6/+52
| | * net: handle ARPHRD_PPP in dev_is_mac_header_xmit()Nicolas Dichtel2023-08-251-0/+4
| | * net/mlx5: Dynamic cyclecounter shift calculation for PTP free running clockRahul Rameshbabu2023-08-241-5/+27
| * | net: ethernet: mtk_wed: minor change in wed_{tx,rx}info_showLorenzo Bianconi2023-08-281-9/+4
| * | net: ethernet: mtk_wed: add some more info in wed_txinfo_show handlerLorenzo Bianconi2023-08-282-1/+12
| * | net: stmmac: clarify difference between "interface" and "phy_interface"Russell King (Oracle)2023-08-2812-37/+52
| * | r8152: add vendor/device ID pair for D-Link DUB-E250Antonio Napolitano2023-08-282-0/+2
| * | Merge branch 'devlink-finish-file-split-and-get-retire-leftover-c'Jakub Kicinski2023-08-2815-9540/+9710
| |\ \
| | * | devlink: move devlink_notify_register/unregister() to dev.cJiri Pirko2023-08-284-64/+30
| | * | devlink: move small_ops definition into netlink.cJiri Pirko2023-08-283-253/+251
| | * | devlink: move tracepoint definitions into core.cJiri Pirko2023-08-282-6/+6
| | * | devlink: push linecard related code into separate fileJiri Pirko2023-08-284-615/+626
| | * | devlink: push rate related code into separate fileJiri Pirko2023-08-284-719/+728
| | * | devlink: push trap related code into separate fileJiri Pirko2023-08-284-1862/+1873
| | * | devlink: use tracepoint_enabled() helperJiri Pirko2023-08-281-1/+1
| | * | devlink: push region related code into separate fileJiri Pirko2023-08-284-1257/+1267
| | * | devlink: push param related code into separate fileJiri Pirko2023-08-284-860/+875
| | * | devlink: push resource related code into separate fileJiri Pirko2023-08-284-575/+582
| | * | devlink: push dpipe related code into separate fileJiri Pirko2023-08-284-895/+926
| | * | devlink: move and rename devlink_dpipe_send_and_alloc_skb() helperJiri Pirko2023-08-283-25/+26
| | * | devlink: push shared buffer related code into separate fileJiri Pirko2023-08-284-991/+1006