summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-07net: dpaa2-mac: add backplane link mode supportRussell King2-3/+6
2021-02-07net: dpaa2-mac: add 1000BASE-X supportRussell King1-3/+17
2021-02-07net: pcs: add pcs-lynx 1000BASE-X supportRussell King1-0/+36
2021-02-06net: wan: farsync: use new tasklet APIEmil Renner Berthing1-6/+6
2021-02-06net: dpaa2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-02-06net: octeontx2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-02-06net: dwc-xlgmac: Fix spelling mistake in function nameColin Ian King3-3/+3
2021-02-06net: mhi-net: Add re-aggregation of fragmented packetsLoic Poulain1-10/+64
2021-02-06net: qualcomm: rmnet: Fix rx_handler for non-linear skbsLoic Poulain1-0/+5
2021-02-06net: ethernet: ti: fix netdevice stats for XDPLorenzo Bianconi4-9/+13
2021-02-06dpaa2-eth: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski41-170/+283
2021-02-05Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski12-21/+48
2021-02-05hv_netvsc: Load and store the proper (NBL_HASH_INFO) per-packet infoAndrea Parri (Microsoft)1-1/+1
2021-02-05hv_netvsc: Allocate the recv_buf buffers after NVSP_MSG1_TYPE_SEND_RECV_BUFAndrea Parri (Microsoft)1-7/+11
2021-02-05r8152: adjust the flow of power cut for RTL8153BHayes Wang1-28/+40
2021-02-05r8152: replace several functions about phy patch requestHayes Wang1-34/+50
2021-02-05net: dsa: xrs700x: Correctly address device over I2CTobias Waldekranz1-17/+14
2021-02-05net: dsa: bcm_sf2: Check egress tagging of CFP rule with proper accessorVladimir Oltean1-1/+1
2021-02-05drivers: net: ethernet: i825xx: Fix couple of spellings in the file ether1.cBhaskar Chowdhury1-2/+2
2021-02-05net: hns3: remove redundant null check of an arrayColin Ian King1-3/+0
2021-02-05nfc: pn533: Fix typo issuewengjianfeng1-2/+2
2021-02-05udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-6/+0
2021-02-05net-loopback: set lo dev initial state to UPJian Yang1-0/+6
2021-02-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin10-93/+23
2021-02-04drivers: net: xen-netfront: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-04gtp: update rx_length_errors for abnormally short packetsJonas Bonn1-2/+8
2021-02-04gtp: set device typeJonas Bonn1-0/+5
2021-02-04gtp: drop unnecessary call to skb_dst_dropJonas Bonn1-2/+0
2021-02-04gtp: really check namespaces before xmitJonas Bonn1-1/+3
2021-02-04gtp: include role in link infoJonas Bonn1-1/+4
2021-02-04gtp: set initial MTUJonas Bonn1-5/+6
2021-02-04Revert "GTP: add support for flow based tunneling API"Jonas Bonn1-383/+144
2021-02-04mlxsw: ethtool: Pass link mode in use to ethtoolDanielle Ratson2-23/+30
2021-02-04mlxsw: ethtool: Add support for setting lanes when autoneg is offDanielle Ratson2-41/+78
2021-02-04mlxsw: ethtool: Remove max lanes filteringDanielle Ratson2-22/+15
2021-02-04chelsio: cxgb: Disable the card on error in threaded interruptSebastian Andrzej Siewior5-27/+44
2021-02-04chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior5-54/+55
2021-02-04octeontx2-af: Handle CPT function level resetSrujana Challa4-0/+102
2021-02-04octeontx2-af: Add support for CPT1 in debugfsSrujana Challa2-44/+49
2021-02-04octeontx2-af: Mailbox changes for 98xx CPT blockSrujana Challa2-16/+27
2021-02-04net: mdiobus: Prevent spike on MDIO bus reset signalMike Looijmans1-4/+2
2021-02-04e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee1-1/+0
2021-02-04e1000e: remove the redundant value assignment in e1000_update_nvm_checksum_sptKaixu Xia1-7/+0
2021-02-04igb: remove h from printk format specifierTom Rix1-1/+1
2021-02-04igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe1-2/+1
2021-02-04igb: fix TDBAL register show incorrect valueGal Hammer1-1/+1
2021-02-04igc: Fix TDBAL register show incorrect valueSasha Neftin1-1/+1
2021-02-04net: mscc: ocelot: fix error code in mscc_ocelot_probe()Dan Carpenter1-1/+3
2021-02-04net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter3-34/+33