summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-12-22kfifo: fix warn_unused_resultStefani Seibold1-2/+4
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+3
2009-12-22kfifo: cleanup namespaceStefani Seibold2-6/+6
2009-12-22kfifo: move out spinlockStefani Seibold1-1/+1
2009-12-22kfifo: move struct kfifo in placeStefani Seibold3-13/+11
2009-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-75/+77
2009-12-20bnx2: Fix bnx2_netif_stop() merge error.Michael Chan1-1/+1
2009-12-18gianfar: Fix bit definitions of IMASK_GRSC and IMASK_GTSCSandeep Gopalpet1-2/+2
2009-12-18gianfar: Fix stats supportSandeep Gopalpet2-6/+46
2009-12-18gianfar: Fix a filer bugSandeep Gopalpet2-1/+11
2009-12-18bnx2: fixing a timout error due not refreshing TX timers correctlyBreno Leitao1-1/+9
2009-12-18can/at91: don't check platform_get_irq's return value against zeroUwe Kleine-König1-1/+1
2009-12-18bnx2: reset_task is crashing the kernel. Fixing it.Breno Leitao1-1/+1
2009-12-18TI DaVinci EMAC: Fix MDIO bus frequency configurationNageswari Srinivasan1-1/+1
2009-12-18e100: Fix broken cbs accounting due to missing memset.Roger Oksanen1-1/+1
2009-12-18broadcom: bcm54xx_shadow_read() errors ignored in bcm54xx_adjust_rxrefclk()Roel Kluin1-1/+2
2009-12-18e1000e: LED settings in EEPROM ignored on 82571 and 82572Bruce Allan1-6/+0
2009-12-18netxen: use module parameter correctlyStephen Hemminger1-54/+3
2009-12-17Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds8-0/+1384
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2009-12-17NET: Add Ethernet driver for Octeon MGMT devices.David Daney5-0/+1192
2009-12-17NET: Add driver for Octeon MDIO buses.David Daney3-0/+192
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds25-741/+568
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+2
2009-12-16mlx4: use bitmap_find_next_zero_areaAkinobu Mita1-33/+4
2009-12-15net: sh_eth alignment fix for sh7724 using NET_IP_ALIGN V2Magnus Damm1-1/+6
2009-12-15ixgbe: allow tx of pre-formatted vlan tagged packetsGurucharan Shetty1-1/+12
2009-12-15ixgbe: Fix 82598 premature copper PHY link indicatationMallikarjuna R Chilakala2-0/+40
2009-12-15ixgbe: Fix tx_restart_queue/non_eop_desc statistics countersMallikarjuna R Chilakala1-2/+5
2009-12-15bcm63xx_enet: fix compilation failure after get_stats_count removalFlorian Fainelli1-3/+9
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan5-5/+5
2009-12-14sky2: leave PCI config space writeablestephen hemminger1-13/+0
2009-12-14sky2: print Optima chip namestephen hemminger1-1/+1
2009-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds5-5/+5
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds3-8/+6
2009-12-13drivers/net/bonding/: : use pr_fmtJoe Perches5-690/+465
2009-12-13can: CAN_MCP251X should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2009-12-13drivers/net/usb: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-13drivers/net/cpmac.c: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-13drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-133c574_cs: disable irq before calling el3_interruptKen Kawasaki2-0/+8
2009-12-13mlx4_core: return a negative error valueroel kluin1-1/+1
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp7-25/+17
2009-12-12Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds1-1/+1
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-52/+0
2009-12-12Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+0
2009-12-12net: fix for utsrelease.h moving to generatedStephen Rothwell1-1/+1
2009-12-11be2net: fix error in rx completion processing.Ajit Khaparde1-2/+2
2009-12-11igbvf: avoid reset storms due to mailbox issuesAlexander Duyck2-1/+8
2009-12-11igb: fix handling of mailbox collisions between PF/VFAlexander Duyck1-9/+13