summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-0134-237/+106
|\
| * Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-13111-687/+621
| |\
| * \ Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-1223-23/+23
| |\ \
| | * | netdev: make pci_error_handlers constStephen Hemminger2012-09-0723-23/+23
| * | | rtlwifi: Use PCI Express Capability accessorsJiang Liu2012-08-231-5/+3
| * | | iwlwifi: Use PCI Express Capability accessorsJiang Liu2012-08-231-5/+2
| * | | iwlegacy: Use PCI Express Capability accessorsJiang Liu2012-08-231-3/+1
| * | | ath9k: Use PCI Express Capability accessorsJiang Liu2012-08-231-15/+6
| * | | atl1c: Use PCI Express Capability accessorsJiang Liu2012-08-231-1/+1
| * | | cxgb4: Use PCI Express Capability accessorsJiang Liu2012-08-232-13/+3
| * | | cxgb3: Use PCI Express Capability accessorsJiang Liu2012-08-231-14/+8
| * | | myri10ge: Use PCI Express Capability accessorsJiang Liu2012-08-231-23/+8
| * | | niu: Use PCI Express Capability accessorsJiang Liu2012-08-231-12/+7
| * | | mlx4: Use PCI Express Capability accessorsJiang Liu2012-08-231-4/+4
| * | | vxge: Use PCI Express Capability accessorsJiang Liu2012-08-231-2/+2
| * | | igb: Use PCI Express Capability accessorsJiang Liu2012-08-231-10/+2
| * | | e1000e: Use PCI Express Capability accessorsJiang Liu2012-08-231-19/+8
| * | | tg3: Use PCI Express Capability accessorsJiang Liu2012-08-231-37/+13
| * | | bnx2x: Use PCI Express Capability accessorsJiang Liu2012-08-231-20/+5
| * | | r8169: Preserve other Device Control bits when setting NOSNOOP_ENBjorn Helgaas2012-08-231-2/+2
| * | | r8169: Use PCI Express Capability accessorsJiang Liu2012-08-231-35/+9
| * | | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-232-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-016-11/+11
|\ \ \
| * | | treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-015-9/+9
| * | | b43: Kconfig: drop unknown symbol 'BRCMSMAC_MODULE'Paul Bolle2012-09-011-2/+2
* | | | netdev: octeon: fix return value check in octeon_mgmt_init_phy()Wei Yongjun2012-09-281-3/+1
* | | | qlcnic: Fix scheduling while atomic bugNarendra K2012-09-271-2/+2
* | | | bnx2: Clean up remaining iounmapNeil Horman2012-09-271-1/+1
* | | | net: phy: smsc: Implement PHY config_init for LAN87xxMarek Vasut2012-09-271-1/+27
* | | | smsc75xx: fix resume after device resetSteve Glendinning2012-09-271-0/+1
* | | | netdev: pasemi: fix return value check in pasemi_mac_phy_init()Wei Yongjun2012-09-271-2/+2
* | | | team: fix return value checkWei Yongjun2012-09-271-6/+6
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-241-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-221-0/+1
| |\ \ \ \
| | * | | | iwlwifi: don't double free the interrupt in failure pathEmmanuel Grumbach2012-09-181-0/+1
* | | | | | phy/micrel: Rename KS80xx to KSZ80xxMarek Vasut2012-09-241-9/+9
* | | | | | phy/micrel: Implement support for KSZ8021Marek Vasut2012-09-241-0/+27
* | | | | | pppoe: drop PPPOX_ZOMBIEs in pppoe_releaseXiaodong Xu2012-09-221-1/+1
* | | | | | team: send port changed when addedJiri Pirko2012-09-221-8/+24
* | | | | | net/phy/bcm87xx: Add MODULE_LICENSE("GPL") to GPL driverPeter Hüwe2012-09-221-0/+2
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-2126-54/+102
|\ \ \ \ \
| * | | | | net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese2012-09-212-8/+8
| * | | | | Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-09-212-4/+2
| |\ \ \ \ \
| | * | | | | can: ti_hecc: fix oops during rmmodMarc Kleine-Budde2012-09-211-1/+1
| | * | | | | can: janz-ican3: fix support for older hardware revisionsIra W. Snyder2012-09-211-3/+1
| * | | | | | net/irda: sh_sir: fix return value check in sh_sir_set_baudrate()Wei Yongjun2012-09-211-1/+1
| * | | | | | stmmac: fix return value check in stmmac_open_ext_timer()Wei Yongjun2012-09-211-1/+1
| * | | | | | gianfar: fix phc index build failureRichard Cochran2012-09-212-2/+3
| * | | | | | bnx2x: remove false warning regarding interrupt numberAriel Elior2012-09-211-5/+6
| |/ / / / /
| * | | | | at91ether: return PTR_ERR if call to clk_get failsDevendra Naga2012-09-201-1/+1