| Commit message (Expand) | Author | Age | Files | Lines |
* | au1000_eth: use 'unsigned long' for irqflags | Vegard Nossum | 2008-08-14 | 1 | -1/+1 |
* | myri10ge: myri10ge_fw_name also overrides the rss firmware | Brice Goglin | 2008-08-14 | 1 | -1/+5 |
* | ixp4xx_eth: fix dma_mapping_error() compile errors | Mikael Pettersson | 2008-08-14 | 1 | -3/+3 |
* | gianfar: Call gfar_halt_nodisable() from gfar_halt(). | Scott Wood | 2008-08-14 | 1 | -4/+2 |
* | [netdrvr] remove unnecessary #include | Huang Weiyi | 2008-08-14 | 13 | -14/+0 |
* | bnx2x: Version update | Eilon Greenstein | 2008-08-13 | 1 | -2/+2 |
* | bnx2x: Checkpatch compliance | Eilon Greenstein | 2008-08-13 | 5 | -102/+102 |
* | bnx2x: Spelling mistakes | Eilon Greenstein | 2008-08-13 | 6 | -39/+39 |
* | bnx2x: Minor code improvements | Eilon Greenstein | 2008-08-13 | 3 | -78/+72 |
* | bnx2x: Driver info | Eilon Greenstein | 2008-08-13 | 1 | -6/+6 |
* | bnx2x: 1G LED does not turn off | Eilon Greenstein | 2008-08-13 | 2 | -0/+10 |
* | bnx2x: 8073 PHY changes | Yaniv Rosner | 2008-08-13 | 3 | -158/+428 |
* | bnx2x: Change GPIO for any port | Eilon Greenstein | 2008-08-13 | 3 | -43/+51 |
* | bnx2x: Pause settings | Yaniv Rosner | 2008-08-13 | 4 | -91/+128 |
* | bnx2x: Link order with external PHY | Yaniv Rosner | 2008-08-13 | 2 | -166/+216 |
* | bnx2x: No LRO without Rx checksum | Vladislav Zolotarov | 2008-08-13 | 1 | -28/+39 |
* | bnx2x: Wrong structure size | Yitchak Gertner | 2008-08-13 | 1 | -2/+2 |
* | bnx2x: WoL capability | Eilon Greenstein | 2008-08-13 | 1 | -2/+11 |
* | bnx2x: Clearing MAC addresses filters | Yitchak Gertner | 2008-08-13 | 1 | -14/+54 |
* | bnx2x: Delay in while loops | Yitchak Gertner | 2008-08-13 | 1 | -14/+11 |
* | bnx2x: PBA Table Page Alignment Workaround | Eilon Greenstein | 2008-08-13 | 2 | -124/+130 |
* | bnx2x: Self-test false positive | Yitchak Gertner | 2008-08-13 | 1 | -11/+13 |
* | bnx2x: Memory allocation | Eilon Greenstein | 2008-08-13 | 1 | -6/+9 |
* | bnx2x: HW attention lock | Eilon Greenstein | 2008-08-13 | 3 | -19/+25 |
* | bnx2x: HW lock mechanism | Yitchak Gertner | 2008-08-13 | 2 | -44/+75 |
* | bnx2x: Load/Unload under traffic | Vladislav Zolotarov | 2008-08-13 | 3 | -98/+135 |
* | bnx2x: FW Internal Memory structure | Eilon Greenstein | 2008-08-13 | 2 | -334/+299 |
* | bnx2x: Statistics | Yitchak Gertner | 2008-08-13 | 4 | -94/+154 |
* | bnx2x: Not dropping packets with L3/L4 checksum error | Eilon Greenstein | 2008-08-13 | 2 | -12/+19 |
* | bnx2x: FW (bootcode) interface fixes | Eilon Greenstein | 2008-08-13 | 1 | -32/+42 |
* | bnx2x: fix logical op | Randy Dunlap | 2008-08-07 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 2008-08-07 | 5 | -33/+167 |
|\ |
|
| * | [Bluetooth] Add full quirk implementation for btusb driver | Marcel Holtmann | 2008-08-07 | 1 | -2/+161 |
| * | [Bluetooth] Removal of unnecessary ignore module parameter | Marcel Holtmann | 2008-08-07 | 4 | -31/+6 |
* | | Merge branch 'ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linvill... | David S. Miller | 2008-08-07 | 25 | -4/+31522 |
|\ \ |
|
| * | | ath9k: Revamp wireless mode usage | Sujith | 2008-08-07 | 12 | -324/+205 |
| * | | ath9k: More unused macros | Sujith | 2008-08-07 | 1 | -6/+0 |
| * | | ath9k: Remove a few unused macros and fix indentation | Sujith | 2008-08-07 | 1 | -145/+130 |
| * | | ath9k: Use mac80211's band macros and remove enum hal_freq_band | Sujith | 2008-08-07 | 2 | -9/+4 |
| * | | ath9k: Remove redundant data structure ath9k_txq_info | Sujith | 2008-08-07 | 6 | -212/+178 |
| * | | ath9k: Cleanup data structures related to HW capabilities | Sujith | 2008-08-07 | 9 | -320/+330 |
| * | | ath9k: work around gcc ICEs | Adrian Bunk | 2008-08-07 | 1 | -1/+5 |
| * | | ath9k: Add new Atheros IEEE 802.11n driver | Luis R. Rodriguez | 2008-08-07 | 22 | -0/+31685 |
| * | | ath5k: remove Atheros 11n devices from supported list | Luis R. Rodriguez | 2008-08-07 | 1 | -2/+0 |
| * | | list.h: Add list_splice_tail() and list_splice_tail_init() | Luis R. Rodriguez | 2008-08-07 | 2 | -2/+2 |
* | | | p54: swap short slot time dcf values | Christian Lamparter | 2008-08-07 | 1 | -2/+2 |
* | | | rt2x00: Block all unsupported modes | Ivo van Doorn | 2008-08-07 | 1 | -17/+37 |
* | | | p54: Fix for TX sequence number problem | Larry Finger | 2008-08-07 | 2 | -0/+15 |
* | | | iwlwifi: cleanup iwl_tx_skb | Tomas Winkler | 2008-08-07 | 3 | -25/+22 |
|/ / |
|
* | | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri... | Jeff Garzik | 2008-08-07 | 33 | -1863/+1233 |
|\ \ |
|