aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ixp2000: use netif_rx_schedule_testLennert Buytenhek2005-12-011-7/+1
* [PATCH] caleb/pm3386: include proper header filesLennert Buytenhek2005-12-012-0/+2
* [PATCH] pm3386: remove unnecessary udelaysLennert Buytenhek2005-12-011-13/+0
* [PATCH] pm3386: zero stats properlyLennert Buytenhek2005-12-011-1/+1
* [PATCH] ixp2000: register netdevices lastLennert Buytenhek2005-12-011-18/+17
* [PATCH] sk98lin: remove /proc interfaceshemminger@osdl.org2005-12-013-308/+2
* [PATCH] sk98lin: remove redundant fields in device infoshemminger@osdl.org2005-12-012-44/+34
* [PATCH] sk98lin: allow ethtool checksum on/off per portshemminger@osdl.org2005-12-013-36/+79
* Merge branch 'upstream-fixes'Jeff Garzik2005-12-017-1028/+55
|\
| * [PATCH] sk98lin: avoid message confusion with skgeshemminger@osdl.org2005-12-011-3/+3
| * [PATCH] sk98lin: add permanent address supportshemminger@osdl.org2005-12-012-1/+4
| * [PATCH] sk98lin: fix checksumming codeshemminger@osdl.org2005-12-014-1007/+38
| * [PATCH] e1000: fix for dhcp issueJesse Brandeburg2005-12-011-13/+1
| * b44: increase version numberFrancois Romieu2005-11-301-2/+2
| * b44: early return in dev->do_ioctl when the device is not upFrancois Romieu2005-11-301-2/+5
| * b44: missing netif_wake_queue() in b44_open()Mark Lord2005-11-301-0/+2
* | [PATCH] sky2: update version numbershemminger@osdl.org2005-12-011-3/+4
* | [PATCH] sky2: use pci_register_drivershemminger@osdl.org2005-12-011-1/+1
* | [PATCH] sky2: remove pci-express hacksshemminger@osdl.org2005-12-012-18/+6
* | [PATCH] sky2: byteorder annotationshemminger@osdl.org2005-12-011-10/+10
* | [PATCH] sky2: dual port tx completionshemminger@osdl.org2005-12-011-10/+16
* | [PATCH] sky2: race with MTU changeshemminger@osdl.org2005-12-011-3/+17
* | [PATCH] sky2: change netif_rx_schedule_test to __netif_schedule_prepshemminger@osdl.org2005-12-011-2/+3
* | [PATCH] sky2: handle DMA boundary crossingshemminger@osdl.org2005-12-011-6/+12
* | [PATCH] sky2: add Yukon-EC ultra supportshemminger@osdl.org2005-12-012-3/+33
* | [PATCH] sky2: improve receive performanceshemminger@osdl.org2005-12-011-32/+34
* | [PATCH] sky2: fix receive flush/pause issuesshemminger@osdl.org2005-12-011-13/+7
* | [PATCH] sky2: add MII supportshemminger@osdl.org2005-12-011-8/+61
* | [PATCH] sky2: eliminate special case for EC-A1shemminger@osdl.org2005-12-012-13/+2
* | Merge branch 'master'Jeff Garzik2005-11-291-0/+2
|\ \ | |/
| * [PATCH] net: Fix compiler-error on dgrs.c when !CONFIG_PCIRichard Knutsson2005-11-221-0/+2
* | [bonding] Remove superfluous changelog.Jeff Garzik2005-11-287-619/+0
* | Merge branch 'upstream-fixes'Jeff Garzik2005-11-184-15/+24
|\ \ | |/
| * [wireless hermes] build fixJeff Garzik2005-11-181-3/+3
| * Merge branch 'upstream-fixes' of git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-183-12/+21
| |\
| | * [PATCH] ipw2100: Fix 'Driver using old /proc/net/wireless...' messageJames Ketrenos2005-11-182-11/+20
| | * [PATCH] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xxJohn W. Linville2005-11-181-1/+1
* | | Merge branch 'upstream-fixes'Jeff Garzik2005-11-1812-46/+328
|\ \ \ | |/ /
| * | [PATCH] drivers/net/wireless/hermes.c unsigned int comparisionGabriel A. Devenyi2005-11-181-3/+3
| * | [PATCH] prism54 : Remove extraneous udelay/register readRoger While2005-11-181-2/+2
| * | [PATCH] SAA9730: Add missing header bits.Ralf Baechle2005-11-181-11/+25
| * | [PATCH] au1000_eth: Include <linux/config.h>Ralf Baechle2005-11-181-0/+1
| * | [PATCH] IOC3: Replace obsolete PCI APIRalf Baechle2005-11-181-1/+1
| * | [PATCH] i82593.h: make header comment GPL-compatibleJohn W. Linville2005-11-181-3/+8
| * | [PATCH] e100: re-enable microcode with more useful defaultsJesse Brandeburg2005-11-181-18/+257
| * | Merge branch 'halasa-hdlc' of git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-183-0/+16
| |\ \
| | * | [PATCH] Generic HDLC WAN drivers - disable netif_carrier_off()Krzysztof Halasa2005-11-163-0/+16
| | |/
| * | Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2005-11-181-4/+2
| |\ \
| | * | r8169: do not abort when the power management capabilities are disabledFrancois Romieu2005-11-161-3/+1
| | * | r8169: fix printk_ratelimit in the interrupt handlerFrancois Romieu2005-11-161-1/+1