summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-16gianfar: remove definition of DEBUGTom Rix1-1/+0
2021-01-16net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean13-15/+12
2021-01-16netxen_nic: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-77/+77
2021-01-16net: dsa: mv88e6xxx: Only allow LAG offload on supported hardwareTobias Waldekranz2-1/+10
2021-01-16net: dsa: mv88e6xxx: Provide dummy implementations for trunk settersTobias Waldekranz1-0/+12
2021-01-16net: dsa: add Arrow SpeedChips XRS700x driverGeorge McCollister9-0/+1213
2021-01-16net: phy: at803x: add support for configuring SmartEEERussell King1-1/+64
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski186-1005/+1642
2021-01-15ch_ipsec: Remove initialization of rxq related dataAyush Sawal1-3/+0
2021-01-15net: ipa: retry TX channel stop commandsAlex Elder1-5/+2
2021-01-15net: ipa: change stop channel retry delayAlex Elder1-1/+1
2021-01-15net: ipa: change GSI command timeoutAlex Elder1-2/+4
2021-01-15net: ipa: use usleep_range()Alex Elder2-4/+5
2021-01-15net: ipa: introduce some interrupt helpersAlex Elder1-36/+58
2021-01-15net: ipa: a few simple renamesAlex Elder1-14/+14
2021-01-15Merge tag 'linux-can-next-for-5.12-20210114' of git://git.kernel.org/pub/scm/...Jakub Kicinski41-1411/+1509
2021-01-15net: dsa: mv88e6xxx: Link aggregation supportTobias Waldekranz5-5/+330
2021-01-15net: bonding: Notify ports about their initial stateTobias Waldekranz1-0/+2
2021-01-15mlxsw: pci: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-31/+25
2021-01-15net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_addVladimir Oltean1-2/+1
2021-01-15sfp: add support for 100 base-x SFPsBjarni Jonasson1-0/+9
2021-01-15net: phy: ar803x: disable extended next page bitRussell King1-1/+7
2021-01-15Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds22-79/+156
2021-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds13-12/+55
2021-01-14nt: usb: USB_RTL8153_ECM should not default to yGeert Uytterhoeven1-1/+0
2021-01-14net: stmmac: fix taprio configuration when base_time is in the pastYannick Vignon1-2/+18
2021-01-14net: stmmac: fix taprio schedule configurationYannick Vignon1-48/+4
2021-01-14HID: logitech-hidpp: Add product ID for MX Ergo in Bluetooth modeNicholas Miell1-0/+2
2021-01-14can: tcan4x5x: remove __packed attribute from struct tcan4x5x_map_bufMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): add software tx timestampsVincent Mailhol1-0/+2
2021-01-14can: dev: can_rx_offload_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde4-6/+8
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde28-31/+32
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol30-32/+35
2021-01-14can: dev: extend struct can_skb_priv to hold CAN frame lengthMarc Kleine-Budde2-3/+8
2021-01-14can: length: can_skb_get_frame_len(): introduce function to get data length o...Vincent Mailhol1-0/+50
2021-01-14can: length: can_fd_len2dlc(): simplify length calculcationMarc Kleine-Budde1-4/+2
2021-01-14net: stmmac: Fixed mtu channged by cache alignedDavid Wu1-1/+2
2021-01-14cxgb4/chtls: Fix tid stuck due to wrong update of qidAyush Sawal4-2/+82
2021-01-14i40e: fix potential NULL pointer dereferencingCristian Dumitrescu1-1/+1
2021-01-14dpaa2-mac: fix the remove path for non-MAC interfacesIoana Ciornei1-0/+3
2021-01-14dpaa2-eth: add support for Rx VLAN filteringIonut-robert Aron4-0/+184
2021-01-14octeontx2-pf: Add flow classification using IP next level protocolNaveen Mamindlapalli4-21/+153
2021-01-14Merge tag 'linux-can-fixes-for-5.11-20210113' of git://git.kernel.org/pub/scm...Jakub Kicinski1-1/+1
2021-01-14net: stmmac: use __napi_schedule() for PREEMPT_RTSeb Laveze1-2/+2
2021-01-14net/mlx5e: IPsec, Remove unnecessary config flag usageTariq Toukan2-4/+0
2021-01-14net/mlx5e: IPsec, Inline feature_check fast-path functionTariq Toukan3-18/+17
2021-01-14net/mlx5e: IPsec, Avoid unreachable returnTariq Toukan1-2/+2
2021-01-14net/mlx5e: IPsec, Enclose csum logic under ipsec configTariq Toukan2-2/+11
2021-01-14net/mlx5e: CT: Remove redundant usage of zone maskRoi Dayan1-3/+1
2021-01-14net/mlx5e: Remove redundant initialization to nullRoi Dayan1-2/+2