aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sk98lin (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-04[PATCH] sk98lin debug build fixMariusz Kozlowski1-1/+1
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro1-0/+1
2006-12-02[NET]: Split skb->csumAl Viro1-2/+2
2006-12-02[PATCH] sk98lin: MII ioctl supportStephen Hemminger1-0/+54
2006-12-02[PATCH] sk98lin: ethtool register dumpStephen Hemminger1-0/+26
2006-11-30Fix misc .c/.h comment typosMatt LaPlante2-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-5/+5
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds2-3/+3
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-3/+3
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik2-2/+2
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-12[PATCH] sk98lin: fix truncated collision threshold maskStephen Hemminger1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-4/+4
2006-06-30typo fixes: infomation -> informationAdrian Bunk1-1/+1
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu1-1/+1
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-1/+1
2006-01-17[PATCH] drivers/net/sk98lin/: possible cleanupsAdrian Bunk17-1108/+40
2006-01-10spelling: s/usefull/useful/Adrian Bunk3-6/+6
2006-01-09[PATCH] sk98lin: error handling of pci setupStephen Hemminger1-13/+6
2006-01-09[PATCH] sk98lin: error handling on probeStephen Hemminger1-11/+17
2006-01-09[PATCH] sk98lin: use kzallocStephen Hemminger1-2/+1
2006-01-09[PATCH] sk98lin: error handling on dual port boardStephen Hemminger1-15/+21
2006-01-09[PATCH] sk98lin: not doing high dma properlyStephen Hemminger1-4/+24
2006-01-09[PATCH] sk98lin: routine called from probe marked __initStephen Hemminger1-8/+7
2006-01-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds6-413/+132
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+1
2005-12-13Merge branch 'upstream-fixes'Jeff Garzik1-5/+7
2005-12-06[PATCH] sk98lin: rx checksum offset not setStephen Hemminger1-2/+2
2005-12-01[PATCH] sk98lin: remove /proc interfaceshemminger@osdl.org3-308/+2
2005-12-01[PATCH] sk98lin: remove redundant fields in device infoshemminger@osdl.org2-44/+34
2005-12-01[PATCH] sk98lin: allow ethtool checksum on/off per portshemminger@osdl.org3-36/+79
2005-12-01Merge branch 'upstream-fixes'Jeff Garzik5-1011/+45
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-11-16[PATCH] skge: fix warning from inlining SkPciWriteCfgDWord()John W. Linville1-1/+0
2005-11-16[PATCH] drivers/net/sk98lin/skge.c: make SkPciWriteCfgDWord() a static inlineAdrian Bunk2-30/+21
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-3/+0
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro1-4/+4
2005-09-14[PATCH] sk98lin: remove PCI id info for cards for conflicting devicesStephen Hemminger1-7/+5
2005-08-01[PATCH] skge build fixAndrew Morton1-0/+3
2005-07-31Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds2-5/+5
2005-07-31[PATCH] sk98lin: fix workaround for yukon-lite chipset (> rev 7)Stephen Hemminger2-5/+5
2005-07-30[PATCH] sk98lin: basic suspend/resume support fixesRafael J. Wysocki1-12/+26
2005-07-29/home/lenb/src/to-linus branch 'acpi-2.6.12'Len Brown1-0/+63
2005-07-29[ACPI] fix resume issues on Asus L5DRafael J. Wysocki1-0/+63
2005-06-26drivers/net/: Use the DMA_{64,32}BIT_MASK constantsDomen Puncer1-2/+3
2005-05-12[netdrvrs] Use netif_carrier_* instead of IFF_RUNNING1-5/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds42-0/+43427