aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sk98lin/skge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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] 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-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 Torvalds1-2/+2
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-3/+3
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-4/+4
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu1-1/+1
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-1/+1
2006-01-10spelling: s/usefull/useful/Adrian Bunk1-1/+1
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 Torvalds1-131/+81
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.org1-41/+1
2005-12-01[PATCH] sk98lin: remove redundant fields in device infoshemminger@osdl.org1-38/+33
2005-12-01[PATCH] sk98lin: allow ethtool checksum on/off per portshemminger@osdl.org1-36/+30
2005-12-01Merge branch 'upstream-fixes'Jeff Garzik1-133/+41
2005-12-01[PATCH] sk98lin: avoid message confusion with skgeshemminger@osdl.org1-3/+3
2005-12-01[PATCH] sk98lin: add permanent address supportshemminger@osdl.org1-1/+2
2005-12-01[PATCH] sk98lin: fix checksumming codeshemminger@osdl.org1-129/+36
2005-11-16[PATCH] drivers/net/sk98lin/skge.c: make SkPciWriteCfgDWord() a static inlineAdrian Bunk1-22/+21
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-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 Torvalds1-0/+5186