summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-03ethtool: Expose the number of lanes in useDanielle Ratson
2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson
2021-02-03ethtool: Extend link modes settings uAPI with lanesDanielle Ratson
2021-02-03ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson
2021-02-03net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean
2021-02-03Merge branch 'chelsio-cxgb-use-threaded-interrupts-for-deferred-work'Jakub Kicinski
2021-02-03chelsio: cxgb: Disable the card on error in threaded interruptSebastian Andrzej Siewior
2021-02-03chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior
2021-02-03Merge branch 'support-for-octeontx2-98xx-cpt-block'Jakub Kicinski
2021-02-03octeontx2-af: Handle CPT function level resetSrujana Challa
2021-02-03octeontx2-af: Add support for CPT1 in debugfsSrujana Challa
2021-02-03octeontx2-af: Mailbox changes for 98xx CPT blockSrujana Challa
2021-02-03net: mdiobus: Prevent spike on MDIO bus reset signalMike Looijmans
2021-02-03net: mscc: ocelot: fix error code in mscc_ocelot_probe()Dan Carpenter
2021-02-03net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter
2021-02-03Merge branch 'net-use-indirect_call-in-some-dst_ops'Jakub Kicinski
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez
2021-02-03net: use indirect call helpers for dst_mtuBrian Vazquez
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez
2021-02-03net: use indirect call helpers for dst_inputBrian Vazquez
2021-02-03net: usb: cdc_ncm: use new API for bh taskletEmil Renner Berthing
2021-02-02net: fec: Silence M5272 build warningsGeert Uytterhoeven
2021-02-02inet: do not export inet_gro_{receive|complete}Eric Dumazet
2021-02-02Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub...Jakub Kicinski
2021-02-02Merge tag 'mlx5-updates-2021-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2021-02-02Merge branch 'mptcp-add_addr-enhancements'Jakub Kicinski
2021-02-02selftests: mptcp: add testcases for ADD_ADDR with portGeliang Tang
2021-02-02mptcp: add the mibs for ADD_ADDR with portGeliang Tang
2021-02-02selftests: mptcp: add port argument for pm_nl_ctlGeliang Tang
2021-02-02mptcp: deal with MPTCP_PM_ADDR_ATTR_PORT in PM netlinkGeliang Tang
2021-02-02mptcp: enable use_port when invoke addresses_equalGeliang Tang
2021-02-02mptcp: add port number check for MP_JOINGeliang Tang
2021-02-02mptcp: add a new helper subflow_req_create_thmacGeliang Tang
2021-02-02mptcp: drop unused skb in subflow_token_join_requestGeliang Tang
2021-02-02mptcp: create the listening socket for new portGeliang Tang
2021-02-02selftests: mptcp: add testcases for newly added addressesGeliang Tang
2021-02-02selftests: mptcp: use minus values for removing address numbersGeliang Tang
2021-02-02mptcp: send ack for every add_addrGeliang Tang
2021-02-02mptcp: create subflow or signal addr for newly added addressGeliang Tang
2021-02-02mptcp: drop *_max fields in mptcp_pm_dataGeliang Tang
2021-02-02mptcp: use WRITE_ONCE for the pernet *_maxGeliang Tang
2021-02-02r8169: Add support for another RTL8168FPKai-Heng Feng
2021-02-02Merge branch 'add-notifications-when-route-hardware-flags-change'Jakub Kicinski
2021-02-02selftests: netdevsim: Add fib_notifications testAmit Cohen
2021-02-02selftests: Extend fib tests to run with and without flags notificationsAmit Cohen
2021-02-02net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen
2021-02-02net: Do not call fib6_info_hw_flags_set() when IPv6 is disabledAmit Cohen
2021-02-02net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen
2021-02-02net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen
2021-02-02net: ipv4: Publish fib_nlmsg_size()Amit Cohen