summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-036-9/+34
* net: use indirect call helpers for dst_mtuBrian Vazquez2021-02-033-5/+11
* net: use indirect call helpers for dst_outputBrian Vazquez2021-02-033-1/+9
* net: use indirect call helpers for dst_inputBrian Vazquez2021-02-032-1/+6
* net: usb: cdc_ncm: use new API for bh taskletEmil Renner Berthing2021-02-032-5/+9
* net: fec: Silence M5272 build warningsGeert Uytterhoeven2021-02-031-3/+4
* inet: do not export inet_gro_{receive|complete}Eric Dumazet2021-02-031-3/+0
* Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub...Jakub Kicinski2021-02-034-5/+22
|\
| * cfg80211: fix netdev registration deadlockJohannes Berg2021-02-012-2/+6
| * cfg80211: call cfg80211_destroy_ifaces() with wiphy lock heldJohannes Berg2021-01-281-0/+3
| * wext: call cfg80211_set_encryption() with wiphy lock heldJohannes Berg2021-01-281-1/+6
| * wext: call cfg80211_change_iface() with wiphy lock heldJohannes Berg2021-01-281-1/+6
| * nl80211: call cfg80211_dev_rename() under RTNLJohannes Berg2021-01-281-1/+1
* | Merge tag 'mlx5-updates-2021-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-02-0317-185/+304
|\ \
| * | net/mlx5: DR, Avoid unnecessary csum recalculation on supporting devicesYevgeny Kliteynik2021-02-023-4/+12
| * | net/mlx5e: CT: remove useless conversion to PTR_ERR then ERR_PTRSaeed Mahameed2021-02-021-5/+2
| * | net/mlx5e: accel, remove redundant spaceSaeed Mahameed2021-02-021-1/+1
| * | net/mlx5e: kTLS, Improve TLS RX workqueue scopeTariq Toukan2021-02-022-10/+21
| * | net/mlx5e: remove h from printk format specifierTom Rix2021-02-022-3/+3
| * | net/mlx5e: Increase indirection RQ table size to 256Noam Stolero2021-02-021-2/+2
| * | net/mlx5e: Enable napi in channel's activation stageTariq Toukan2021-02-022-14/+12
| * | net/mlx5e: Move representor neigh init into profile enableRoi Dayan2021-02-022-18/+29
| * | net/mlx5e: Avoid false lock depenency warning on tc_htRoi Dayan2021-02-021-0/+12
| * | net/mlx5e: Move set vxlan nic info to profile initRoi Dayan2021-02-022-6/+11
| * | net/mlx5e: Move netif_carrier_off() out of mlx5e_priv_init()Roi Dayan2021-02-022-3/+4
| * | net/mlx5e: Refactor mlx5e_netdev_init/cleanup to mlx5e_priv_init/cleanupRoi Dayan2021-02-023-16/+16
| * | net/mxl5e: Add change profile methodSaeed Mahameed2021-02-023-4/+73
| * | net/mlx5e: Separate between netdev objects and mlx5e profiles initializationSaeed Mahameed2021-02-026-114/+121
* | | Merge branch 'mptcp-add_addr-enhancements'Jakub Kicinski2021-02-0311-94/+609
|\ \ \
| * | | selftests: mptcp: add testcases for ADD_ADDR with portGeliang Tang2021-02-031-1/+159
| * | | mptcp: add the mibs for ADD_ADDR with portGeliang Tang2021-02-034-1/+23
| * | | selftests: mptcp: add port argument for pm_nl_ctlGeliang Tang2021-02-031-2/+22
| * | | mptcp: deal with MPTCP_PM_ADDR_ATTR_PORT in PM netlinkGeliang Tang2021-02-031-0/+5
| * | | mptcp: enable use_port when invoke addresses_equalGeliang Tang2021-02-031-4/+4
| * | | mptcp: add port number check for MP_JOINGeliang Tang2021-02-033-1/+61
| * | | mptcp: add a new helper subflow_req_create_thmacGeliang Tang2021-02-031-8/+16
| * | | mptcp: drop unused skb in subflow_token_join_requestGeliang Tang2021-02-031-3/+2
| * | | mptcp: create the listening socket for new portGeliang Tang2021-02-034-6/+102
| * | | selftests: mptcp: add testcases for newly added addressesGeliang Tang2021-02-031-2/+71
| * | | selftests: mptcp: use minus values for removing address numbersGeliang Tang2021-02-031-15/+17
| * | | mptcp: send ack for every add_addrGeliang Tang2021-02-032-8/+5
| * | | mptcp: create subflow or signal addr for newly added addressGeliang Tang2021-02-031-0/+27
| * | | mptcp: drop *_max fields in mptcp_pm_dataGeliang Tang2021-02-034-35/+77
| * | | mptcp: use WRITE_ONCE for the pernet *_maxGeliang Tang2021-02-031-11/+21
|/ / /
* | | r8169: Add support for another RTL8168FPKai-Heng Feng2021-02-033-6/+13
* | | Merge branch 'add-notifications-when-route-hardware-flags-change'Jakub Kicinski2021-02-0317-182/+854
|\ \ \
| * | | selftests: netdevsim: Add fib_notifications testAmit Cohen2021-02-031-0/+300
| * | | selftests: Extend fib tests to run with and without flags notificationsAmit Cohen2021-02-032-0/+28
| * | | net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen2021-02-036-8/+77
| * | | net: Do not call fib6_info_hw_flags_set() when IPv6 is disabledAmit Cohen2021-02-032-0/+24