summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] e1000 build fixAndrew Morton2005-10-181-1/+1
* [PATCH] sundance: expand reset maskJohn W. Linville2005-10-181-1/+1
* [PATCH] sundance: remove if (1) { ... } block in sundance_probe1John W. Linville2005-10-181-23/+21
* [PATCH] orinoco: remove redundance skb length check before paddingJohn W. Linville2005-10-181-5/+3
* [PATCH] b44: alternate allocation option for DMA descriptorsJohn W. Linville2005-10-182-8/+128
* [PATCH] bonding: cleanup comment for mode 1 IGMP xmit hackJohn W. Linville2005-10-181-3/+7
* [PATCH] 8139too: fix resume for Realtek 8100B/8139DJohn W. Linville2005-10-181-1/+2
* [PATCH] epic100: fix counting of work_done in epic_pollJohn W. Linville2005-10-181-2/+2
* [PATCH] via-rhine: change mdelay to msleep and remove from ISR pathJohn W. Linville2005-10-181-3/+31
* [PATCH] s2io build fixAndrew Morton2005-10-181-1/+1
* [PATCH] e1000_intr build fixAndrew Morton2005-10-181-1/+1
* [PATCH] mipsnet: Virtual ethernet driver for MIPSsim.Ralf Baechle2005-10-184-0/+507
* [PATCH] ne: Support for RBHMA4500 eval board.Ralf Baechle2005-10-181-0/+15
* [PATCH] declance: Use physical addresses at the interface level.Ralf Baechle2005-10-181-16/+10
* [PATCH] declance: Deal with the bloody KSEG vs CKSEG horror...Ralf Baechle2005-10-181-1/+1
* [PATCH] declance: Fix mapping of device.Ralf Baechle2005-10-181-2/+2
* [PATCH] declance: Convert to irqreturn_t.Ralf Baechle2005-10-181-2/+3
* [PATCH] sgiseeq: Configure PIO and DMA timing requests.Ralf Baechle2005-10-181-14/+14
* [PATCH] sgiseeq: Fix resource handling.Ralf Baechle2005-10-181-5/+4
* [PATCH] de2104x: Resurrect Cobalt support for 2.6.Ralf Baechle2005-10-181-0/+5
* [PATCH] au1000_eth: Misc Au1000 net driver fixes.Ralf Baechle2005-10-181-8/+5
* [PATCH] sb1250-mac: Ensure 16-byte alignment of the descriptor ring.Ralf Baechle2005-10-181-1/+8
* [PATCH] sb1250-mac: Check the actual setting for reporting hw checksumming.Ralf Baechle2005-10-181-1/+1
* Merge branch 'master'Jeff Garzik2005-10-181-1/+1
|\
| * [PATCH] wireless/airo: Build fixMatteo Croce2005-10-141-1/+1
* | [PATCH] Initialize the .owner field the tty_ldisc structure.Ralf Baechle2005-10-181-0/+1
* | [PATCH] SMACK support for mkissRalf Baechle2005-10-182-31/+148
* | [PATCH] rcu in bpqether driver.Ralf Baechle2005-10-181-6/+3
* | [PATCH] S2io: Offline diagnostics fixesravinandan.arakali@neterion.com2005-10-182-80/+162
* | Merge branch 'master'Jeff Garzik2005-10-134-210/+23
|\|
| * e100: revert CPU cycle saver microcode, it causes severe problemsJeff Garzik2005-10-111-206/+18
| * [PATCH] gfp flags annotations - part 1Al Viro2005-10-083-3/+3
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-10-061-2/+3
| |\
| | * [BONDING]: fix sparse gfp nocast warningsRandy Dunlap2005-10-041-2/+3
* | | Merge branch 'master'Jeff Garzik2005-10-052-10/+9
|\| |
| * | [PATCH] orinoco: Information leakage due to incorrect paddingPavel Roskin2005-10-041-5/+9
| |/
| * [PATCH] bogus kfree() in ibmtrAl Viro2005-10-041-5/+0
* | [wireless ipw2200] remove redundant return statementMateusz Berezecki2005-10-041-2/+0
* | [PATCH] bonding: replicate IGMP traffic in activebackup modeJohn W. Linville2005-10-041-2/+51
* | [netdrvr s2io] Add a MODULE_VERSION entryJohn Linville2005-10-041-3/+7
* | [PATCH] s2io: change strncpy length arg to use size of targetJohn W. Linville2005-10-041-5/+4
* | airo: fix resumeMichal Schmidt2005-10-041-3/+4
* | [PATCH] AX.25: Convert mkiss.c to DEFINE_RWLOCKRalf Baechle2005-10-041-1/+1
* | [PATCH] AX.25: Delete debug printk from mkiss driverRalf Baechle2005-10-041-1/+0
* | e1000: fix warningsJeff Garzik2005-10-041-6/+9
* | e1000: Flush shadow RAMMallikarjuna R Chilakala2005-10-042-2/+5
* | e1000: Added msleep_interruptible delayMallikarjuna R Chilakala2005-10-041-0/+1
* | e1000: Fixes for packet split related issuesMallikarjuna R Chilakala2005-10-043-38/+60
* | e1000: Enable custom configuration bits for 82571/2 controllersMallikarjuna R Chilakala2005-10-041-0/+23
* | e1000: implementation of the multi-queue featureMallikarjuna R Chilakala2005-10-041-3/+188