summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2005-10-287-34/+26
|\
| * Merge ../bleed-2.6Greg KH2005-10-28127-3933/+6572
| |\
| * | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-285-32/+24
| * | [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-282-2/+2
* | | Merge branch 'forlinus' of git://parisc-linux.org/home/kyle/git/parisc-2.6Linus Torvalds2005-10-281-7/+23
|\ \ \ | |_|/ |/| |
| * | Auto-update from upstreamKyle McMartin2005-10-286-8/+9
| |\ \
| * | | [PARISC] Add NETPOLL support to lasi_82596Sven Schnelle2005-10-211-3/+18
| * | | [PARISC] Convert parisc_device to use struct resource for hpaMatthew Wilcox2005-10-211-3/+4
| * | | [PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks betterMatthew Wilcox2005-10-211-1/+1
| | |/ | |/|
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-10-287-3/+898
|\ \ \
| * | | [ARM] 2897/2: PXA2xx IRDA supportNicolas Pitre2005-10-283-0/+882
| * | | [ARM] 2919/1: CS8900A ethernet driver modifications for the Comdial MP1000Jon Ringle2005-10-283-3/+15
| * | | [ARM] 2/4: Remove asm/hardware.h from asm-arm/arch-ebsa110/io.hRussell King2005-10-281-0/+1
| |/ /
* | | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2005-10-28115-3922/+5665
|\ \ \ | |_|/ |/| |
| * | [netdrvr forcedeth] scatter gather and segmentation offload supportAyaz Abdulla2005-10-261-87/+162
| * | [PATCH] sb1250-mac: PHY probing fixes.Ralf Baechle2005-10-201-0/+36
| * | Merge branch 'master'Jeff Garzik2005-10-201-2/+3
| |\|
| * | [PATCH] e1000: Driver version, white space, comments, device id & otherMallikarjuna R Chilakala2005-10-201-4/+9
| * | [PATCH] sundance: include MII address 0 in PHY probeJohn W. Linville2005-10-201-4/+5
| * | [PATCH] sb1250-mac: Whitespace cleanup.Ralf Baechle2005-10-191-515/+515
| * | [PATCH] sb1250-mac: Get rid of all the funny SBMAC_WRITECSR and SBMAC_READCSR...Ralf Baechle2005-10-191-171/+132
| * | [PATCH] Remove unused header.Ralf Baechle2005-10-191-62/+0
| * | [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] 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