summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-1610-41/+31
| * | inet: move inet->freebind to inet->inet_flagsEric Dumazet2023-08-167-22/+22
| * | inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet2023-08-163-11/+11
| * | inet: move inet->recverr to inet->inet_flagsEric Dumazet2023-08-169-32/+30
| * | inet: set/get simple options locklesslyEric Dumazet2023-08-161-56/+62
| * | inet: introduce inet->inet_flagsEric Dumazet2023-08-168-71/+83
|/ /
* | Merge branch 'redundant-of_match_ptr'David S. Miller2023-08-166-7/+7
|\ \
| * | wlcore: spi: Remove redundant of_match_ptr()Ruan Jinjie2023-08-161-1/+1
| * | net: qualcomm: Remove redundant of_match_ptr()Ruan Jinjie2023-08-161-1/+1
| * | net: gemini: Remove redundant of_match_ptr()Ruan Jinjie2023-08-161-2/+2
| * | net: dsa: rzn1-a5psw: Remove redundant of_match_ptr()Ruan Jinjie2023-08-161-1/+1
| * | net: dsa: realtek: Remove redundant of_match_ptr()Ruan Jinjie2023-08-162-2/+2
|/ /
* | nfc: virtual_ncidev: Use module_misc_device macro to simplify the codeLi Zetao2023-08-161-12/+1
* | Merge branch 'hns3-ethtool'David S. Miller2023-08-1612-681/+875
|\ \
| * | net: hns3: fix wrong rpu tln reg issueJijie Shao2023-08-164-2/+71
| * | net: hns3: Support tlv in regs data for HNS3 VF driverJijie Shao2023-08-161-24/+61
| * | net: hns3: Support tlv in regs data for HNS3 PF driverJijie Shao2023-08-161-65/+102
| * | net: hns3: move dump regs function to a separate fileJijie Shao2023-08-1610-680/+731
|/ /
* | Merge branch 'fec-XDP_TX'David S. Miller2023-08-162-61/+132
|\ \
| * | net: fec: improve XDP_TX performanceWei Fang2023-08-162-70/+75
| * | net: fec: add XDP_TX feature supportWei Fang2023-08-162-21/+87
|/ /
* | selftests: bonding: remove redundant delete action of device link1_1Zhengchao Shao2023-08-161-1/+0
* | Merge tag 'mlx5-updates-2023-08-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-08-1525-569/+672
|\ \
| * | net/mlx5: Don't query MAX caps twiceShay Drory2023-08-141-6/+6
| * | net/mlx5: Remove unused MAX HCA capabilitiesShay Drory2023-08-145-74/+30
| * | net/mlx5: Remove unused CAPsShay Drory2023-08-144-74/+1
| * | net/mlx5: Fix error message in mlx5_sf_dev_state_change_handler()Jiri Pirko2023-08-141-1/+1
| * | net/mlx5: Remove redundant check of mlx5_vhca_event_supported()Jiri Pirko2023-08-141-1/+1
| * | net/mlx5: Use mlx5_sf_start_function_id() helper instead of directly calling ...Jiri Pirko2023-08-141-3/+3
| * | net/mlx5: Remove redundant SF supported check from mlx5_sf_hw_table_init()Jiri Pirko2023-08-141-3/+2
| * | net/mlx5: Use auxiliary_device_uninit() instead of device_put()Jiri Pirko2023-08-141-1/+1
| * | net/mlx5: E-switch, Add checking for flow rule destinationsJianbo Liu2023-08-141-0/+31
| * | net/mlx5: Check with FW that sync reset completed successfullyMoshe Shemesh2023-08-144-7/+40
| * | net/mlx5: Expose max possible SFs via devlink resourceShay Drory2023-08-142-4/+48
| * | net/mlx5e: Add recovery flow for tx devlink health reporter for unhealthy PTP SQRahul Rameshbabu2023-08-145-1/+94
| * | net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEsRahul Rameshbabu2023-08-147-81/+236
| * | net/mlx5: Consolidate devlink documentation in devlink/mlx5.rstRahul Rameshbabu2023-08-143-314/+179
* | | Merge branch 'net-warn-about-attempts-to-register-negative-ifindex'Jakub Kicinski2023-08-153-3/+35
|\ \ \
| * | | tools: ynl: add more info to KeyErrors on missing attrsJakub Kicinski2023-08-151-3/+12
| * | | netlink: specs: add ovs_vport new commandJakub Kicinski2023-08-151-0/+18
| * | | net: warn about attempts to register negative ifindexJakub Kicinski2023-08-151-0/+5
|/ / /
* | | eth: r8152: try to use a normal budgetJakub Kicinski2023-08-151-2/+1
* | | net: e1000e: Remove unused declarationsYue Haibing2023-08-151-2/+0
* | | qed: remove unused 'resp_size' calculationArnd Bergmann2023-08-151-28/+17
* | | net: phy: mediatek-ge-soc: support PHY LEDsDaniel Golle2023-08-151-9/+426
* | | Merge branch 'nexthop-various-cleanups'Jakub Kicinski2023-08-151-6/+0
|\ \ \
| * | | nexthop: Do not increment dump sentinel at the end of the dumpIdo Schimmel2023-08-151-1/+0
| * | | nexthop: Simplify nexthop bucket dumpIdo Schimmel2023-08-151-5/+0
|/ / /
* | | Merge branch 'seg6-add-next-c-sid-support-for-srv6-end-x-behavior'Jakub Kicinski2023-08-153-20/+1302
|\ \ \
| * | | selftests: seg6: add selftest for NEXT-C-SID flavor in SRv6 End.X behaviorPaolo Lungaroni2023-08-152-0/+1214