Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | cxgb3: Don't call cxgb_vlan_mode until q locks are initialized | Roland Dreier | 2012-04-30 | 1 | -46/+46 | |
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2012-04-30 | 3 | -6/+8 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ixgbe: fix calling skb_put on nonlinear skb assertion bug | Yi Zou | 2012-04-30 | 1 | -0/+1 | |
| | * | | | | | | | ixgbe: Fix a memory leak in IEEE DCB | Alexander Duyck | 2012-04-30 | 1 | -4/+5 | |
| | * | | | | | | | igbvf: fix the bug when initializing the igbvf | Samuel Liao | 2012-04-30 | 1 | -2/+2 | |
| * | | | | | | | | smsc75xx: enable mac to detect speed/duplex from phy | Steve Glendinning | 2012-04-30 | 1 | -0/+8 | |
| * | | | | | | | | smsc75xx: declare smsc75xx's MII as GMII capable | Steve Glendinning | 2012-04-30 | 1 | -0/+3 | |
| * | | | | | | | | smsc75xx: fix phy interrupt acknowledge | Steve Glendinning | 2012-04-30 | 1 | -5/+7 | |
| * | | | | | | | | smsc75xx: fix phy init reset loop | Steve Glendinning | 2012-04-30 | 1 | -1/+1 | |
| * | | | | | | | | smsc75xx: add more information to register io failure warnings | Steve Glendinning | 2012-04-30 | 1 | -2/+2 | |
| * | | | | | | | | smsc75xx: fix mdio reads and writes | Steve Glendinning | 2012-04-30 | 1 | -2/+2 | |
| * | | | | | | | | smsc75xx: mark link down on startup and let PHY interrupt deal with carrier c... | Steve Glendinning | 2012-04-30 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | smsc95xx: mark link down on startup and let PHY interrupt deal with carrier c... | Paolo Pisati | 2012-04-26 | 1 | -1/+1 | |
| * | | | | | | | dl2k: Clean up rio_ioctl | Jeff Mahoney | 2012-04-26 | 2 | -50/+9 | |
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2012-04-26 | 2 | -47/+54 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | e1000e: Fix default interrupt throttle rate not set in NIC HW | Jeff Kirsher | 2012-04-24 | 1 | -46/+53 | |
| | * | | | | | | | e1000e: MSI interrupt test failed, using legacy interrupt | Prasanna S Panchamukhi | 2012-04-24 | 1 | -1/+1 | |
| * | | | | | | | | ehea: fix promiscuous mode | Thadeu Lima de Souza Cascardo | 2012-04-26 | 1 | -5/+1 | |
| * | | | | | | | | ehea: fix allmulticast support | Thadeu Lima de Souza Cascardo | 2012-04-26 | 2 | -10/+16 | |
| * | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2012-04-25 | 17 | -41/+105 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-04-25 | 17 | -41/+105 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| / / / / / / | | | |/ / / / / / | ||||||
| | | * | | | | | | iwlwifi: use correct released ucode version | Meenakshi Venkataraman | 2012-04-24 | 4 | -18/+27 | |
| | | * | | | | | | iwlwifi: fix hardware queue programming | Johannes Berg | 2012-04-24 | 2 | -8/+43 | |
| | | * | | | | | | brcmsmac: "INTERMEDIATE but not AMPDU" only when tracing | Eldad Zack | 2012-04-23 | 1 | -2/+1 | |
| | | * | | | | | | rtlwifi: Fix oops on unload | Larry Finger | 2012-04-23 | 1 | -0/+1 | |
| | | * | | | | | | ipw2200: Fix race condition in the command completion acknowledge | Stanislav Yakovlev | 2012-04-23 | 1 | -1/+12 | |
| | | * | | | | | | iwlwifi: do not nulify ctx->vif on reset | Stanislaw Gruszka | 2012-04-23 | 2 | -4/+9 | |
| | | * | | | | | | ath9k: fix tx power settings for AR9287 | Gabor Juhos | 2012-04-23 | 1 | -0/+2 | |
| | | * | | | | | | ath9k: add an extra boolean parameter to ath9k_hw_apply_txpower | Gabor Juhos | 2012-04-23 | 5 | -8/+10 | |
| * | | | | | | | | tg3: Avoid panic from reserved statblk field access | Matt Carlson | 2012-04-25 | 1 | -2/+16 | |
| * | | | | | | | | tlan: add cast needed for proper 64 bit operation | Benjamin Poirier | 2012-04-25 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | asix: Fix tx transfer padding for full-speed USB | Ingo van Lil | 2012-04-24 | 1 | -2/+2 | |
| * | | | | | | | net/davinci_emac: fix failing PHY connect attempts | Anatolij Gustschin | 2012-04-24 | 1 | -1/+1 | |
| * | | | | | | | ehea: only register irq after setting up ports | Thadeu Lima de Souza Cascardo | 2012-04-24 | 1 | -12/+18 | |
| * | | | | | | | qeth: Use blkt defaults for OSA Express 4 | Stefan Raspl | 2012-04-24 | 1 | -1/+2 | |
| * | | | | | | | qeth: allow change of blkt default values | Ursula Braun | 2012-04-24 | 1 | -1/+2 | |
| * | | | | | | | net: usb: smsc95xx: fix mtu | Stephane Fillod | 2012-04-24 | 1 | -0/+1 | |
* | | | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-05-03 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | hwmon: (coretemp) Increase CPU core limit | Guenter Roeck | 2012-05-01 | 1 | -1/+1 | |
| * | | | | | | | | hwmon: (coretemp) fix oops on cpu unplug | Kirill A. Shutemov | 2012-05-01 | 1 | -0/+4 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'usb-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-05-02 | 1 | -181/+195 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | USB: ehci-tegra: remove redundant gpio_set_value | Stephen Warren | 2012-05-01 | 1 | -1/+0 | |
| * | | | | | | | | EHCI: update PM methods in ehci-tegra.c | Alan Stern | 2012-05-01 | 1 | -180/+195 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge tag 'tty-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-05-02 | 1 | -7/+19 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | vt: Fix deadlock on scroll-lock | Alan Cox | 2012-05-01 | 1 | -7/+19 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2012-04-30 | 12 | -129/+158 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | [SCSI] libfc: update mfs boundry checking | Vasu Dev | 2012-04-25 | 1 | -5/+7 | |
| * | | | | | | [SCSI] Revert "[SCSI] libsas: fix sas port naming" | Dan Williams | 2012-04-23 | 1 | -1/+1 | |
| * | | | | | | [SCSI] libsas: fix false positive 'device attached' conditions | Dan Williams | 2012-04-23 | 1 | -1/+8 | |
| * | | | | | | [SCSI] libsas, libata: fix start of life for a sas ata_port | Dan Williams | 2012-04-23 | 5 | -45/+50 |