aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-43/+19
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2-2/+0
2006-01-03[IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger1-10/+5
2006-01-03[TG3]: fixup tot_len calculationAlexey Dobriyan1-1/+1
2006-01-03[PPPOX]: Fix assignment into const proto_ops.David S. Miller2-12/+7
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo4-0/+4
2006-01-03[SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo1-20/+2
2005-12-28[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-12-28[TG3]: ethtool -d hangs PCIe systemsChris Elmquist2-2/+14
2005-12-27[NET]: Validate socket filters against BPF_MAXINSNS in one spot.David S. Miller1-3/+0
2005-12-24Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds2-1/+9
2005-12-24[PATCH] forcedeth: fix random memory scribbling bugManfred Spraul1-7/+8
2005-12-24[PATCH] missing license for libphy.koOlaf Hering1-0/+4
2005-12-24[PATCH] orinoco_nortel: Add Symbol LA-4123 IDPavel Roskin1-0/+4
2005-12-24[PATCH] orinoco_nortel: Fix incorrect PCI resource usePavel Roskin1-1/+1
2005-12-22[SUNGEM]: Fix link error with CONFIG_HOTPLUG disabled.Adrian Bunk1-2/+2
2005-12-19[TG3]: Fix ethtool memory testMichael Chan1-4/+3
2005-12-19[TG3]: Add tw32_wait_f() for some sensitive registersMichael Chan1-74/+77
2005-12-19[TG3]: Some low power fixesMichael Chan1-3/+13
2005-12-19[TG3]: Fix peer device handlingMichael Chan1-7/+11
2005-12-15[PATCH] s2io: __iomem annotations for recent changesAl Viro1-5/+5
2005-12-13[TG3]: Fix low power stateMichael Chan2-5/+46
2005-12-13[TG3]: Fix 5704 single-port modeMichael Chan1-2/+7
2005-12-13[TG3]: Fix suspend and resumeMichael Chan1-0/+3
2005-12-13[TG3]: Fix nvram arbitration bugs.Michael Chan1-2/+8
2005-12-13[netdrvr skge] fix buildJeff Garzik1-1/+1
2005-12-12[PATCH] skge: get rid of warning on raceStephen Hemminger1-4/+6
2005-12-12[PATCH] pcnet32: use MAC address from prom also on powerpcOlaf Hering1-5/+0
2005-12-12Merge branch 'master'Jeff Garzik1-6/+9
2005-12-06[TG3]: remove warning on raceStephen Hemminger1-6/+9
2005-12-06[PATCH] sk98lin: rx checksum offset not setStephen Hemminger1-2/+2
2005-12-01[netdrvr skge] fix typo, fix buildJeff Garzik1-1/+1
2005-12-01[netdrvr fmvj18x_cs] fix multicast bugKomuro1-21/+11
2005-12-01[wireless airo] reset card in initMatthieu CASTET1-2/+2
2005-12-01[PATCH] skge: handle VLAN checksum correctly on yukon rev 0Stephen Hemminger1-3/+1
2005-12-01[PATCH] orinoco: fix setting power management parametersPavel Roskin1-2/+1
2005-12-01[PATCH] jazzsonic: Fix platform device codeRalf Baechle1-1/+1
2005-12-01[PATCH] jazzsonic: Fix build error.Ralf Baechle1-1/+1
2005-12-01[PATCH] mipsnet: Fix Copyright notice.Ralf Baechle1-25/+5
2005-12-01[PATCH] ibm_emac: fix graceful stop timeout handlingEugene Surovegin2-9/+31
2005-12-01[PATCH] sk98lin: avoid message confusion with skgeshemminger@osdl.org1-3/+3
2005-12-01[PATCH] sk98lin: add permanent address supportshemminger@osdl.org2-1/+4
2005-12-01[PATCH] sk98lin: fix checksumming codeshemminger@osdl.org4-1007/+38
2005-12-01[PATCH] e1000: fix for dhcp issueJesse Brandeburg1-13/+1
2005-11-30b44: increase version numberFrancois Romieu1-2/+2
2005-11-30b44: early return in dev->do_ioctl when the device is not upFrancois Romieu1-2/+5
2005-11-30b44: missing netif_wake_queue() in b44_open()Mark Lord1-0/+2
2005-11-22[PATCH] net: Fix compiler-error on dgrs.c when !CONFIG_PCIRichard Knutsson1-0/+2
2005-11-18[wireless hermes] build fixJeff Garzik1-3/+3
2005-11-18Merge branch 'upstream-fixes' of git://git.tuxdriver.com/git/netdev-jwlJeff Garzik3-12/+21