summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [PATCH] ipw2200: remove the WPA card associates to non-WPA AP checkingZhu Yi2006-03-171-9/+0
| | * | [PATCH] ipw2200: Add signal level to iwlist scan outputBill Moss2006-03-171-3/+4
| | * | [PATCH] ipw2200: use generic ieee80211_get_hdrlen() to get packet lengthZhu Yi2006-03-172-24/+2
| | * | [PATCH] ipw2200: fix a potential NULL pointer dereferenceZhu Yi2006-03-171-2/+0
| | * | [PATCH] ipw2200: stop netdev queue if h/w doesn't have space for new packetsJames Ketrenos2006-03-171-5/+3
| | * | [PATCH] ipw2200: print geography code upon module loadHenrik Brix Andersen2006-03-171-3/+9
| | * | [PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() staticAdrian Bunk2006-03-171-1/+1
| | * | [PATCH] Remove duplicated code from ipw2200.cLarry Finger2006-03-171-112/+16
| | * | Merge branch 'upstream-fixes'John W. Linville2006-03-1514-26/+80
| | |\ \
| * | \ \ Merge branch 'master'Jeff Garzik2006-03-205-24/+68
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'upstream-fixes'Jeff Garzik2006-03-1617-34/+91
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | [PATCH] drivers/net/e1000/: proper prototypesAdrian Bunk2006-03-113-27/+22
| * | | | [PATCH] chelsio/espi.c:tricn_init(): remove dead codeAdrian Bunk2006-03-111-11/+3
| * | | | [PATCH] Sparse: Cleanup sgiseeq sparse warnings.Ralf Baechle2006-03-111-11/+6
| * | | | [PATCH] 3c509: use proper suspend/resume APIPekka Enberg2006-03-111-47/+23
| * | | | [PATCH] CONFIG_FORCEDETH updatesAdrian Bunk2006-03-111-2/+2
| * | | | Merge branch 'e1000-upstream' of git://198.78.49.142/linux-2.6Jeff Garzik2006-03-111-3/+3
| |\ \ \ \
| | * | | | e1000: Fix mii-tool access to setting speed and duplexJeff Kirsher2006-03-081-3/+3
| * | | | | Merge branch 'upstream-fixes'Jeff Garzik2006-03-1180-366/+537
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'upstream-fixes'Jeff Garzik2006-03-063-15/+15
| |\ \ \ \ \
| * | | | | | Fix io ordering problems in e100Catalin(ux aka Dino) BOIE2006-03-041-3/+3
| * | | | | | [PATCH] natsemi: NAPI and a bugfixMark Brown2006-03-041-0/+42
| * | | | | | [PATCH] natsemi: NAPI and a bugfixMark Brown2006-03-041-49/+97
| * | | | | | Merge branch 'upstream-fixes'Jeff Garzik2006-03-041-0/+1
| |\ \ \ \ \ \
| * | | | | | | [PATCH] remove obsolete sis900 documentationAdrian Bunk2006-03-041-5/+1
| * | | | | | | Merge branch 'net-const'Jeff Garzik2006-03-0361-235/+287
| |\ \ \ \ \ \ \
| | * | | | | | | Massive net driver const-ification.Arjan van de Ven2006-03-0343-118/+118
| * | | | | | | | [PATCH] sb1250-mac: Add support for the BCM1480Ralf Baechle2006-03-031-39/+70
| * | | | | | | | pcnet_cs: add new id (Logitec LPM-LN100TE)Komuro2006-03-031-0/+1
| * | | | | | | | [PATCH] bonding: suppress duplicate packetsJay Vosburgh2006-03-033-26/+56
| * | | | | | | | [PATCH] mv643xx_eth: Remove BIT0-BIT31 #definesDale Farnsworth2006-03-031-103/+49
| * | | | | | | | [PATCH] mv643xx_eth: Remove non-working feature: task level rx queue refillDale Farnsworth2006-03-032-55/+12
| * | | | | | | | [PATCH] mv643xx_eth: Clean up interrupt handlingDale Farnsworth2006-03-032-55/+25
| * | | | | | | | [PATCH] mv643xx_eth: Move #defines of constants to mv643xx_eth.hDale Farnsworth2006-03-032-62/+51
| * | | | | | | | [PATCH] mv643xx_eth: Refactor/clean up tx queue handlingDale Farnsworth2006-03-032-177/+84
| * | | | | | | | [PATCH] mv643xx_eth: Refactor tx command queuing codeDale Farnsworth2006-03-032-410/+158
| * | | | | | | | [PATCH] mv643xx_eth: Select CONFIG_MII on CONFIG_MV643XX_ETHDale Farnsworth2006-03-031-0/+1
| * | | | | | | | [PATCH] mv643xx_eth: Rename "channels" to "queues"Dale Farnsworth2006-03-031-22/+22
| * | | | | | | | [PATCH] mv643xx_eth: Fix misplaced parenthesis in mv643xx_eth_port_disable_rxDale Farnsworth2006-03-031-2/+2
| * | | | | | | | [PATCH] mv643xx_eth: Remove duplicate includes of linux/in.h and linux/ip.hDale Farnsworth2006-03-031-2/+0
| * | | | | | | | e1000: Added driver comments and whitespace changes. Modified long lines of ...Jeff Kirsher2006-03-024-82/+60
| * | | | | | | | e1000: Added a performance enhancement - prefetchJeff Kirsher2006-03-021-3/+15
| * | | | | | | | e1000: Add copybreak when using packet splitJeff Kirsher2006-03-021-0/+30
| * | | | | | | | e1000: Fixed the following issues with ESB2 (requires ESB2 support):Jeff Kirsher2006-03-023-14/+65
| * | | | | | | | e1000: Add support for new hardware (ESB2)Jeff Kirsher2006-03-024-16/+964
| * | | | | | | | e1000: Add performance enahancement by balancing TX and RXJeff Kirsher2006-03-021-0/+8
| * | | | | | | | e1000: Add enabled Jumbo frame support for 82573LJeff Kirsher2006-03-022-1/+20
| * | | | | | | | e1000: Add 82573 controller support to TSO fixJeff Kirsher2006-03-021-11/+19
| * | | | | | | | e1000: Fix filling skb descriptors while using packet splitJeff Kirsher2006-03-021-5/+2
| * | | | | | | | e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced...Jeff Kirsher2006-03-024-11/+66