Age | Commit message (Expand) | Author | Files | Lines |
2016-11-07 | net: ethernet: bgmac: add NS2 support | Jon Mason | 3 | -2/+58 |
2016-11-07 | net: ethernet: bgmac: device tree phy enablement | Jon Mason | 4 | -25/+56 |
2016-11-07 | net: phy: broadcom: Add BCM54810 PHY entry | Jon Mason | 2 | -2/+58 |
2016-11-07 | net: phy: broadcom: add bcm54xx_auxctl_read | Jon Mason | 1 | -0/+10 |
2016-11-06 | stmmac: dwmac-sti: remove unused priv dev member | Joachim Eastwood | 1 | -2/+0 |
2016-11-06 | stmmac: dwmac-sti: clean up and rename sti_dwmac_init | Joachim Eastwood | 1 | -6/+4 |
2016-11-06 | stmmac: dwmac-sti: move clk_prepare_enable out of init and add error handling | Joachim Eastwood | 1 | -4/+15 |
2016-11-06 | stmmac: dwmac-sti: move st, gmac_en parsing to sti_dwmac_parse_data | Joachim Eastwood | 1 | -3/+3 |
2016-11-06 | stmmac: dwmac-sti: add PM ops and resume function | Joachim Eastwood | 1 | -10/+37 |
2016-11-06 | stmmac: dwmac-sti: remove clk NULL checks | Joachim Eastwood | 1 | -6/+4 |
2016-11-06 | stmmac: dwmac-sti: remove useless of_node check | Joachim Eastwood | 1 | -3/+0 |
2016-11-06 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 13 | -374/+819 |
2016-11-05 | mlxsw: Remove unused including <generated/utsrelease.h> | Wei Yongjun | 3 | -3/+0 |
2016-11-04 | ixgbevf: Handle previously-freed msix_entries | Mark Rustad | 1 | -2/+7 |
2016-11-04 | ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transp... | Sowmini Varadhan | 1 | -0/+17 |
2016-11-04 | ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packets | Sowmini Varadhan | 1 | -1/+1 |
2016-11-04 | ixgbe: Correct X550 phy ID | Don Skidmore | 2 | -2/+4 |
2016-11-04 | ixgbe: Add X553 FW ALEF support | Don Skidmore | 3 | -97/+255 |
2016-11-04 | ixgbe: set device if before calling get_invariants | Emil Tantilov | 1 | -4/+6 |
2016-11-04 | ixgbe: use link instead of I2C combined abstraction | Emil Tantilov | 5 | -90/+124 |
2016-11-04 | ixgbe: remove SFP ixfi support | Emil Tantilov | 1 | -65/+11 |
2016-11-04 | ixgbe: Handle previously-freed msix_entries | Mark Rustad | 1 | -0/+3 |
2016-11-04 | ixgbe: Add X553 PHY FC autoneg support | Don Skidmore | 7 | -8/+232 |
2016-11-04 | ixgbe: fix link status check for copper X550em | Emil Tantilov | 1 | -8/+13 |
2016-11-04 | ixgbe: do not use ixgbe specific mdio defines | Emil Tantilov | 3 | -56/+33 |
2016-11-04 | ixgbe: Update setup PHY link to unset all speeds | Don Skidmore | 1 | -39/+38 |
2016-11-04 | ixgbe: Add support to retrieve and store LED link active | Don Skidmore | 8 | -2/+57 |
2016-11-04 | ixgbe: Add X552 iXFI configuration helper function | Don Skidmore | 1 | -34/+52 |
2016-11-04 | nfp: add support for offload of XDP programs | Jakub Kicinski | 6 | -6/+139 |
2016-11-04 | nfp: remove unnecessary parameters from nfp_net_bpf_offload() | Jakub Kicinski | 3 | -7/+3 |
2016-11-04 | nfp: add XDP support in the driver | Jakub Kicinski | 4 | -101/+449 |
2016-11-04 | nfp: reorganize nfp_net_rx() to get packet offsets early | Jakub Kicinski | 1 | -26/+30 |
2016-11-04 | nfp: add support for ethtool .set_channels | Jakub Kicinski | 4 | -22/+123 |
2016-11-04 | nfp: move RSS indirection table init into a separate function | Jakub Kicinski | 1 | -5/+10 |
2016-11-04 | nfp: add helper to reassign rings to IRQ vectors | Jakub Kicinski | 1 | -24/+16 |
2016-11-04 | nfp: loosen relation between rings and IRQs vectors | Jakub Kicinski | 1 | -6/+6 |
2016-11-04 | nfp: reuse ring helpers on .ndo_open() path | Jakub Kicinski | 1 | -40/+20 |
2016-11-04 | nfp: rename ring allocation helpers | Jakub Kicinski | 1 | -13/+13 |
2016-11-04 | nfp: centralize runtime reconfiguration logic | Jakub Kicinski | 3 | -119/+118 |
2016-11-04 | nfp: add support for ethtool .get_channels | Jakub Kicinski | 1 | -0/+16 |
2016-11-04 | amd-xgbe: Prepare for supporting PCI devices | Lendacky, Thomas | 6 | -510/+755 |
2016-11-04 | amd-xgbe: Update how to determine DMA channel status | Lendacky, Thomas | 3 | -21/+43 |
2016-11-04 | amd-xgbe: Support for 64-bit management counter registers | Lendacky, Thomas | 2 | -10/+27 |
2016-11-04 | amd-xgbe: Prepare for a new PCS register access method | Lendacky, Thomas | 4 | -19/+119 |
2016-11-04 | amd-xgbe: Add support for clause 37 auto-negotiation | Lendacky, Thomas | 3 | -8/+286 |
2016-11-04 | amd-xgbe: Prepare for introduction of clause 37 autoneg | Lendacky, Thomas | 4 | -85/+176 |
2016-11-04 | amd-xgbe: Prepare for working with more than one type of phy | Lendacky, Thomas | 8 | -660/+1140 |
2016-11-04 | amd-xgbe: Perform priority-based hardware FIFO allocation | Lendacky, Thomas | 2 | -139/+434 |
2016-11-04 | amd-xgbe: Prepare for priority-based FIFO allocation | Lendacky, Thomas | 2 | -17/+41 |
2016-11-04 | amd-xgbe: Fix formatting of PCS register dump | Lendacky, Thomas | 1 | -12/+12 |