summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* kfifo: fix warn_unused_resultStefani Seibold2009-12-221-2/+4
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+3
* kfifo: cleanup namespaceStefani Seibold2009-12-222-6/+6
* kfifo: move out spinlockStefani Seibold2009-12-221-1/+1
* kfifo: move struct kfifo in placeStefani Seibold2009-12-223-13/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-219-75/+77
|\
| * bnx2: Fix bnx2_netif_stop() merge error.Michael Chan2009-12-201-1/+1
| * gianfar: Fix bit definitions of IMASK_GRSC and IMASK_GTSCSandeep Gopalpet2009-12-181-2/+2
| * gianfar: Fix stats supportSandeep Gopalpet2009-12-182-6/+46
| * gianfar: Fix a filer bugSandeep Gopalpet2009-12-182-1/+11
| * bnx2: fixing a timout error due not refreshing TX timers correctlyBreno Leitao2009-12-181-1/+9
| * can/at91: don't check platform_get_irq's return value against zeroUwe Kleine-König2009-12-181-1/+1
| * bnx2: reset_task is crashing the kernel. Fixing it.Breno Leitao2009-12-181-1/+1
| * TI DaVinci EMAC: Fix MDIO bus frequency configurationNageswari Srinivasan2009-12-181-1/+1
| * e100: Fix broken cbs accounting due to missing memset.Roger Oksanen2009-12-181-1/+1
| * broadcom: bcm54xx_shadow_read() errors ignored in bcm54xx_adjust_rxrefclk()Roel Kluin2009-12-181-1/+2
| * e1000e: LED settings in EEPROM ignored on 82571 and 82572Bruce Allan2009-12-181-6/+0
| * netxen: use module parameter correctlyStephen Hemminger2009-12-181-54/+3
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-12-178-0/+1384
|\ \
| * | NET: Add Ethernet driver for Octeon MGMT devices.David Daney2009-12-175-0/+1192
| * | NET: Add driver for Octeon MDIO buses.David Daney2009-12-173-0/+192
* | | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-1/+1
|\ \ \ | |/ / |/| |
| * | net: fix for utsrelease.h moving to generatedStephen Rothwell2009-12-121-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-1625-741/+568
|\ \ \ | | |/ | |/|
| * | net: sh_eth alignment fix for sh7724 using NET_IP_ALIGN V2Magnus Damm2009-12-151-1/+6
| * | ixgbe: allow tx of pre-formatted vlan tagged packetsGurucharan Shetty2009-12-151-1/+12
| * | ixgbe: Fix 82598 premature copper PHY link indicatationMallikarjuna R Chilakala2009-12-152-0/+40
| * | ixgbe: Fix tx_restart_queue/non_eop_desc statistics countersMallikarjuna R Chilakala2009-12-151-2/+5
| * | bcm63xx_enet: fix compilation failure after get_stats_count removalFlorian Fainelli2009-12-151-3/+9
| * | sky2: leave PCI config space writeablestephen hemminger2009-12-141-13/+0
| * | sky2: print Optima chip namestephen hemminger2009-12-141-1/+1
| * | drivers/net/bonding/: : use pr_fmtJoe Perches2009-12-135-690/+465
| * | can: CAN_MCP251X should depend on HAS_DMAGeert Uytterhoeven2009-12-131-1/+1
| * | drivers/net/usb: Correct code taking the size of a pointerJulia Lawall2009-12-131-1/+1
| * | drivers/net/cpmac.c: Correct code taking the size of a pointerJulia Lawall2009-12-131-1/+1
| * | drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall2009-12-131-1/+1
| * | 3c574_cs: disable irq before calling el3_interruptKen Kawasaki2009-12-132-0/+8
| * | mlx4_core: return a negative error valueroel kluin2009-12-131-1/+1
| * | can: Fix data length code handling in rx pathOliver Hartkopp2009-12-137-25/+17
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-12-161-1/+2
|\ \ \
| * | | mlx4_core: Fix parsing of reserved EQ capYevgeny Petrilin2009-11-121-1/+1
| * | | IB/mlx4: Remove limitation on LSO header sizeEli Cohen2009-11-121-0/+1
* | | | mlx4: use bitmap_find_next_zero_areaAkinobu Mita2009-12-161-33/+4
* | | | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-155-5/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-145-5/+5
|\ \ \ \
| * | | | pcmcia: remove unused IRQ_FIRST_SHAREDDominik Brodowski2009-12-075-5/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-143-8/+6
|\ \ \ \ \
| * | | | | this_cpu: Eliminate get/put_cpuChristoph Lameter2009-10-031-4/+3
| * | | | | this_cpu: Straight transformationsChristoph Lameter2009-10-032-4/+3
* | | | | | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2009-12-121-1/+1
|\ \ \ \ \ \
OpenPOWER on IntegriCloud