summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: select PACKING in the KconfigVladimir Oltean2021-02-171-0/+1
* net: re-solve some conflicts after net -> net-next mergeJakub Kicinski2021-02-175-37/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-1756-336/+724
|\
| * net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean2021-02-171-2/+3
| * net: sched: fix police ext initializationVlad Buslov2021-02-163-1/+3
| * Merge branch 'amd-xgbe-fixes'David S. Miller2021-02-164-3/+54
| |\
| | * net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFPShyam Sundar S K2021-02-161-0/+3
| | * net: amd-xgbe: Reset link when the link never comes backShyam Sundar S K2021-02-162-1/+9
| | * net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K2021-02-162-1/+1
| | * net: amd-xgbe: Reset the PHY rx data path when mailbox command timeoutShyam Sundar S K2021-02-162-1/+41
| |/
| * net: ipa: initialize all resourcesAlex Elder2021-02-161-2/+2
| * ibmvnic: serialize access to work queue on removeSukadev Bhattiprolu2021-02-162-8/+24
| * ibmvnic: skip send_request_unmap for timeout resetLijun Pan2021-02-161-1/+6
| * ibmvnic: add memory barrier to protect long term bufferLijun Pan2021-02-161-0/+5
| * r8169: fix resuming from suspend on RTL8105e if machine runs on batteryHeiner Kallweit2021-02-151-0/+2
| * net: caif: Use netif_rx_any_context().Sebastian Andrzej Siewior2021-02-151-4/+1
| * net: wan/lmc: dont print format string when not availableTong Zhang2021-02-151-1/+1
| * net: wan/lmc: unregister device when no matching device is foundTong Zhang2021-02-151-0/+2
| * b43: N-PHY: Fix the update of coef for the PHY revision >= 3caseColin Ian King2021-02-151-1/+1
| * cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal2021-02-154-8/+12
| * atm: idt77252: fix build broken on amd64Tong Zhang2021-02-153-12/+3
| * net: axienet: Handle deferred probe on clock properlyRobert Hancock2021-02-131-14/+12
| * ibmvnic: change IBMVNIC_MAX_IND_DESCS to 16Dany Madden2021-02-131-1/+1
| * flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti2021-02-132-4/+40
| * appletalk: Fix skb allocation size in loopback caseDoug Brown2021-02-131-12/+21
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-02-132-11/+9
| |\
| | * bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann2021-02-131-4/+6
| | * selftests/bpf: Convert test_xdp_redirect.sh to bashBjörn Töpel2021-02-111-7/+3
| * | Merge tag 'mlx5-fixes-2021-02-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-02-1214-141/+295
| |\ \
| | * | net/mlx5e: Check tunnel offload is required before setting SWPMoshe Shemesh2021-02-121-1/+1
| | * | net/mlx5e: CT: manage the lifetime of the ct entry objectOz Shlomo2021-02-121-67/+192
| | * | net/mlx5: Disable devlink reload for lag devicesShay Drory2021-02-121-0/+5
| | * | net/mlx5: Disallow RoCE on lag deviceShay Drory2021-02-121-2/+2
| | * | net/mlx5: Disallow RoCE on multi port slave deviceShay Drory2021-02-121-0/+4
| | * | net/mlx5: Disable devlink reload for multi port slave deviceShay Drory2021-02-121-1/+2
| | * | net/mlx5e: kTLS, Use refcounts to free kTLS RX priv contextMaxim Mikityanskiy2021-02-121-34/+30
| | * | net/mlx5e: Fix CQ params of ICOSQ and async ICOSQMaxim Mikityanskiy2021-02-121-2/+2
| | * | net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy2021-02-124-7/+7
| | * | net/mlx5: Fix health error state handlingShay Drory2021-02-121-8/+14
| | * | net/mlx5e: Change interrupt moderation channel params also when channels are ...Maxim Mikityanskiy2021-02-121-15/+14
| | * | net/mlx5e: Don't change interrupt moderation params when DIM is enabledMaxim Mikityanskiy2021-02-121-2/+16
| | * | net/mlx5e: Enable XDP for Connect-X IPsec capable devicesRaed Salem2021-02-121-2/+3
| | * | net/mlx5e: Enable striding RQ for Connect-X IPsec capable devicesRaed Salem2021-02-124-5/+8
| | * | net/mlx5e: E-switch, Fix rate calculation for overflowParav Pandit2021-02-121-1/+1
| |/ /
| * | Merge branch 'mptcp-Miscellaneous-fixes'David S. Miller2021-02-124-59/+107
| |\ \
| | * | mptcp: add a missing retransmission timer schedulingPaolo Abeni2021-02-122-2/+4
| | * | mptcp: better msk receive window updatesPaolo Abeni2021-02-123-21/+27
| | * | mptcp: init mptcp request socket earlierPaolo Abeni2021-02-121-24/+16
| | * | mptcp: fix spurious retransmissionsPaolo Abeni2021-02-122-11/+3
| | * | mptcp: fix poll after shutdownPaolo Abeni2021-02-121-1/+3