summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | [PATCH] sky2: interrupt not cleared.Stephen Hemminger2005-12-031-0/+1
| * | | | | | | | | | | [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
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | [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] 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
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | [bonding] Remove superfluous changelog.Jeff Garzik2005-11-287-619/+0
| * | | | | | | | | | | | Merge branch 'upstream-fixes'Jeff Garzik2005-11-184-15/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'upstream-fixes'Jeff Garzik2005-11-1812-46/+328
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [PATCH] intel ixp2000 network driverLennert Buytenhek2005-11-1818-0/+2462
| * | | | | | | | | | | | | [PATCH] Gianfar update and sysfs supportAndy Fleming2005-11-186-112/+507
| * | | | | | | | | | | | | [PATCH] s2io: UFO supportAnanda Raju2005-11-182-77/+112
| * | | | | | | | | | | | | Merge branch 'upstream-jgarzik' of git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-187-774/+784
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | [PATCH] hostap: rename hostap.c to hostap_main.cAdrian Bunk2005-11-162-0/+1
| | * | | | | | | | | | | | | [PATCH] atmel: audit return code of create_proc_read_entryChristophe Lucas2005-11-161-1/+4
| | * | | | | | | | | | | | | [PATCH] atmel: CodingStyle cleanupCarlo Perassi2005-11-161-728/+759
| | * | | | | | | | | | | | | [PATCH] Remove drivers/net/wan/lmc/lmc_prot.hTobias Klauser2005-11-161-15/+0
OpenPOWER on IntegriCloud