summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-087-9/+9
|\
| * sis900: Fix enum typo 'sis900_rx_bufer_status'Paul Bolle2011-12-061-1/+1
| * treewide: Fix comment and string typo 'bufer'Paul Bolle2011-12-061-1/+1
| * treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-025-7/+7
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-1/+1
|\ \
| * \ Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki2011-12-251-1/+1
| |\ \
| | * \ Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-2142-203/+328
| | |\ \
| | * | | freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2011-11-211-1/+1
* | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-083-3/+3
|\ \ \ \ \
| * | | | | switch debugfs to umode_tAl Viro2012-01-033-3/+3
* | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-0745-669/+50
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-0645-669/+50
| |\ \ \ \ \ \
| | * | | | | | driver-core: remove sysdev.h usage.Kay Sievers2011-12-211-1/+0
| | * | | | | | USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-1844-668/+50
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-01-061-4/+3
|\ \ \ \ \ \ \
| * | | | | | | m68k/net: Remove obsolete IRQ_FLG_* usersGeert Uytterhoeven2011-12-131-4/+3
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-01-061-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc/ps3: Fix hcall lv1_net_stop_rx_dmaGeoff Levand2011-12-081-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | cnic: Improve error recovery on bnx2x devicesMichael Chan2012-01-053-8/+74
* | | | | | | | cnic: Re-init dev->stats_addr after chip resetMichael Chan2012-01-051-0/+1
* | | | | | | | bna: fix sparse warnings/errorsstephen hemminger2012-01-054-7/+8
* | | | | | | | bna: make ethtool_ops and strings conststephen hemminger2012-01-051-2/+2
* | | | | | | | xgmac: cleanupsstephen hemminger2012-01-051-2/+2
* | | | | | | | net: make ethtool_ops conststephen hemminger2012-01-056-8/+8
* | | | | | | | vmxnet3" make ethtool ops conststephen hemminger2012-01-051-1/+1
* | | | | | | | xen-netback: make ops structs conststephen hemminger2012-01-051-2/+2
* | | | | | | | virtio_net: Pass gfp flags when allocating rx buffers.Mike Waychison2012-01-051-1/+2
* | | | | | | | ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh2012-01-053-1/+90
* | | | | | | | igb: reset PHY after recovering from PHY power downKoki Sanagi2012-01-051-0/+1
* | | | | | | | igb: add basic runtime PM supportYan, Zheng2012-01-052-19/+133
* | | | | | | | igb: Add support for byte queue limits.Eric Dumazet2012-01-052-0/+10
* | | | | | | | e1000: cleanup CE4100 MDIO registers accessFlorian Fainelli2012-01-052-12/+7
* | | | | | | | e1000: unmap ce4100_gbe_mdio_base_virt in e1000_removeFlorian Fainelli2012-01-051-0/+2
* | | | | | | | e1000: fix lockdep splat in shutdown handlerJesse Brandeburg2012-01-051-7/+1
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-0546-1981/+999
|\ \ \ \ \ \ \ \
| * | | | | | | | ath6kl: revert USB supportJohn W. Linville2012-01-058-501/+20
| * | | | | | | | mwl8k: Changing the driver version to 0.13Yogesh Ashok Powar2012-01-041-1/+1
| * | | | | | | | mwl8k: Recover from firmware crashYogesh Ashok Powar2012-01-041-7/+129
| * | | | | | | | ath9k: tx queue enable is read only for EDMA chipsetsMohammed Shafi Shajakhan2012-01-041-2/+5
| * | | | | | | | rt2x00: Change RF3853 to RF3053.Gertjan van Wingerde2012-01-041-2/+2
| * | | | | | | | rt2x00: RT3593 is also applicable to USB.Gertjan van Wingerde2012-01-041-1/+1
| * | | | | | | | rt2x00usb: Zero USB padding before sending URBJakub Kiciński2012-01-041-3/+13
| * | | | | | | | rt2800usb: Let rt2x00usb handle USB paddingJakub Kiciński2012-01-041-27/+10
| * | | | | | | | rt2x00: Convert big if-statements to switch-statements.Gertjan van Wingerde2012-01-041-18/+26
| * | | | | | | | rt2x00: Whitespace cleanup.Gertjan van Wingerde2012-01-041-1/+1
| * | | | | | | | rt2x00: Identify rt2800usb chipsets.Gertjan van Wingerde2012-01-041-14/+12
| * | | | | | | | carl9170: move checksum and txseq into subfunctionsChristian Lamparter2012-01-041-37/+60
| * | | | | | | | rt2800usb: Move ID out of unknownLarry Finger2012-01-041-1/+1
| * | | | | | | | ipw2x00: remove reset_port functionalityStanislav Yakovlev2012-01-042-29/+0
| * | | | | | | | ath9k_hw: increase tx status ring buffer sizeRajkumar Manoharan2012-01-044-4/+4
OpenPOWER on IntegriCloud