summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-09selftest: mptcp: add test for mptcp socket in useMenglong Dong
2023-01-09selftest: mptcp: exit from copyfd_io_poll() when receive SIGUSR1Menglong Dong
2023-01-09mptcp: add statistics for mptcp socket in useMenglong Dong
2023-01-09mptcp: rename 'sk' to 'ssk' in mptcp_token_new_connect()Menglong Dong
2023-01-09mptcp: init sk->sk_prot in build_msk()Menglong Dong
2023-01-09mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen()Menglong Dong
2023-01-09mptcp: use local variable ssk in write_optionsGeliang Tang
2023-01-09mptcp: use net instead of sock_netGeliang Tang
2023-01-09mptcp: use msk_owned_by_me helperGeliang Tang
2023-01-09usbnet: optimize usbnet_bh() to reduce CPU loadLeesoo Ahn
2023-01-09Merge branch 'phy-micrel-warnings'David S. Miller
2023-01-09net: phy: micrel: Fix warn: passing zero to PTR_ERRDivya Koppera
2023-01-09net: phy: micrel: Fixed error related to uninitialized symbol retDivya Koppera
2023-01-06Merge branch 'net-wangxun-adjust-code-structure'Jakub Kicinski
2023-01-06net: ngbe: Remove structure ngbe_adapterMengyuan Lou
2023-01-06net: txgbe: Remove structure txgbe_adapterJiawen Wu
2023-01-06net: wangxun: Rename private structure in libwxJiawen Wu
2023-01-06net: wangxun: Move MAC address handling to libwxJiawen Wu
2023-01-06net: ngbe: Move defines into unified fileJiawen Wu
2023-01-06net: txgbe: Move defines into unified fileJiawen Wu
2023-01-06net: ngbe: Remove structure ngbe_hwJiawen Wu
2023-01-06net: txgbe: Remove structure txgbe_hwJiawen Wu
2023-01-06net: phy: micrel: Change handler interrupt for lan8814Horatiu Vultur
2023-01-06ethtool: Replace 0-length array with flexible arrayKees Cook
2023-01-06net: ipv6: rpl_iptunnel: Replace 0-length arrays with flexible arraysKees Cook
2023-01-06ipv6: ioam: Replace 0-length array with flexible arrayKees Cook
2023-01-06Merge branch 'devlink-unregister'David S. Miller
2023-01-06netdevsim: move devlink registration under the instance lockJakub Kicinski
2023-01-06netdevsim: rename a labelJakub Kicinski
2023-01-06devlink: allow registering parameters after the instanceJakub Kicinski
2023-01-06devlink: don't require setting features before registrationJakub Kicinski
2023-01-06devlink: remove the registration guarantee of referencesJakub Kicinski
2023-01-06devlink: always check if the devlink instance is registeredJakub Kicinski
2023-01-06devlink: protect devlink->dev by the instance lockJakub Kicinski
2023-01-06devlink: update the code in netns move to latest helpersJakub Kicinski
2023-01-06devlink: bump the instance index directly when iteratingJakub Kicinski
2023-01-06sysctl: expose all net/core sysctls inside netnsMahesh Bandewar
2023-01-05Merge branch 'devlink-code-split-and-structured-instance-walk'Jakub Kicinski
2023-01-05devlink: convert remaining dumps to the by-instance schemeJakub Kicinski
2023-01-05devlink: add by-instance dump infraJakub Kicinski
2023-01-05devlink: uniformly take the devlink instance lock in the dump loopJakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (function)Jakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (nested)Jakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (simple)Jakub Kicinski
2023-01-05devlink: health: combine loops in dumpJakub Kicinski
2023-01-05devlink: drop the filter argument from devlinks_xa_find_getJakub Kicinski
2023-01-05devlink: remove start variables from dumpsJakub Kicinski
2023-01-05devlink: use an explicit structure for dump contextJakub Kicinski
2023-01-05netlink: add macro for checking dump ctx sizeJakub Kicinski
2023-01-05devlink: split out netlink codeJakub Kicinski