summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ixp2000: change netif_schedule_test to __netif_schedule_prepStephen Hemminger2005-12-031-1/+1
* [PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200Brice Goglin2005-12-015-35/+35
* [PATCH] ipw2200: kzalloc conversion and Kconfig dependency fixTakis2005-12-012-3/+2
* Merge branch 'upstream-fixes'Jeff Garzik2005-12-018-64/+53
|\
| * [netdrvr skge] fix typo, fix buildJeff Garzik2005-12-011-1/+1
| * [netdrvr fmvj18x_cs] fix multicast bugKomuro2005-12-011-21/+11
| * [wireless airo] reset card in initMatthieu CASTET2005-12-011-2/+2
| * [PATCH] skge: handle VLAN checksum correctly on yukon rev 0Stephen Hemminger2005-12-011-3/+1
| * [PATCH] orinoco: fix setting power management parametersPavel Roskin2005-12-011-2/+1
| * [PATCH] jazzsonic: Fix platform device codeRalf Baechle2005-12-011-1/+1
| * [PATCH] jazzsonic: Fix build error.Ralf Baechle2005-12-011-1/+1
| * [PATCH] mipsnet: Fix Copyright notice.Ralf Baechle2005-12-011-25/+5
| * [PATCH] ibm_emac: fix graceful stop timeout handlingEugene Surovegin2005-12-012-9/+31
* | [PATCH] airo.c: add support for IW_ENCODE_TEMP (i.e. xsupplicant)Dan Streetman2005-12-011-7/+8
* | [PATCH] ixp2000: add driver version, bump version to 0.2Lennert Buytenhek2005-12-011-0/+4
* | [PATCH] ixp2000: add netpoll supportLennert Buytenhek2005-12-011-0/+12
* | [PATCH] enp2611: disable/enable SERDES carrier on interface down/upLennert Buytenhek2005-12-011-0/+5
* | [PATCH] pm3386: implement resetLennert Buytenhek2005-12-011-1/+31
* | [PATCH] pm3386: add hook for setting carrierLennert Buytenhek2005-12-012-0/+6
* | [PATCH] pm3386: add hook for setting MAC addressLennert Buytenhek2005-12-012-0/+8
* | [PATCH] ixp2000: report MAC addresses for each port on initLennert Buytenhek2005-12-011-0/+8
* | [PATCH] enp2611: report link up/down eventsLennert Buytenhek2005-12-011-0/+5
* | [PATCH] enp2611: use 'dev' in link status timerLennert Buytenhek2005-12-011-4/+4
* | [PATCH] enp2611: don't check netif_running() in link status timerLennert Buytenhek2005-12-011-3/+0
* | [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
| * Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2005-12-011-4/+9
| |\
| | * 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-012-6/+7
* | | [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