summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-18ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GROAlexander Lobakin
2021-03-18vlan/8021q: avoid retpoline overhead on GROAlexander Lobakin
2021-03-18gro: add combined call_gro_receive() + INDIRECT_CALL_INET() helperAlexander Lobakin
2021-03-18gro: make net/gro.h self-containedAlexander Lobakin
2021-03-18Fix a typoBhaskar Chowdhury
2021-03-18Merge branch 'ionic-fixes'David S. Miller
2021-03-18ionic: protect adminq from early destroyShannon Nelson
2021-03-18ionic: stop watchdog when in broken stateShannon Nelson
2021-03-18ionic: block actions during fw resetShannon Nelson
2021-03-18ionic: update ethtool support bits for BASETShannon Nelson
2021-03-18ionic: fix unchecked referenceShannon Nelson
2021-03-18ionic: simplify the intr_index use in txq_initShannon Nelson
2021-03-18ionic: code cleanup detailsShannon Nelson
2021-03-18net: ocelot: support multiple bridgesVladimir Oltean
2021-03-18net: ocelot: Fix deletetion of MRP entries from MAC tableHoratiu Vultur
2021-03-18net: lapbether: Close the LAPB device before its underlying Ethernet device c...Xie He
2021-03-18octeontx2-af: Remove redundant initialization of pointer pfvfColin Ian King
2021-03-18net: cdc_ncm: drop redundant driver-data assignmentJohan Hovold
2021-03-18nfc/fdp: Simplify the return expression of fdp_nci_open()zuoqilin
2021-03-18/net/core/: fix misspellings using codespell toolXiong Zhenwu
2021-03-18/net/hsr: fix misspellings using codespell toolXiong Zhenwu
2021-03-18of: of_net: Provide function name and param descriptionLee Jones
2021-03-18stmmac: intel: Add PSE and PCH PTP clock source selectionWong, Vee Khee
2021-03-18Merge branch 'mv88e6xxx-offload-bridge-flags'David S. Miller
2021-03-18net: dsa: mv88e6xxx: Offload bridge broadcast flooding flagTobias Waldekranz
2021-03-18net: dsa: mv88e6xxx: Offload bridge learning flagTobias Waldekranz
2021-03-18net: dsa: mv88e6xxx: Flood all traffic classes on standalone portsTobias Waldekranz
2021-03-18net: dsa: mv88e6xxx: Use standard helper for broadcast addressTobias Waldekranz
2021-03-18net: dsa: mv88e6xxx: Remove some bureaucracy around querying the VTUTobias Waldekranz
2021-03-18net: dsa: mv88e6xxx: Provide generic VTU iteratorTobias Waldekranz
2021-03-18net: dsa: mv88e6xxx: Avoid useless attempts to fast-age LAGsTobias Waldekranz
2021-03-18net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz
2021-03-18Merge branch 'ipa-32bit'David S. Miller
2021-03-18net: ipa: relax 64-bit build requirementAlex Elder
2021-03-18net: ipa: fix table alignment requirementAlex Elder
2021-03-18net: ipa: use upper_32_bits()Alex Elder
2021-03-18net: ipa: fix assumptions about DMA address sizeAlex Elder
2021-03-18Merge branch 's390-qeth-next'David S. Miller
2021-03-18s390/qeth: remove RX VLAN filter stubs in L3 driverJulian Wiedmann
2021-03-18s390/qeth: enable napi_consume_skb() for pending TX buffersJulian Wiedmann
2021-03-18s390/qeth: allocate initial TX Buffer structs with GFP_KERNELJulian Wiedmann
2021-03-18Merge branch 'net-xps-improve-the-xps-maps-handling'David S. Miller
2021-03-18net: NULL the old xps map entries when freeing themAntoine Tenart
2021-03-18net: fix use after free in xpsAntoine Tenart
2021-03-18net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart
2021-03-18net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart
2021-03-18net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart
2021-03-18net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart
2021-03-18net: move the xps maps to an arrayAntoine Tenart
2021-03-18net: remove the xps possible_maskAntoine Tenart