Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 7 | -9/+9 |
|\ | |||||
| * | sis900: Fix enum typo 'sis900_rx_bufer_status' | Paul Bolle | 2011-12-06 | 1 | -1/+1 |
| * | treewide: Fix comment and string typo 'bufer' | Paul Bolle | 2011-12-06 | 1 | -1/+1 |
| * | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 2011-12-02 | 5 | -7/+7 |
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-08 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge branch 'pm-sleep' into pm-for-linus | Rafael J. Wysocki | 2011-12-25 | 1 | -1/+1 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 2011-12-21 | 42 | -203/+328 |
| | |\ \ | |||||
| | * | | | freezer: unexport refrigerator() and update try_to_freeze() slightly | Tejun Heo | 2011-11-21 | 1 | -1/+1 |
* | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 3 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | switch debugfs to umode_t | Al Viro | 2012-01-03 | 3 | -3/+3 |
* | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | 45 | -669/+50 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | 45 | -669/+50 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | driver-core: remove sysdev.h usage. | Kay Sievers | 2011-12-21 | 1 | -1/+0 |
| | * | | | | | | USB: convert drivers/net/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 44 | -668/+50 |
| | | |_|_|_|/ | | |/| | | | | |||||
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2012-01-06 | 1 | -4/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | m68k/net: Remove obsolete IRQ_FLG_* users | Geert Uytterhoeven | 2011-12-13 | 1 | -4/+3 |
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-01-06 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | powerpc/ps3: Fix hcall lv1_net_stop_rx_dma | Geoff Levand | 2011-12-08 | 1 | -2/+2 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | cnic: Improve error recovery on bnx2x devices | Michael Chan | 2012-01-05 | 3 | -8/+74 |
* | | | | | | | | cnic: Re-init dev->stats_addr after chip reset | Michael Chan | 2012-01-05 | 1 | -0/+1 |
* | | | | | | | | bna: fix sparse warnings/errors | stephen hemminger | 2012-01-05 | 4 | -7/+8 |
* | | | | | | | | bna: make ethtool_ops and strings const | stephen hemminger | 2012-01-05 | 1 | -2/+2 |
* | | | | | | | | xgmac: cleanups | stephen hemminger | 2012-01-05 | 1 | -2/+2 |
* | | | | | | | | net: make ethtool_ops const | stephen hemminger | 2012-01-05 | 6 | -8/+8 |
* | | | | | | | | vmxnet3" make ethtool ops const | stephen hemminger | 2012-01-05 | 1 | -1/+1 |
* | | | | | | | | xen-netback: make ops structs const | stephen hemminger | 2012-01-05 | 1 | -2/+2 |
* | | | | | | | | virtio_net: Pass gfp flags when allocating rx buffers. | Mike Waychison | 2012-01-05 | 1 | -1/+2 |
* | | | | | | | | ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() call | Neerav Parikh | 2012-01-05 | 3 | -1/+90 |
* | | | | | | | | igb: reset PHY after recovering from PHY power down | Koki Sanagi | 2012-01-05 | 1 | -0/+1 |
* | | | | | | | | igb: add basic runtime PM support | Yan, Zheng | 2012-01-05 | 2 | -19/+133 |
* | | | | | | | | igb: Add support for byte queue limits. | Eric Dumazet | 2012-01-05 | 2 | -0/+10 |
* | | | | | | | | e1000: cleanup CE4100 MDIO registers access | Florian Fainelli | 2012-01-05 | 2 | -12/+7 |
* | | | | | | | | e1000: unmap ce4100_gbe_mdio_base_virt in e1000_remove | Florian Fainelli | 2012-01-05 | 1 | -0/+2 |
* | | | | | | | | e1000: fix lockdep splat in shutdown handler | Jesse Brandeburg | 2012-01-05 | 1 | -7/+1 |
* | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-01-05 | 46 | -1981/+999 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | ath6kl: revert USB support | John W. Linville | 2012-01-05 | 8 | -501/+20 |
| * | | | | | | | | mwl8k: Changing the driver version to 0.13 | Yogesh Ashok Powar | 2012-01-04 | 1 | -1/+1 |
| * | | | | | | | | mwl8k: Recover from firmware crash | Yogesh Ashok Powar | 2012-01-04 | 1 | -7/+129 |
| * | | | | | | | | ath9k: tx queue enable is read only for EDMA chipsets | Mohammed Shafi Shajakhan | 2012-01-04 | 1 | -2/+5 |
| * | | | | | | | | rt2x00: Change RF3853 to RF3053. | Gertjan van Wingerde | 2012-01-04 | 1 | -2/+2 |
| * | | | | | | | | rt2x00: RT3593 is also applicable to USB. | Gertjan van Wingerde | 2012-01-04 | 1 | -1/+1 |
| * | | | | | | | | rt2x00usb: Zero USB padding before sending URB | Jakub Kiciński | 2012-01-04 | 1 | -3/+13 |
| * | | | | | | | | rt2800usb: Let rt2x00usb handle USB padding | Jakub Kiciński | 2012-01-04 | 1 | -27/+10 |
| * | | | | | | | | rt2x00: Convert big if-statements to switch-statements. | Gertjan van Wingerde | 2012-01-04 | 1 | -18/+26 |
| * | | | | | | | | rt2x00: Whitespace cleanup. | Gertjan van Wingerde | 2012-01-04 | 1 | -1/+1 |
| * | | | | | | | | rt2x00: Identify rt2800usb chipsets. | Gertjan van Wingerde | 2012-01-04 | 1 | -14/+12 |
| * | | | | | | | | carl9170: move checksum and txseq into subfunctions | Christian Lamparter | 2012-01-04 | 1 | -37/+60 |
| * | | | | | | | | rt2800usb: Move ID out of unknown | Larry Finger | 2012-01-04 | 1 | -1/+1 |
| * | | | | | | | | ipw2x00: remove reset_port functionality | Stanislav Yakovlev | 2012-01-04 | 2 | -29/+0 |
| * | | | | | | | | ath9k_hw: increase tx status ring buffer size | Rajkumar Manoharan | 2012-01-04 | 4 | -4/+4 |