summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-25/+67
2011-11-26net: Revert ARCNET and PHYLIB to tristate optionsBen Hutchings2-2/+2
2011-11-24net: mv643xx_eth: fix build errorAxel Lin1-4/+5
2011-11-24ehea: Use round_jiffies_relative to align workqueueAnton Blanchard1-2/+4
2011-11-24ehea: Reduce memory usage in buffer poolsAnton Blanchard1-2/+2
2011-11-24qlge: fix size of external list for TX address descriptorsThadeu Lima de Souza Cascardo1-5/+3
2011-11-24bnx2x: Fix 5461x LEDYaniv Rosner2-1/+39
2011-11-24net: treewide use of RCU_INIT_POINTEREric Dumazet8-19/+19
2011-11-24b44: Use dev_kfree_skb_irq() in b44_tx()Xander Hover1-1/+1
2011-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+5
2011-11-23net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet6-14/+13
2011-11-23Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones17-31/+7
2011-11-23net: remove ipv6_addr_copy()Alexey Dobriyan2-6/+4
2011-11-23Revert "rt2800pci: handle spurious interrupts"John W. Linville1-6/+1
2011-11-23Revert "rt2x00: handle spurious pci interrupts"John W. Linville3-3/+3
2011-11-23tg3: Add MDI-X reportingMatt Carlson2-1/+28
2011-11-23tg3: Restrict large prod ring cap devicesMatt Carlson1-5/+4
2011-11-23tg3: Adjust BD replenish thresholdsMatt Carlson1-5/+3
2011-11-23tg3: Make 1000Base-X FC resolution look like 1000TMatt Carlson1-12/+6
2011-11-23CDC NCM: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer1-3/+1
2011-11-23tg3: Fix advertisement handlingHiroaki SHIMODA1-4/+3
2011-11-22net, sja1000: Don't include version.h in peak_pci.c when not neededJesper Juhl1-1/+0
2011-11-22tg3: switch to build_skb() infrastructureEric Dumazet2-55/+66
2011-11-22xen-netback: use correct index for invalidation in xen_netbk_tx_check_gop()Jan Beulich1-1/+1
2011-11-22stmmac: mask mmc interruptsGiuseppe CAVALLARO1-5/+9
2011-11-22net: Change mii to ethtool advertisement function namesMatt Carlson5-27/+26
2011-11-22gianfar: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-11-22ksz884x: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer1-4/+2
2011-11-22ks8*/ksz8*: Casting (void *) value returned by kmalloc is uselessThomas Meyer1-2/+1
2011-11-21iseries_veth: Fix wrong parameter given to sizeof callThomas Jarosch1-1/+1
2011-11-21prism54: potential memory corruption in prism54_get_essid()Dan Carpenter1-1/+1
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-173/+343
2011-11-18team: replace kmalloc+memcpy by kmemdupJiri Pirko1-6/+2
2011-11-18team: avoid using variable-length arrayJiri Pirko1-2/+7
2011-11-18team: add fix_featuresJiri Pirko1-0/+22
2011-11-18net-forcedeth: fix possible stats inaccuracies on 32b hostsdavid decotigny1-4/+4
2011-11-18bnx2: switch to build_skb() infrastructureEric Dumazet2-69/+85
2011-11-18sky2: fix hang in napi_disablestephen hemminger2-7/+11
2011-11-18sky2: enforce minimum ring sizestephen hemminger1-2/+12
2011-11-18bonding: Don't allow mode change via sysfs with slaves presentVeaceslav Falico1-0/+7
2011-11-18ibm/emac: fix improper cleanup when device is removed to allow re-bindWolfgang Grandegger1-0/+3
2011-11-17p54spi: Fix workqueue deadlockMichael Büsch1-2/+2
2011-11-17p54spi: Add missing spin_lock_initMichael Büsch1-0/+1
2011-11-17rt2x00: Fix efuse EEPROM reading on PPC32.Gertjan van Wingerde1-1/+1
2011-11-17rt2x00: handle spurious pci interruptsStanislaw Gruszka3-3/+3
2011-11-17rt2800pci: handle spurious interruptsStanislaw Gruszka1-1/+6
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-2/+23
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville106-4784/+4674
2011-11-17stmmac: fix pm functions avoiding sleep on spinlockFrancesco Virlinzi1-5/+7
2011-11-17stmmac: remove spin_lock in stmmac_ioctl.Srinivas Kandagatla1-2/+0