summaryrefslogtreecommitdiffstats
path: root/crypto/tea.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-11net: mvpp2: add RXQ flow control configurationsStefan Chulski2-1/+150
2021-02-11net: mvpp2: enable global flow controlStefan Chulski2-4/+37
2021-02-11net: mvpp2: add FCA RXQ non occupied descriptor thresholdStefan Chulski2-7/+40
2021-02-11net: mvpp2: add FCA periodic timer configurationsStefan Chulski2-0/+58
2021-02-11net: mvpp2: increase BM pool and RXQ sizeStefan Chulski1-4/+4
2021-02-11net: mvpp2: add PPv23 version definitionStefan Chulski2-15/+24
2021-02-11net: mvpp2: always compare hw-version vs MVPP21Stefan Chulski1-19/+19
2021-02-11net: mvpp2: add CM3 SRAM memory mapStefan Chulski2-0/+27
2021-02-11dts: marvell: add CM3 SRAM memory to cp11x ethernet device treeKonstantin Porotchkin1-1/+1
2021-02-11doc: marvell: add CM3 address space and PPv2.3 descriptionStefan Chulski1-2/+4
2021-02-11xen/events: link interdomain events to associated xenbus deviceJuergen Gross7-33/+41
2021-02-11xen/netback: fix spurious event detection for common event caseJuergen Gross1-3/+5
2021-02-11net: fib_notifier: don't return positive values on fib registrationVlad Buslov1-2/+3
2021-02-11net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean1-1/+2
2021-02-11r8169: disable detection of bogus xid's 308/388Heiner Kallweit1-3/+6
2021-02-11bonding: 3ad: Print an error for unknown speedsIdo Schimmel1-4/+4
2021-02-11bonding: 3ad: add support for 400G speedNikolay Aleksandrov1-0/+9
2021-02-11bonding: 3ad: add support for 200G speedNikolay Aleksandrov1-0/+9
2021-02-11qede: preserve per queue stats across up/down of interfaceBhaskar Upadhaya3-7/+48
2021-02-11qede: add per queue coalesce support for qede driverBhaskar Upadhaya1-0/+124
2021-02-11qede: add netpoll support for qede driverBhaskar Upadhaya1-1/+2
2021-02-11net: hns3: fix return of random stack valueGustavo A. R. Silva1-2/+1
2021-02-11net: stmmac: dwmac-intel-plat: remove unnecessary initializationNobuhiro Iwamatsu1-3/+0
2021-02-11net: initialize net->net_cookie at netns setupEric Dumazet3-24/+7
2021-02-11r8169: re-configure WOL settings on resume from hibernationHeiner Kallweit1-11/+5
2021-02-11net: phy: icplus: add MDI/MDIX support for IP101A/GMichael Walle1-0/+97
2021-02-11net: phy: icplus: add PHY counter for IP101GMichael Walle1-0/+75
2021-02-11net: phy: icplus: fix paged register accessMichael Walle1-13/+54
2021-02-11net: phy: icplus: don't set APS_EN bit on IP101GMichael Walle1-7/+20
2021-02-11net: phy: icplus: split IP101A/G driverMichael Walle1-3/+66
2021-02-11net: phy: icplus: use the .soft_reset() of the phy-coreMichael Walle1-30/+2
2021-02-11net: phy: icplus: drop address operator for functionsMichael Walle1-5/+5
2021-02-11net: phy: icplus: use PHY_ID_MATCH_EXACT() for IP101A/GMichael Walle1-2/+2
2021-02-11net: phy: icplus: use PHY_ID_MATCH_MODEL() macroMichael Walle1-9/+10
2021-02-11net: dsa: xrs700x: add HSR offloading supportGeorge McCollister3-1/+132
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister5-0/+96
2021-02-11net: hsr: add offloading supportGeorge McCollister12-26/+109
2021-02-11net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister2-33/+14
2021-02-11net: dsa: xrs700x: use of_match_ptr() on xrs700x_mdio_dt_idsGeorge McCollister1-1/+2
2021-02-11net: dsa: xrs700x: fix unused warning for of_device_idGeorge McCollister2-2/+2
2021-02-11tcp: add some entropy in __inet_hash_connect()Eric Dumazet1-0/+5
2021-02-11tcp: change source port randomizarion at connect() timeEric Dumazet1-3/+17
2021-02-11Revert "net-loopback: set lo dev initial state to UP"Petr Machata1-6/+0
2021-02-11net: phy: introduce phydev->portMichael Walle10-4/+36
2021-02-11devlink: Fix dmac_filter trap name, align to its documentationAya Levin1-1/+1
2021-02-11ibmvnic: prefer strscpy over strlcpyLijun Pan1-3/+3
2021-02-11ibmvnic: remove unused spinlock_t stats_lock definitionLijun Pan2-3/+0
2021-02-11ibmvnic: add comments for spinlock_t definitionsLijun Pan1-4/+6
2021-02-11ibmvnic: fix miscellaneous checksLijun Pan1-8/+9
2021-02-11ibmvnic: avoid multiple line dereferenceLijun Pan1-9/+8