summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet10-41/+31
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet7-22/+22
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet3-11/+11
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet9-32/+30
2023-08-16inet: set/get simple options locklesslyEric Dumazet1-56/+62
2023-08-16inet: introduce inet->inet_flagsEric Dumazet8-71/+83
2023-08-16Merge branch 'redundant-of_match_ptr'David S. Miller6-7/+7
2023-08-16wlcore: spi: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-08-16net: qualcomm: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-08-16net: gemini: Remove redundant of_match_ptr()Ruan Jinjie1-2/+2
2023-08-16net: dsa: rzn1-a5psw: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-08-16net: dsa: realtek: Remove redundant of_match_ptr()Ruan Jinjie2-2/+2
2023-08-16nfc: virtual_ncidev: Use module_misc_device macro to simplify the codeLi Zetao1-12/+1
2023-08-16Merge branch 'hns3-ethtool'David S. Miller12-681/+875
2023-08-16net: hns3: fix wrong rpu tln reg issueJijie Shao4-2/+71
2023-08-16net: hns3: Support tlv in regs data for HNS3 VF driverJijie Shao1-24/+61
2023-08-16net: hns3: Support tlv in regs data for HNS3 PF driverJijie Shao1-65/+102
2023-08-16net: hns3: move dump regs function to a separate fileJijie Shao10-680/+731
2023-08-16Merge branch 'fec-XDP_TX'David S. Miller2-61/+132
2023-08-16net: fec: improve XDP_TX performanceWei Fang2-70/+75
2023-08-16net: fec: add XDP_TX feature supportWei Fang2-21/+87
2023-08-16selftests: bonding: remove redundant delete action of device link1_1Zhengchao Shao1-1/+0
2023-08-16Merge tag 'mlx5-updates-2023-08-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski25-569/+672
2023-08-16Merge branch 'net-warn-about-attempts-to-register-negative-ifindex'Jakub Kicinski3-3/+35
2023-08-16tools: ynl: add more info to KeyErrors on missing attrsJakub Kicinski1-3/+12
2023-08-16netlink: specs: add ovs_vport new commandJakub Kicinski1-0/+18
2023-08-16net: warn about attempts to register negative ifindexJakub Kicinski1-0/+5
2023-08-16eth: r8152: try to use a normal budgetJakub Kicinski1-2/+1
2023-08-16net: e1000e: Remove unused declarationsYue Haibing1-2/+0
2023-08-16qed: remove unused 'resp_size' calculationArnd Bergmann1-28/+17
2023-08-16net: phy: mediatek-ge-soc: support PHY LEDsDaniel Golle1-9/+426
2023-08-16Merge branch 'nexthop-various-cleanups'Jakub Kicinski1-6/+0
2023-08-16nexthop: Do not increment dump sentinel at the end of the dumpIdo Schimmel1-1/+0
2023-08-16nexthop: Simplify nexthop bucket dumpIdo Schimmel1-5/+0
2023-08-16Merge branch 'seg6-add-next-c-sid-support-for-srv6-end-x-behavior'Jakub Kicinski3-20/+1302
2023-08-16selftests: seg6: add selftest for NEXT-C-SID flavor in SRv6 End.X behaviorPaolo Lungaroni2-0/+1214
2023-08-16seg6: add NEXT-C-SID support for SRv6 End.X behaviorAndrea Mayer1-20/+88
2023-08-16Merge branch 'genetlink-provide-struct-genl_info-to-dumps'Jakub Kicinski45-180/+236
2023-08-16ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski25-47/+47
2023-08-16ethtool: netlink: simplify arguments to ethnl_default_parse()Jakub Kicinski1-12/+9
2023-08-16netdev-genl: use struct genl_info for reply constructionJakub Kicinski1-9/+8
2023-08-16genetlink: add genlmsg_iput() APIJakub Kicinski1-1/+53
2023-08-16genetlink: add a family pointer to struct genl_infoJakub Kicinski2-11/+14
2023-08-16genetlink: use attrs from struct genl_infoJakub Kicinski14-23/+22
2023-08-16genetlink: add struct genl_info to struct genl_dumpit_infoJakub Kicinski2-2/+22
2023-08-16genetlink: remove userhdr from struct genl_infoJakub Kicinski7-27/+33
2023-08-16genetlink: make genl_info->nlhdr constJakub Kicinski3-3/+3
2023-08-16genetlink: push conditional locking into dumpit/doneJakub Kicinski1-55/+35
2023-08-15net: dsa: mv88e6060: add phylink_get_caps implementationRussell King (Oracle)1-0/+45
2023-08-15net/mlx5: Don't query MAX caps twiceShay Drory1-6/+6