summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin2022-08-101-0/+7
* macsec: Fix traffic counters/statisticsClayton Yager2022-08-101-9/+49
* Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso2022-08-101-13/+13
* Merge tag 'linux-can-fixes-for-6.0-20220810' of git://git.kernel.org/pub/scm/...David S. Miller2022-08-102-4/+16
|\
| * can: mcp251x: Fix race condition on receive interruptSebastian Würl2022-08-091-3/+15
| * can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde2022-08-091-1/+1
* | mlx5: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-2/+2
* | vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-1/+1
* | geneve: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-2/+1
* | geneve: fix TOS inheriting for ipv4Matthias May2022-08-091-4/+8
* | net: atlantic: fix aq_vec index out of range errorChia-Lin Kao (AceLan)2022-08-091-13/+8
* | plip: avoid rcu debug splatFlorian Westphal2022-08-091-1/+1
* | net: bgmac: Fix a BUG triggered by wrong bytes_complSandor Bodo-Merle2022-08-091-1/+1
* | net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean2022-08-091-0/+3
* | Merge tag 'wireless-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-08-092-2/+3
|\ \ | |/ |/|
| * wifi: wilc1000: fix spurious inline in wilc_handle_disconnect()Kalle Valo2022-08-082-2/+3
* | s390/qeth: cache link_info for ethtoolAlexandra Winter2022-08-082-132/+48
* | net: phy: dp83867: fix get nvmem cell failNikita Shubin2022-08-081-1/+1
* | net: phy: c45 baset1: do not skip aneg configuration if clock role is not spe...Oleksij Rempel2022-08-081-18/+16
* | atm: idt77252: fix use-after-free bugs caused by tst_timerDuoming Zhou2022-08-081-0/+1
* | net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean2022-08-081-1/+14
* | tsnep: Fix tsnep_tx_unmap() error path usageGerhard Engleder2022-08-081-4/+4
* | tsnep: Fix unused warning for 'tsnep_of_match'Gerhard Engleder2022-08-081-1/+1
* | virtio_net: fix memory leak inside XPD_TX with mergeableXuan Zhuo2022-08-081-1/+4
|/
* net: bcmgenet: Indicate MAC is in charge of PHY PMFlorian Fainelli2022-08-051-0/+3
* eth: fix the help in Wangxun's KconfigJakub Kicinski2022-08-051-3/+3
* octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configurationNaveen Mamindlapalli2022-08-052-5/+15
* octeontx2-af: Fix key checking for source macSubbaraya Sundeep2022-08-051-1/+2
* octeontx2-af: Fix mcam entry resource leakSubbaraya Sundeep2022-08-052-0/+12
* octeontx2-af: suppress external profile loading warningHarman Kalra2022-08-051-1/+1
* octeontx2-af: Apply tx nibble fixup alwaysStanislaw Kardach2022-08-051-3/+4
* bnxt_en: Remove duplicated include bnxt_devlink.cYang Li2022-08-051-1/+0
* net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev i...Cezar Bulinaru2022-08-051-9/+11
* nfp: ethtool: fix the display error of `ethtool -m DEVNAME`Yu Xiao2022-08-031-0/+2
* net: phy: Warn about incorrect mdio_bus_phy_resume() stateFlorian Fainelli2022-08-031-0/+6
* Revert "veth: Add updating of trans_start"Vladimir Oltean2022-08-031-4/+0
* net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean2022-08-031-15/+20
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-03981-42921/+50666
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-0318-53/+177
| |\
| | * net/mlx5e: xsk: Discard unaligned XSK frames on striding RQMaxim Mikityanskiy2022-08-021-0/+14
| | * net: usb: ax88179_178a: Bind only to vendor-specific interfaceHector Martin2022-08-021-13/+13
| | * net: usb: make USB_RTL8153_ECM non user configurableMaciej Żenczykowski2022-08-021-1/+2
| | * octeontx2-pf: Reduce minimum mtu size to 60Subbaraya Sundeep2022-08-011-1/+1
| | * net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen2022-08-011-1/+1
| | * net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen2022-08-011-1/+1
| | * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-08-012-2/+50
| | |\
| | | * iavf: Fix 'tc qdisc show' listing too many queuesPrzemyslaw Patynowski2022-07-292-0/+26
| | | * iavf: Fix max_rate limitingPrzemyslaw Patynowski2022-07-292-2/+24
| | * | Merge tag 'mlx5-fixes-2022-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-07-299-33/+55
| | |\ \ | | | |/ | | |/|
| | | * net/mlx5: Fix driver use of uninitialized timeoutShay Drory2022-07-283-10/+4