aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22fddi: defxx,defza: use dev_addr_set()Jakub Kicinski2-4/+4
2021-10-22net: usb: don't write directly to netdev->dev_addrJakub Kicinski8-13/+24
2021-10-22net: qmi_wwan: use dev_addr_mod()Jakub Kicinski1-2/+5
2021-10-22usb: smsc: use eth_hw_addr_set()Jakub Kicinski2-4/+8
2021-10-22net: xen: use eth_hw_addr_set()Jakub Kicinski2-3/+7
2021-10-22mlx5: fix build after mergeJakub Kicinski2-4/+4
2021-10-22ice: Nuild fix.David S. Miller1-2/+0
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller55-164/+338
2021-10-21net: ax88796c: ASIX AX88796C SPI Ethernet Adapter DriverƁukasz Stelmach10-0/+2223
2021-10-21net: enetc: use the skb variable directly in enetc_clean_tx_ring()Vladimir Oltean1-2/+1
2021-10-21net: enetc: remove local "priv" variable in enetc_clean_tx_ring()Vladimir Oltean1-4/+1
2021-10-21usbnet: sanity check for maxpacketOliver Neukum1-0/+4
2021-10-21net: enetc: make sure all traffic classes can send large framesVladimir Oltean1-1/+4
2021-10-21net: enetc: fix ethtool counter name for PM0_TERRVladimir Oltean1-1/+1
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean1-1/+2
2021-10-21sfc: Don't use netif_info before net_device setupErik Ekman2-3/+3
2021-10-21sfc: Export fibre-specific supported link modesErik Ekman1-11/+26
2021-10-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller18-154/+2021
2021-10-21net: mscc: ocelot: track the port pvid using a pointerVladimir Oltean1-19/+12
2021-10-21net: mscc: ocelot: add the local station MAC addresses in VID 0Vladimir Oltean4-15/+17
2021-10-21net: mscc: ocelot: allow a config where all bridge VLANs are egress-untaggedVladimir Oltean1-34/+112
2021-10-21net: mscc: ocelot: convert the VLAN masks to a listVladimir Oltean1-16/+65
2021-10-21net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFGVladimir Oltean1-8/+5
2021-10-21Merge tag 'mlx5-fixes-2021-10-20' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller11-54/+85
2021-10-20ice: Add tc-flower filter support for channelKiran Patil6-8/+438
2021-10-20ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil5-10/+913
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil13-137/+671
2021-10-20net/mlx5e: IPsec: Fix work queue entry ethernet segment checksum flagsEmeel Hakim1-9/+11
2021-10-20net/mlx5e: IPsec: Fix a misuse of the software parser's fieldsEmeel Hakim1-24/+27
2021-10-20net/mlx5e: Fix vlan data lost during suspend flowMoshe Shemesh3-12/+26
2021-10-20net/mlx5: E-switch, Return correct error code on group creation failureDmytro Linkin1-4/+3
2021-10-20net/mlx5: Lag, change multipath and bonding to be mutually exclusiveMaor Dickman5-5/+18
2021-10-20ice: Add missing E810 device idsTony Nguyen3-0/+8
2021-10-20igc: Update I226_K device IDSasha Neftin1-1/+1
2021-10-20e1000e: Fix packet loss on Tiger Lake and laterSasha Neftin2-1/+13
2021-10-20e1000e: Separate TGP board type from SPTSasha Neftin3-23/+46
2021-10-20net: stmmac: Fix E2E delay mechanismKurt Kanzenbach1-1/+1
2021-10-20phy: micrel: ksz8041nl: do not use power down modeStefan Agner1-2/+3
2021-10-20net: enetc: unmap DMA in enetc_send_cmd()Tim Gardner1-7/+11
2021-10-20net: dsa: qca8k: tidy for loop in setup and add cpu port checkAnsuel Smith1-30/+44
2021-10-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller17-286/+764
2021-10-20ethernet: via-velocity: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-20ethernet: via-rhine: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-20ethernet: tlan: use eth_hw_addr_set()Jakub Kicinski1-4/+6
2021-10-20ethernet: tehuti: use eth_hw_addr_set()Jakub Kicinski1-2/+4
2021-10-20ethernet: stmmac: use eth_hw_addr_set()Jakub Kicinski1-2/+6
2021-10-20ethernet: netsec: use eth_hw_addr_set()Jakub Kicinski1-7/+9
2021-10-20net: hns3: disable sriov before unload hclge layerPeng Li3-0/+23
2021-10-20net: hns3: fix vf reset workqueue cannot exitYufeng Mo1-3/+3
2021-10-20net: hns3: schedule the polling again when allocation failsYunsheng Lin1-10/+12