summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* devlink: Set device as early as possibleLeon Romanovsky2021-08-0930-80/+75
* wwan: mhi: Fix missing spin_lock_init() in mhi_mbim_probe()Wei Yongjun2021-08-091-0/+1
* net: dsa: sja1105: add FDB fast ageing supportVladimir Oltean2021-08-081-0/+41
* net: dsa: sja1105: rely on DSA core tracking of port learning stateVladimir Oltean2021-08-082-20/+13
* net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean2021-08-081-7/+0
* atm: horizon: Fix spelling mistakes in TX commentJun Miao2021-08-081-3/+3
* devlink: Simplify devlink port API callsLeon Romanovsky2021-08-084-16/+12
* net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing2021-08-071-32/+0
* net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe()Nathan Chancellor2021-08-071-10/+8
* s390/qeth: Update MACs of LEARNING_SYNC deviceAlexandra Winter2021-08-071-4/+127
* s390/qeth: Switchdev event handlerAlexandra Winter2021-08-072-5/+79
* s390/qeth: Register switchdev event handlerAlexandra Winter2021-08-071-3/+40
* tulip: Remove deadcode on startup true conditionColin Ian King2021-08-071-1/+1
* net: ethernet: ti: davinci_cpdma: revert "drop frame padding"Grygorii Strashko2021-08-074-0/+8
* vrf: fix NULL dereference in vrf_finish_output()Dan Carpenter2021-08-071-1/+1
* net: dsa: mt7530: drop untagged frames on VLAN-aware ports without PVIDDENG Qingfang2021-08-062-2/+37
* net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean2021-08-064-31/+0
* net: dsa: mt7530: remove the .port_set_mrouter implementationVladimir Oltean2021-08-061-13/+0
* net: ethernet: ti: am65-cpsw: use napi_complete_done() in TX completionGrygorii Strashko2021-08-061-5/+5
* net: ti: am65-cpsw-nuss: fix RX IRQ state after .ndo_stop()Vignesh Raghavendra2021-08-062-2/+13
* ptp: ocp: Remove pending_image indicator from devlinkJonathan Lemon2021-08-061-10/+0
* ptp: ocp: Rename version string shown by devlink.Jonathan Lemon2021-08-061-2/+2
* ptp: ocp: Use 'gnss' naming instead of 'gps'Jonathan Lemon2021-08-061-21/+21
* ptp: ocp: Remove devlink health and unused parameters.Jonathan Lemon2021-08-061-80/+0
* ptp: ocp: Add the mapping for the external PPS registers.Jonathan Lemon2021-08-061-4/+11
* ptp: ocp: Fix the error handling path for the class device.Jonathan Lemon2021-08-061-1/+1
* netdevsim: Protect both reload_down and reload_up pathsLeon Romanovsky2021-08-063-1/+22
* net: ethernet: ti: davinci_cpdma: drop frame paddingGrygorii Strashko2021-08-064-8/+0
* net: ethernet: ti: davinci_emac: switch to use skb_put_padto()Grygorii Strashko2021-08-061-1/+1
* net: ethernet: ti: cpsw: switch to use skb_put_padto()Grygorii Strashko2021-08-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-0647-196/+392
|\
| * Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-0525-146/+257
| |\
| | * net: vxge: fix use-after-free in vxge_device_unregisterPavel Skripkin2021-08-051-3/+3
| | * net: fec: fix use-after-free in fec_drv_removePavel Skripkin2021-08-051-1/+1
| | * net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin2021-08-051-3/+11
| | * net: ethernet: ti: am65-cpsw: fix crash in am65_cpsw_port_offload_fwd_mark_up...Grygorii Strashko2021-08-051-1/+5
| | * bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter2021-08-051-1/+2
| | * net: wwan: iosm: fix recursive lock acquire in unregisterM Chetan Kumar2021-08-051-1/+1
| | * net: wwan: iosm: correct data protocol mask bitM Chetan Kumar2021-08-051-2/+2
| | * net: wwan: iosm: endianness type correctionM Chetan Kumar2021-08-052-3/+3
| | * net: wwan: iosm: fix lkp buildbot warningM Chetan Kumar2021-08-051-2/+2
| | * net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov2021-08-041-4/+12
| | * net: usb: pegasus: Remove the changelog and DRIVER_VERSION.Petko Manolov2021-08-041-28/+2
| | * net: usb: pegasus: Check the return value of get_geristers() and friends;Petko Manolov2021-08-041-33/+75
| | * net/prestera: Fix devlink groups leakage in error flowLeon Romanovsky2021-08-041-0/+2
| | * net: dsa: qca: ar9331: reorder MDIO write sequenceOleksij Rempel2021-08-031-3/+11
| | * nfp: update ethtool reporting of pauseframe controlFei Qin2021-08-031-0/+2
| | * net: sparx5: fix bitmask on 32-bit targetsArnd Bergmann2021-08-031-1/+1
| | * net: really fix the build...David S. Miller2021-08-034-6/+9
| | * net: sparx5: fix compiletime_assert for GCC 4.9Jakub Kicinski2021-08-021-6/+13