summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-04igb: fix TDBAL register show incorrect valueGal Hammer1-1/+1
2021-02-04igc: Fix TDBAL register show incorrect valueSasha Neftin1-1/+1
2021-02-04igc: Remove unused FUNC_1 maskSasha Neftin1-1/+0
2021-02-04igc: Remove unused local receiver maskSasha Neftin1-1/+0
2021-02-04igc: Prefer strscpy over strlcpySasha Neftin1-1/+1
2021-02-04igc: Expose the gPHY firmware versionSasha Neftin5-3/+28
2021-02-04igc: Expose the NVM versionSasha Neftin3-2/+17
2021-02-04igc: Add Host Good Packets Transmitted CountSasha Neftin1-0/+1
2021-02-04igc: Remove MULR mask defineSasha Neftin1-1/+0
2021-02-04igc: Remove igc_set_fw_version commentSasha Neftin1-1/+0
2021-02-04igc: Clean up nvm_operations structureSasha Neftin1-1/+0
2021-02-03net: fec: Silence M5272 build warningsGeert Uytterhoeven1-3/+4
2021-02-03inet: do not export inet_gro_{receive|complete}Eric Dumazet1-3/+0
2021-02-03Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub...Jakub Kicinski4-5/+22
2021-02-03Merge tag 'mlx5-updates-2021-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-185/+304
2021-02-03Merge branch 'mptcp-add_addr-enhancements'Jakub Kicinski11-94/+609
2021-02-03selftests: mptcp: add testcases for ADD_ADDR with portGeliang Tang1-1/+159
2021-02-03mptcp: add the mibs for ADD_ADDR with portGeliang Tang4-1/+23
2021-02-03selftests: mptcp: add port argument for pm_nl_ctlGeliang Tang1-2/+22
2021-02-03mptcp: deal with MPTCP_PM_ADDR_ATTR_PORT in PM netlinkGeliang Tang1-0/+5
2021-02-03mptcp: enable use_port when invoke addresses_equalGeliang Tang1-4/+4
2021-02-03mptcp: add port number check for MP_JOINGeliang Tang3-1/+61
2021-02-03mptcp: add a new helper subflow_req_create_thmacGeliang Tang1-8/+16
2021-02-03mptcp: drop unused skb in subflow_token_join_requestGeliang Tang1-3/+2
2021-02-03mptcp: create the listening socket for new portGeliang Tang4-6/+102
2021-02-03selftests: mptcp: add testcases for newly added addressesGeliang Tang1-2/+71
2021-02-03selftests: mptcp: use minus values for removing address numbersGeliang Tang1-15/+17
2021-02-03mptcp: send ack for every add_addrGeliang Tang2-8/+5
2021-02-03mptcp: create subflow or signal addr for newly added addressGeliang Tang1-0/+27
2021-02-03mptcp: drop *_max fields in mptcp_pm_dataGeliang Tang4-35/+77
2021-02-03mptcp: use WRITE_ONCE for the pernet *_maxGeliang Tang1-11/+21
2021-02-03r8169: Add support for another RTL8168FPKai-Heng Feng3-6/+13
2021-02-03Merge branch 'add-notifications-when-route-hardware-flags-change'Jakub Kicinski17-182/+854
2021-02-03selftests: netdevsim: Add fib_notifications testAmit Cohen1-0/+300
2021-02-03selftests: Extend fib tests to run with and without flags notificationsAmit Cohen2-0/+28
2021-02-03net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen6-8/+77
2021-02-03net: Do not call fib6_info_hw_flags_set() when IPv6 is disabledAmit Cohen2-0/+24
2021-02-03net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen3-11/+15
2021-02-03net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen5-0/+60
2021-02-03net: ipv4: Publish fib_nlmsg_size()Amit Cohen2-1/+2
2021-02-03net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen2-2/+2
2021-02-03netdevsim: fib: Perform the route programming in a non-atomic contextAmit Cohen1-140/+327
2021-02-03netdevsim: fib: Convert the current occupancy to an atomic variableAmit Cohen1-28/+27
2021-02-03Merge branch 'net-ipa-don-t-disable-napi-in-suspend'Jakub Kicinski1-51/+83
2021-02-03net: ipa: expand last transaction checkAlex Elder1-9/+25
2021-02-03net: ipa: don't disable interrupt on suspendAlex Elder1-15/+29
2021-02-03net: ipa: disable interrupt and NAPI after channel stopAlex Elder1-9/+9
2021-02-03net: ipa: kill gsi_channel_freeze() and gsi_channel_thaw()Alex Elder1-25/+12
2021-02-03net: ipa: introduce __gsi_channel_start()Alex Elder1-20/+23
2021-02-03net: ipa: introduce gsi_channel_stop_retry()Alex Elder1-5/+15