aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs_offload.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-19i40e: Fix add TC filter for IPv6Mateusz Palczewski1-2/+3
2021-02-18i40e: Fix VFs not createdSylwester Dziedziuch1-2/+1
2021-02-18i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski2-12/+13
2021-02-18i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski1-27/+0
2021-02-18i40e: Add zero-initialization of AQ command structuresMateusz Palczewski1-0/+6
2021-02-18i40e: Fix memory leak in i40e_probeKeita Suzuki1-0/+2
2021-02-18i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba1-3/+6
2021-02-16net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean1-2/+3
2021-02-16net: sched: fix police ext initializationVlad Buslov3-1/+3
2021-02-16net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFPShyam Sundar S K1-0/+3
2021-02-16net: amd-xgbe: Reset link when the link never comes backShyam Sundar S K2-1/+9
2021-02-16net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K2-1/+1
2021-02-16net: amd-xgbe: Reset the PHY rx data path when mailbox command timeoutShyam Sundar S K2-1/+41
2021-02-15net: ipa: initialize all resourcesAlex Elder1-2/+2
2021-02-15ibmvnic: serialize access to work queue on removeSukadev Bhattiprolu2-8/+24
2021-02-15ibmvnic: skip send_request_unmap for timeout resetLijun Pan1-1/+6
2021-02-15ibmvnic: add memory barrier to protect long term bufferLijun Pan1-0/+5
2021-02-15r8169: fix resuming from suspend on RTL8105e if machine runs on batteryHeiner Kallweit1-0/+2
2021-02-15net: caif: Use netif_rx_any_context().Sebastian Andrzej Siewior1-4/+1
2021-02-15net: wan/lmc: dont print format string when not availableTong Zhang1-1/+1
2021-02-15net: wan/lmc: unregister device when no matching device is foundTong Zhang1-0/+2
2021-02-15b43: N-PHY: Fix the update of coef for the PHY revision >= 3caseColin Ian King1-1/+1
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 and uldsAyush Sawal4-8/+12
2021-02-15atm: idt77252: fix build broken on amd64Tong Zhang3-12/+3
2021-02-12net: axienet: Handle deferred probe on clock properlyRobert Hancock1-14/+12
2021-02-12ibmvnic: change IBMVNIC_MAX_IND_DESCS to 16Dany Madden1-1/+1
2021-02-12flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti2-4/+40
2021-02-12appletalk: Fix skb allocation size in loopback caseDoug Brown1-12/+21
2021-02-13bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann1-4/+6
2021-02-11net/mlx5e: Check tunnel offload is required before setting SWPMoshe Shemesh1-1/+1
2021-02-11net/mlx5e: CT: manage the lifetime of the ct entry objectOz Shlomo1-67/+192
2021-02-11net/mlx5: Disable devlink reload for lag devicesShay Drory1-0/+5
2021-02-11net/mlx5: Disallow RoCE on lag deviceShay Drory1-2/+2
2021-02-11net/mlx5: Disallow RoCE on multi port slave deviceShay Drory1-0/+4
2021-02-11net/mlx5: Disable devlink reload for multi port slave deviceShay Drory1-1/+2
2021-02-11net/mlx5e: kTLS, Use refcounts to free kTLS RX priv contextMaxim Mikityanskiy1-34/+30
2021-02-11net/mlx5e: Fix CQ params of ICOSQ and async ICOSQMaxim Mikityanskiy1-2/+2
2021-02-11net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy4-7/+7
2021-02-11net/mlx5: Fix health error state handlingShay Drory1-8/+14
2021-02-11net/mlx5e: Change interrupt moderation channel params also when channels are closedMaxim Mikityanskiy1-15/+14
2021-02-11net/mlx5e: Don't change interrupt moderation params when DIM is enabledMaxim Mikityanskiy1-2/+16
2021-02-11net/mlx5e: Enable XDP for Connect-X IPsec capable devicesRaed Salem1-2/+3
2021-02-11net/mlx5e: Enable striding RQ for Connect-X IPsec capable devicesRaed Salem4-5/+8
2021-02-11net/mlx5e: E-switch, Fix rate calculation for overflowParav Pandit1-1/+1
2021-02-11mptcp: add a missing retransmission timer schedulingPaolo Abeni2-2/+4
2021-02-11mptcp: better msk receive window updatesPaolo Abeni3-21/+27
2021-02-11mptcp: init mptcp request socket earlierPaolo Abeni1-24/+16
2021-02-11mptcp: fix spurious retransmissionsPaolo Abeni2-11/+3
2021-02-11mptcp: fix poll after shutdownPaolo Abeni1-1/+3
2021-02-11mptcp: deliver ssk errors to mskPaolo Abeni3-0/+54