summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-09-224-49/+174
|\
| * atusb: add handling for different chipnamesAlexander Aring2015-09-171-2/+11
| * at86rf230: detailed edge triggered irq warningAlexander Aring2015-09-171-1/+1
| * at86rf230: add debugfs supportAlexander Aring2015-09-173-14/+159
| * at86rf230: interrupt tx with force trx_offAlexander Aring2015-09-171-9/+1Star
| * at86rf230: change trac status check behaviourAlexander Aring2015-09-171-25/+4Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-219-85/+354
|\ \
| * | i40e/i40evf: Bump i40e to 1.3.21 and i40evf to 1.3.13Catherine Sullivan2015-09-182-2/+2
| * | i40e/i40evf: add get AQ result command to nvmupdate utilityShannon Nelson2015-09-183-0/+81
| * | i40e/i40evf: add exec_aq command to nvmupdate utilityShannon Nelson2015-09-185-0/+93
| * | i40e/i40evf: add wait states to NVM state machineShannon Nelson2015-09-184-14/+55
| * | i40e/i40evf: add GetStatus command for nvmupdateShannon Nelson2015-09-183-11/+35
| * | i40e/i40evf: add handling of writeback descriptorShannon Nelson2015-09-183-4/+24
| * | i40e/i40evf: save aq writeback for future inspectionShannon Nelson2015-09-184-0/+10
| * | i40e: rename variable to prevent clash of understandingShannon Nelson2015-09-181-57/+57
* | | Merge tag 'linux-can-next-for-4.4-20150917' of git://git.kernel.org/pub/scm/l...David S. Miller2015-09-213-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-215-0/+2971
* | | net: add Hisilicon Network Subsystem DSAF supporthuangdaode2015-09-2118-0/+9798
* | | net: add Hisilicon Network Subsystem hnae framework supporthuangdaode2015-09-215-0/+1103
* | | net: add Hisilicon Network Subsystem MDIO supporthuangdaode2015-09-214-187/+531
* | | xen-netfront: always set num queues if possiblechas williams2015-09-211-7/+10
* | | net: bcmgenet: Implement RX coalescing control knobsFlorian Fainelli2015-09-182-3/+105
* | | net: bcmgenet: Implement TX coalescing control knobsFlorian Fainelli2015-09-182-3/+50
* | | lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR.Woojung.Huh@microchip.com2015-09-182-4/+0Star
* | | lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for M...Woojung.Huh@microchip.com2015-09-181-38/+52
* | | lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/mic...Woojung.Huh@microchip.com2015-09-182-232/+40Star
* | | lan78xx: Update to use phylib instead of mii_if_info.Woojung.Huh@microchip.com2015-09-181-362/+256Star
* | | lan78xx: Add PHYLIB and MICROCHIP_PHY as default config.Woojung.Huh@microchip.com2015-09-181-0/+2
* | | lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHYWoojung.Huh@microchip.com2015-09-181-1/+1
* | | bonding: use l4 hash if availableEric Dumazet2015-09-181-0/+4
* | | netfilter: Pass net into okfnEric W. Biederman2015-09-181-1/+1
* | | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-181-3/+4
| |/ |/|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-1812-135/+252
|\ \
| * | fm10k: fix iov_msg_mac_vlan_pf VID checksJacob Keller2015-09-161-33/+52
| * | fm10k: Only trigger data path reset if fabric is upAlexander Duyck2015-09-161-0/+6
| * | fm10k: re-enable VF after a full reset on detection of a Malicious eventJacob Keller2015-09-161-2/+28
| * | fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller2015-09-161-1/+1
| * | fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller2015-09-163-1/+20
| * | fm10k: TRIVIAL fix up ordering of __always_unused and styleJacob Keller2015-09-161-2/+3
| * | fm10k: remove is_slot_appropriateJacob Keller2015-09-163-29/+0Star
| * | fm10k: don't store sw_vid at resetJacob Keller2015-09-161-3/+0Star
| * | fm10k: allow creation of VLAN interfaces even while downJacob Keller2015-09-161-0/+6
| * | fm10k: Report MAC address on driver loadAlexander Duyck2015-09-161-0/+3
| * | fm10k: Don't assume page fragments are page sizeAlexander Duyck2015-09-161-6/+1Star
| * | fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller2015-09-162-15/+15
| * | fm10k: update fm10k_slot_warn to use pcie_get_minimum linkJacob Keller2015-09-161-29/+76
| * | fm10k: only prevent removal of default VID rulesJacob Keller2015-09-161-2/+2
| * | fm10k: disable service task during suspendJacob Keller2015-09-161-0/+19
| * | ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck2015-09-164-6/+5Star