aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sk98lin (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-09-15sk98lin: resurrect driverStephen Hemminger40-0/+41309
2007-07-10Remove sk98lin ethernet driver.Jeff Garzik40-41302/+0
2007-04-28sk98lin: handle pci_enable_device() return value in skge_resume()Dmitriy Monakhov1-5/+15
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiphArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-2/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+0
2007-02-17sk98lin: planned removalStephen Hemminger1-0/+3
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