Age | Commit message (Expand) | Author | Files | Lines |
2018-09-25 | i40e: clean zero-copy XDP Tx ring on shutdown/reset | Björn Töpel | 3 | -6/+43 |
2018-09-25 | i40e: Remove unused msglen parameter from virtchnl functions | Patryk Małek | 1 | -59/+37 |
2018-09-25 | i40e: fix double 'NIC Link is Down' messages | Sergey Nemov | 1 | -1/+4 |
2018-09-25 | i40e: add a helper function to validate a VF based on the vf id | Harshitha Ramamurthy | 1 | -21/+41 |
2018-09-25 | i40e: use declared variables for pf and hw | Patryk Małek | 1 | -5/+4 |
2018-09-25 | i40e: Unset promiscuous settings on VF reset | Mariusz Stachura | 1 | -110/+157 |
2018-09-25 | i40e: Fix VF's link state notification | Mariusz Stachura | 1 | -5/+0 |
2018-09-25 | net: macb: Clean 64b dma addresses if they are not detected | Michal Simek | 1 | -0/+1 |
2018-09-25 | r8169: improve a check in rtl_init_one | Heiner Kallweit | 1 | -5/+3 |
2018-09-25 | r8169: improve rtl8169_irq_mask_and_ack | Heiner Kallweit | 1 | -4/+3 |
2018-09-25 | r8169: use default watchdog timeout | Heiner Kallweit | 1 | -3/+0 |
2018-09-24 | dpaa2-eth: Make Rx flow hash key configurable | Ioana Ciocoi Radulescu | 3 | -5/+41 |
2018-09-24 | net: qca_spi: Introduce write register verification | Stefan Wahren | 5 | -10/+56 |
2018-09-24 | net: mvpp2: use round-robin scheduling for TX queues on the same CPU | Maxime Chevallier | 2 | -0/+4 |
2018-09-24 | net: mvpp2: support XPS by mapping TX queues to CPUs | Maxime Chevallier | 1 | -1/+5 |
2018-09-23 | mlxsw: Make MLXSW_SP1_FWREV_MINOR a hard requirement | Petr Machata | 1 | -1/+4 |
2018-09-22 | hv_netvsc: Add handler for LRO setting change | Haiyang Zhang | 3 | -3/+42 |
2018-09-22 | hv_netvsc: Add support for LRO/RSC in the vSwitch | Haiyang Zhang | 4 | -38/+145 |
2018-09-21 | net: dsa: b53: Also include SGMII for mac_config and mac_link_state | Florian Fainelli | 1 | -4/+6 |
2018-09-21 | net: dsa: b53: Fix B53_SERDES_DIGITAL_CONTROL offset | Florian Fainelli | 1 | -1/+1 |
2018-09-21 | net: dsa: b53: Don't assign autonegotiation enabled | Florian Fainelli | 1 | -4/+1 |
2018-09-21 | net: hns3: Remove redundant hclge_get_port_type() | Peng Li | 2 | -23/+0 |
2018-09-21 | net: hns3: Fix speed/duplex information loss problem when executing ethtool e... | Fuyun Liang | 1 | -27/+39 |
2018-09-21 | net: hns3: Add get_media_type ops support for VF | Peng Li | 3 | -0/+13 |
2018-09-21 | net: hns3: Remove print messages for error packet | Jian Shen | 1 | -5/+0 |
2018-09-21 | net: hns3: Add unlikely for dma_mapping_error check | Jian Shen | 1 | -1/+1 |
2018-09-21 | net: hns3: Add nic state check before calling netif_tx_wake_queue | Jian Shen | 1 | -1/+3 |
2018-09-21 | net: hns3: Add handle for default case | Jian Shen | 5 | -6/+20 |
2018-09-21 | net: hns3: Unify the prefix of vf functions | Jian Shen | 1 | -2/+2 |
2018-09-21 | net: hns3: Fix tqp array traversal condition for vf | Jian Shen | 1 | -26/+24 |
2018-09-21 | net: hns3: Adjust prefix of tx/rx statistic names | Jian Shen | 3 | -9/+9 |
2018-09-21 | net: hns3: Unify the type convert for desc.data | Jian Shen | 2 | -5/+5 |
2018-09-21 | net: hns3: Fix ets validate issue | Jian Shen | 1 | -2/+4 |
2018-09-21 | ravb: Disable Pause Advertisement | Andrew Lunn | 1 | -1/+3 |
2018-09-21 | net: freescale: fix return type of ndo_start_xmit function | YueHaibing | 5 | -6/+10 |
2018-09-21 | net: micrel: fix return type of ndo_start_xmit function | YueHaibing | 2 | -3/+3 |
2018-09-21 | net: phy: mdio-bcm-unimac: Allow configuring MDIO clock divider | Florian Fainelli | 1 | -2/+81 |
2018-09-21 | net: lan78xx: Avoid unnecessary self assignment | Nathan Chancellor | 1 | -4/+2 |
2018-09-21 | net: fddi: skfp: Remove unused function | Nathan Chancellor | 3 | -15/+0 |
2018-09-21 | bna: Remove unnecessary self assignment | Nathan Chancellor | 1 | -2/+2 |
2018-09-21 | net: neterion: vxge: Remove unnecessary parentheses | Nathan Chancellor | 1 | -1/+1 |
2018-09-21 | net: phy: don't reschedule state machine when PHY is halted | Heiner Kallweit | 1 | -2/+6 |
2018-09-21 | DRIVERS: net: macsec: Fix multiple coding style issues | Romain Aviolat | 1 | -10/+8 |
2018-09-21 | bnx2x: Provide VF link status in ndo_get_vf_config | Shahed Shaikh | 1 | -0/+1 |
2018-09-21 | bnx2x: Ignore bandwidth attention in single function mode | Shahed Shaikh | 1 | -0/+10 |
2018-09-21 | bnx2x: Add VF spoof-checking configuration | Shahed Shaikh | 4 | -2/+82 |
2018-09-21 | mISDN: remove redundant null pointer check before kfree_skb | zhong jiang | 1 | -2/+1 |
2018-09-21 | vhost_net: add a missing error return | Dan Carpenter | 1 | -0/+1 |
2018-09-21 | net: cxgb3_main: remove redundant null pointer check before kfree_skb | zhong jiang | 1 | -2/+1 |
2018-09-21 | net: cxgb3: remove redundant null pointer check before kfree_skb | zhong jiang | 1 | -2/+1 |