summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* can: flexcan: cleanup coding style and fix typosMarc Kleine-Budde2015-09-211-52/+38
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-209-85/+354
|\
| * i40e/i40evf: Bump i40e to 1.3.21 and i40evf to 1.3.13Catherine Sullivan2015-09-172-2/+2
| * i40e/i40evf: add get AQ result command to nvmupdate utilityShannon Nelson2015-09-173-0/+81
| * i40e/i40evf: add exec_aq command to nvmupdate utilityShannon Nelson2015-09-175-0/+93
| * i40e/i40evf: add wait states to NVM state machineShannon Nelson2015-09-174-14/+55
| * i40e/i40evf: add GetStatus command for nvmupdateShannon Nelson2015-09-173-11/+35
| * i40e/i40evf: add handling of writeback descriptorShannon Nelson2015-09-173-4/+24
| * i40e/i40evf: save aq writeback for future inspectionShannon Nelson2015-09-174-0/+10
| * i40e: rename variable to prevent clash of understandingShannon Nelson2015-09-171-57/+57
* | Merge tag 'linux-can-next-for-4.4-20150917' of git://git.kernel.org/pub/scm/l...David S. Miller2015-09-203-0/+868
|\ \
| * | can: Allwinner A10/A20 CAN Controller support - Kernel moduleGerhard Bertelsmann2015-09-173-0/+868
* | | net: add Hisilicon Network Subsystem basic ethernet supporthuangdaode2015-09-205-0/+2971
* | | net: add Hisilicon Network Subsystem DSAF supporthuangdaode2015-09-2018-0/+9798
* | | net: add Hisilicon Network Subsystem hnae framework supporthuangdaode2015-09-205-0/+1103
* | | net: add Hisilicon Network Subsystem MDIO supporthuangdaode2015-09-204-187/+531
* | | xen-netfront: always set num queues if possiblechas williams2015-09-201-7/+10
* | | net: bcmgenet: Implement RX coalescing control knobsFlorian Fainelli2015-09-172-3/+105
* | | net: bcmgenet: Implement TX coalescing control knobsFlorian Fainelli2015-09-172-3/+50
* | | lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR.Woojung.Huh@microchip.com2015-09-172-4/+0
* | | lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for M...Woojung.Huh@microchip.com2015-09-171-38/+52
* | | lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/mic...Woojung.Huh@microchip.com2015-09-172-232/+40
* | | lan78xx: Update to use phylib instead of mii_if_info.Woojung.Huh@microchip.com2015-09-171-362/+256
* | | lan78xx: Add PHYLIB and MICROCHIP_PHY as default config.Woojung.Huh@microchip.com2015-09-171-0/+2
* | | lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHYWoojung.Huh@microchip.com2015-09-171-1/+1
* | | bonding: use l4 hash if availableEric Dumazet2015-09-171-0/+4
* | | netfilter: Pass net into okfnEric W. Biederman2015-09-171-1/+1
* | | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-3/+4
| |/ |/|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-1712-135/+252
|\ \
| * | fm10k: fix iov_msg_mac_vlan_pf VID checksJacob Keller2015-09-151-33/+52
| * | fm10k: Only trigger data path reset if fabric is upAlexander Duyck2015-09-151-0/+6
| * | fm10k: re-enable VF after a full reset on detection of a Malicious eventJacob Keller2015-09-151-2/+28
| * | fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller2015-09-151-1/+1
| * | fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller2015-09-153-1/+20
| * | fm10k: TRIVIAL fix up ordering of __always_unused and styleJacob Keller2015-09-151-2/+3
| * | fm10k: remove is_slot_appropriateJacob Keller2015-09-153-29/+0
| * | fm10k: don't store sw_vid at resetJacob Keller2015-09-151-3/+0
| * | fm10k: allow creation of VLAN interfaces even while downJacob Keller2015-09-151-0/+6
| * | fm10k: Report MAC address on driver loadAlexander Duyck2015-09-151-0/+3
| * | fm10k: Don't assume page fragments are page sizeAlexander Duyck2015-09-151-6/+1
| * | fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller2015-09-152-15/+15
| * | fm10k: update fm10k_slot_warn to use pcie_get_minimum linkJacob Keller2015-09-151-29/+76
| * | fm10k: only prevent removal of default VID rulesJacob Keller2015-09-151-2/+2
| * | fm10k: disable service task during suspendJacob Keller2015-09-151-0/+19
| * | ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck2015-09-154-6/+5
| * | ixgbe: Teardown SR-IOV before unregister_netdev()Alex Williamson2015-09-151-3/+3
| * | ixgbe: fix issue with SFP events with new X550 devicesDon Skidmore2015-09-151-3/+12
* | | net: smc91x: convert pxa dma to dmaengineRobert Jarzmik2015-09-172-44/+84
| |/ |/|
* | net: fix cdc-phonet.c dependency and build errorRandy Dunlap2015-09-161-1/+1
|/
* mv643xx_eth: Neaten mv643xx_eth_program_multicast_filterJoe Perches2015-09-151-21/+22