summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-01-12virtio: net: Add freeze, restore handlers to support S4Amit Shah1-0/+46
2012-01-12virtio: net: Move vq and vq buf removal into separate functionAmit Shah1-8/+12
2012-01-12virtio: net: Move vq initialization into separate functionAmit Shah1-19/+28
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell1-6/+6
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-13/+7
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-13/+11
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-10/+10
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-60/+402
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+6
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-93/+67
2012-01-09netdev: make net_device_ops conststephen hemminger2-3/+2
2012-01-09bcm63xx: make ethtool_ops conststephen hemminger1-1/+1
2012-01-09usbnet: make ethtool_ops conststephen hemminger4-5/+5
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-0/+3434
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann11-20/+36
2012-01-088139cp: fix missing napi_gro_flush.françois romieu1-0/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds7-9/+9
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-3/+3
2012-01-07Merge branch 'next/cleanup' into samsung/dtArnd Bergmann3-93/+67
2012-01-07smsc911x: Unconditionally include linux/smscphy.h in smsc911x.hDavid S. Miller1-2/+0
2012-01-07asix: fix infinite loop in rx_fixup()Aurelien Jacobs1-1/+1
2012-01-07r6040: fix typo in use of MCR0 register bitsCesar Eduardo Barros1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds45-669/+50
2012-01-07Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann17-77/+53
2012-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-4/+3
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman45-669/+50
2012-01-05cnic: Improve error recovery on bnx2x devicesMichael Chan3-8/+74
2012-01-05cnic: Re-init dev->stats_addr after chip resetMichael Chan1-0/+1
2012-01-05bna: fix sparse warnings/errorsstephen hemminger4-7/+8
2012-01-05bna: make ethtool_ops and strings conststephen hemminger1-2/+2
2012-01-05xgmac: cleanupsstephen hemminger1-2/+2
2012-01-05net: make ethtool_ops conststephen hemminger6-8/+8
2012-01-05vmxnet3" make ethtool ops conststephen hemminger1-1/+1
2012-01-05xen-netback: make ops structs conststephen hemminger1-2/+2
2012-01-05virtio_net: Pass gfp flags when allocating rx buffers.Mike Waychison1-1/+2
2012-01-05ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh3-1/+90
2012-01-05igb: reset PHY after recovering from PHY power downKoki Sanagi1-0/+1
2012-01-05igb: add basic runtime PM supportYan, Zheng2-19/+133
2012-01-05igb: Add support for byte queue limits.Eric Dumazet2-0/+10
2012-01-05e1000: cleanup CE4100 MDIO registers accessFlorian Fainelli2-12/+7
2012-01-05e1000: unmap ce4100_gbe_mdio_base_virt in e1000_removeFlorian Fainelli1-0/+2
2012-01-05e1000: fix lockdep splat in shutdown handlerJesse Brandeburg1-7/+1
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville46-1981/+999
2012-01-05ath6kl: revert USB supportJohn W. Linville8-501/+20
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+24
2012-01-04mwl8k: Changing the driver version to 0.13Yogesh Ashok Powar1-1/+1
2012-01-04net/hyperv: Add support for jumbo frame up to 64KBHaiyang Zhang3-17/+67
2012-01-04net/hyperv: Add NETVSP protocol version negotiationHaiyang Zhang2-34/+149