summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-047-43/+19
|\
| * [IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger2006-01-031-10/+5
| * [TG3]: fixup tot_len calculationAlexey Dobriyan2006-01-031-1/+1
| * [PPPOX]: Fix assignment into const proto_ops.David S. Miller2006-01-032-12/+7
| * [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-034-0/+4
| * [SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo2006-01-031-20/+2
* | [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-042-2/+0
|/
* [TG3]: Update driver version and reldate.David S. Miller2005-12-281-2/+2
* [TG3]: ethtool -d hangs PCIe systemsChris Elmquist2005-12-282-2/+14
* [NET]: Validate socket filters against BPF_MAXINSNS in one spot.David S. Miller2005-12-271-3/+0
* Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-12-242-1/+9
|\
| * [PATCH] missing license for libphy.koOlaf Hering2005-12-241-0/+4
| * [PATCH] orinoco_nortel: Add Symbol LA-4123 IDPavel Roskin2005-12-241-0/+4
| * [PATCH] orinoco_nortel: Fix incorrect PCI resource usePavel Roskin2005-12-241-1/+1
* | [PATCH] forcedeth: fix random memory scribbling bugManfred Spraul2005-12-241-7/+8
* | [SUNGEM]: Fix link error with CONFIG_HOTPLUG disabled.Adrian Bunk2005-12-221-2/+2
|/
* [TG3]: Fix ethtool memory testMichael Chan2005-12-191-4/+3
* [TG3]: Add tw32_wait_f() for some sensitive registersMichael Chan2005-12-191-74/+77
* [TG3]: Some low power fixesMichael Chan2005-12-191-3/+13
* [TG3]: Fix peer device handlingMichael Chan2005-12-191-7/+11
* [PATCH] s2io: __iomem annotations for recent changesAl Viro2005-12-151-5/+5
* [TG3]: Fix low power stateMichael Chan2005-12-132-5/+46
* [TG3]: Fix 5704 single-port modeMichael Chan2005-12-131-2/+7
* [TG3]: Fix suspend and resumeMichael Chan2005-12-131-0/+3
* [TG3]: Fix nvram arbitration bugs.Michael Chan2005-12-131-2/+8
* [netdrvr skge] fix buildJeff Garzik2005-12-131-1/+1
* [PATCH] skge: get rid of warning on raceStephen Hemminger2005-12-121-4/+6
* [PATCH] pcnet32: use MAC address from prom also on powerpcOlaf Hering2005-12-121-5/+0
* Merge branch 'master'Jeff Garzik2005-12-121-6/+9
|\
| * [TG3]: remove warning on raceStephen Hemminger2005-12-061-6/+9
* | [PATCH] sk98lin: rx checksum offset not setStephen Hemminger2005-12-061-2/+2
|/
* [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] 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] net: Fix compiler-error on dgrs.c when !CONFIG_PCIRichard Knutsson2005-11-221-0/+2
* [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
|\