aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: phy: read MMD ID from all present MMDsRussell King2020-06-191-0/+13
* net: phy: split devices_in_packageRussell King2020-06-193-9/+9
* net: phy: set devices_in_package only after validationRussell King2020-06-191-7/+9
* net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King2020-06-191-2/+38
* net: phy: reword get_phy_device() kerneldocRussell King2020-06-191-2/+11
* net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King2020-06-191-6/+8
* net: phy: clean up get_phy_c45_ids() failure handlingRussell King2020-06-191-12/+10
* net: phy: clean up PHY ID readingRussell King2020-06-191-16/+9
* net: phy: clean up cortina workaroundRussell King2020-06-191-15/+13
* net: dsa: sja1105: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-191-2/+1
* cxgb4: Use struct_size() helperGustavo A. R. Silva2020-06-191-1/+1
* ethernet: ti: am65-cpsw-qos: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2020-06-191-5/+3
* cxgb4: add action to steer flows to specific RxqVishal Kulkarni2020-06-191-0/+8
* cxgb4: add support to fetch ethtool n-tuple filtersVishal Kulkarni2020-06-191-0/+110
* cxgb4: add ethtool n-tuple filter deletionVishal Kulkarni2020-06-193-9/+84
* cxgb4: add ethtool n-tuple filter insertionVishal Kulkarni2020-06-195-47/+135
* cxgb4: add skeleton for ethtool n-tuple filtersVishal Kulkarni2020-06-196-16/+126
* net: qos offload add flow status with dropped countPo Liu2020-06-1911-13/+16
* cxgb4: add support to read serial flashVishal Kulkarni2020-06-185-2/+57
* cxgb4: add support to flash boot cfg imageVishal Kulkarni2020-06-183-0/+129
* cxgb4: add support to flash boot imageVishal Kulkarni2020-06-184-0/+297
* cxgb4: add support to flash PHY imageVishal Kulkarni2020-06-182-0/+40
* cxgb4: update set_flash to flash different imagesVishal Kulkarni2020-06-182-15/+115
* net: tso: cache transport header lengthEric Dumazet2020-06-186-17/+15
* octeontx2-af: change (struct qmem)->entry_sz from u8 to u16Eric Dumazet2020-06-181-1/+1
* net: hns3: streaming dma buffer sync between cpu and deviceBarry Song2020-06-181-1/+17
* net: hns3: replace disable_irq by IRQ_NOAUTOEN flagBarry Song2020-06-181-2/+2
* net: hns3: rename buffer-related functionsBarry Song2020-06-181-6/+6
* net: hns3: pointer type of buffer should be voidBarry Song2020-06-182-2/+2
* net: hns3: remove unnecessary devm_kfreeBarry Song2020-06-181-4/+1
* lan743x: allow mac address to come from dtTim Harvey2020-06-181-16/+25
* r8169: allow setting irq coalescing if link is downHeiner Kallweit2020-06-181-4/+8
* r8169: move switching optional clock on/off to pll power functionsHeiner Kallweit2020-06-181-3/+4
* r8169: move updating counters to rtl8169_downHeiner Kallweit2020-06-181-6/+2
* r8169: move napi_disable call and rename rtl8169_hw_resetHeiner Kallweit2020-06-181-5/+5
* r8169: replace synchronize_rcu with synchronize_netHeiner Kallweit2020-06-181-1/+1
* r8169: improve setting WoL on runtime-resumeHeiner Kallweit2020-06-181-4/+2
* r8169: remove unused constant RsvdMaskHeiner Kallweit2020-06-181-2/+0
* r8169: add info for DASH being enabledHeiner Kallweit2020-06-181-1/+3
* enetc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2020-06-181-4/+2
* net: stmmac: selftests: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2020-06-181-1/+1
* liquidio: Replace vmalloc_node + memset with vzalloc_node and use array_sizeGustavo A. R. Silva2020-06-171-7/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-1618-199/+152
|\
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2020-06-162-51/+28
| |\
| | * e1000e: fix unused-function warningArnd Bergmann2020-06-161-11/+5
| | * e1000: use generic power managementVaibhav Gupta2020-06-161-36/+13
| | * e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu2020-06-161-4/+10
| * | lan743x: add MODULE_DEVICE_TABLE for module loading aliasTim Harvey2020-06-161-0/+2
| * | mlxsw: spectrum: Adjust headroom buffers for 8x portsIdo Schimmel2020-06-164-0/+17
| * | bareudp: Fixed configuration to avoid having garbage valuesMartin2020-06-161-0/+2