summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: hldc_fr: use dev_addr_set()Jakub Kicinski2021-10-221-1/+3
* net: sb1000,rionet: use eth_hw_addr_set()Jakub Kicinski2021-10-222-10/+16
* net: plip: use eth_hw_addr_set()Jakub Kicinski2021-10-221-2/+6
* net: hippi: use dev_addr_set()Jakub Kicinski2021-10-221-2/+4
* net: fjes: constify and use eth_hw_addr_set()Jakub Kicinski2021-10-223-8/+11
* fddi: skfp: constify and use dev_addr_set()Jakub Kicinski2021-10-223-4/+4
* fddi: defxx,defza: use dev_addr_set()Jakub Kicinski2021-10-222-4/+4
* net: usb: don't write directly to netdev->dev_addrJakub Kicinski2021-10-228-13/+24
* net: qmi_wwan: use dev_addr_mod()Jakub Kicinski2021-10-221-2/+5
* usb: smsc: use eth_hw_addr_set()Jakub Kicinski2021-10-222-4/+8
* net: xen: use eth_hw_addr_set()Jakub Kicinski2021-10-222-3/+7
* mlx5: fix build after mergeJakub Kicinski2021-10-222-4/+4
* ice: Nuild fix.David S. Miller2021-10-221-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-2255-164/+338
|\
| * usbnet: sanity check for maxpacketOliver Neukum2021-10-211-0/+4
| * net: enetc: make sure all traffic classes can send large framesVladimir Oltean2021-10-211-1/+4
| * net: enetc: fix ethtool counter name for PM0_TERRVladimir Oltean2021-10-211-1/+1
| * sfc: Don't use netif_info before net_device setupErik Ekman2021-10-212-3/+3
| * sfc: Export fibre-specific supported link modesErik Ekman2021-10-211-11/+26
| * Merge tag 'mlx5-fixes-2021-10-20' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-10-2111-54/+85
| |\
| | * net/mlx5e: IPsec: Fix work queue entry ethernet segment checksum flagsEmeel Hakim2021-10-201-9/+11
| | * net/mlx5e: IPsec: Fix a misuse of the software parser's fieldsEmeel Hakim2021-10-201-24/+27
| | * net/mlx5e: Fix vlan data lost during suspend flowMoshe Shemesh2021-10-203-12/+26
| | * net/mlx5: E-switch, Return correct error code on group creation failureDmytro Linkin2021-10-201-4/+3
| | * net/mlx5: Lag, change multipath and bonding to be mutually exclusiveMaor Dickman2021-10-205-5/+18
| * | ice: Add missing E810 device idsTony Nguyen2021-10-203-0/+8
| * | igc: Update I226_K device IDSasha Neftin2021-10-201-1/+1
| * | e1000e: Fix packet loss on Tiger Lake and laterSasha Neftin2021-10-202-1/+13
| * | e1000e: Separate TGP board type from SPTSasha Neftin2021-10-203-23/+46
| |/
| * net: stmmac: Fix E2E delay mechanismKurt Kanzenbach2021-10-201-1/+1
| * net: hns3: disable sriov before unload hclge layerPeng Li2021-10-203-0/+23
| * net: hns3: fix vf reset workqueue cannot exitYufeng Mo2021-10-201-3/+3
| * net: hns3: schedule the polling again when allocation failsYunsheng Lin2021-10-201-10/+12
| * net: hns3: fix for miscalculation of rx unused descYunsheng Lin2021-10-202-0/+9
| * net: hns3: fix the max tx size according to user manualYunsheng Lin2021-10-202-9/+4
| * net: hns3: add limit ets dwrr bandwidth cannot be 0Guangbin Huang2021-10-201-0/+9
| * net: hns3: reset DWRR of unused tc to zeroGuangbin Huang2021-10-201-0/+2
| * net: hns3: Add configuration of TM QCN error eventJiaran Zhang2021-10-202-1/+6
| * vrf: Revert "Reset skb conntrack connection..."Eugene Crosser2021-10-201-4/+0
| * cavium: Fix return values of the probe functionZheyu Ma2021-10-191-2/+2
| * nfp: bpf: silence bitwise vs. logical OR warningNathan Chancellor2021-10-181-2/+2
| * cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma2021-10-181-1/+1
| * net: mscc: ocelot: Add of_node_put() before gotoWan Jiabing2021-10-181-0/+1
| * net: sparx5: Add of_node_put() before gotoWan Jiabing2021-10-181-0/+1
| * net: dsa: mt7530: correct ds->num_portsDENG Qingfang2021-10-181-7/+1
| * net: dsa: lantiq_gswip: fix register definitionAleksander Jan Bajkowski2021-10-181-1/+1
| * Merge tag 'linux-can-fixes-for-5.15-20211017' of git://git.kernel.org/pub/scm...David S. Miller2021-10-184-20/+31
| |\
| | * can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nu...Stephane Grosjean2021-10-171-2/+1
| | * can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean2021-10-171-3/+2
| | * can: peak_pci: peak_pci_remove(): fix UAFZheyu Ma2021-10-171-5/+4