aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-12180-232/+234
* net: ena: Add first_interrupt field to napi structSameeh Jubran2019-12-122-2/+6
* net: ena: Implement XDP_TX actionSameeh Jubran2019-12-123-186/+701
* net: ena: implement XDP drop supportSameeh Jubran2019-12-122-11/+233
* cxgb4: add support for high priority filtersShahjada Abul Husain2019-12-109-86/+234
* enetc: remove variable 'tc_max_sized_frame' set but not usedChen Wandun2019-12-101-2/+1
* nfp: add support for TLV device statsJakub Kicinski2019-12-103-7/+126
* enetc: add software timestampingMichael Walle2019-12-102-0/+3
* net: smc911x: Adjust indentation in smc911x_phy_configureNathan Chancellor2019-12-091-1/+1
* net: tulip: Adjust indentation in {dmfe, uli526x}_init_moduleNathan Chancellor2019-12-092-5/+6
* qed: remove redundant assignments to rcColin Ian King2019-12-091-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-0822-133/+212
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
| * Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-12-0610-75/+143
| |\
| | * net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tagParav Pandit2019-12-052-38/+93
| | * net/mlx5e: ethtool, Fix analysis of speed settingAya Levin2019-12-051-10/+3
| | * net/mlx5e: Fix translation of link mode into speedAya Levin2019-12-051-0/+1
| | * net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan2019-12-051-2/+5
| | * net/mlx5e: Fix freeing flow with kfree() and not kvfree()Roi Dayan2019-12-051-1/+1
| | * net/mlx5e: Fix SFF 8472 eeprom lengthEran Ben Elisha2019-12-051-1/+1
| | * net/mlx5e: Query global pause state before setting prio2bufferHuy Nguyen2019-12-051-2/+25
| | * net/mlx5e: Fix TXQ indices to be sequentialEran Ben Elisha2019-12-054-22/+15
| * | lpc_eth: kernel BUG on removeBruno Carneiro da Cunha2019-12-061-2/+0
| * | net: stmmac: reset Tx desc base address before restarting TxJongsung Kim2019-12-061-0/+2
| * | enetc: disable EEE autoneg by defaultYangbo Lu2019-12-061-0/+5
| * | net: hns3: fix VF ID issue for setting VF VLANJian Shen2019-12-051-12/+6
| * | net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()Yunsheng Lin2019-12-051-13/+6
| * | net: hns3: fix for TX queue not restarted problemYunsheng Lin2019-12-051-12/+21
| * | net: ethernet: ti: cpsw_switchdev: fix unmet direct dependencies detected for...Grygorii Strashko2019-12-051-1/+1
| |/
| * net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab2019-12-051-1/+1
| * ionic: keep users rss hash across lif resetShannon Nelson2019-12-041-6/+10
| * net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-4/+4
| * net: mscc: ocelot: unregister the PTP clock on deinitVladimir Oltean2019-12-031-4/+10
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-036-7/+5
|\ \
| * \ Merge branch 'pci/resource'Bjorn Helgaas2019-11-286-7/+5
| |\ \
| | * | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-146-7/+5
* | | | Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds2019-12-022-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet2019-10-2953-253/+425
| |\| |
| * | | docs: fix some broken referencesMauro Carvalho Chehab2019-10-102-3/+3
| | |/ | |/|
* | | r8169: fix resume on cable plug-inHeiner Kallweit2019-12-011-0/+1
* | | r8169: fix jumbo configuration for RTL8168evlHeiner Kallweit2019-12-011-1/+1
* | | net: emulex: benet: indent a Kconfig depends continuation lineRandy Dunlap2019-11-301-1/+1
* | | net: ethernet: ti: ale: ensure vlan/mdb deleted when no membersGrygorii Strashko2019-11-301-3/+9
* | | net/mlx5e: Fix build error without IPV6YueHaibing2019-11-301-36/+38
* | | net: macb: add missed tasklet_killChuhong Yuan2019-11-281-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-274-64/+188
|\ \ \
| * | | net: mscc: ocelot: use skb queue instead of skbs listYangbo Lu2019-11-271-36/+18
| * | | net: mscc: ocelot: avoid incorrect consuming in skbs listYangbo Lu2019-11-271-0/+1