aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sk98lin/skge.c
Commit message (Expand)AuthorAgeFilesLines
* sk98lin: remove obsolete driverStephen Hemminger2008-03-171-5218/+0
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* sk98lin: resurrect driverStephen Hemminger2007-09-151-0/+5219
* Remove sk98lin ethernet driver.Jeff Garzik2007-07-101-5211/+0
* sk98lin: handle pci_enable_device() return value in skge_resume()Dmitriy Monakhov2007-04-281-5/+15
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-251-2/+2
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-2/+0
* sk98lin: planned removalStephen Hemminger2007-02-171-0/+3
* [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-041-0/+1
* [NET]: Split skb->csumAl Viro2006-12-021-2/+2
* [PATCH] sk98lin: MII ioctl supportStephen Hemminger2006-12-021-0/+54
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-5/+5
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-2/+2
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-3/+3
|/
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-4/+4
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-1/+1
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-241-1/+1
* spelling: s/usefull/useful/Adrian Bunk2006-01-101-1/+1
* [PATCH] sk98lin: error handling of pci setupStephen Hemminger2006-01-091-13/+6
* [PATCH] sk98lin: error handling on probeStephen Hemminger2006-01-091-11/+17
* [PATCH] sk98lin: use kzallocStephen Hemminger2006-01-091-2/+1
* [PATCH] sk98lin: error handling on dual port boardStephen Hemminger2006-01-091-15/+21
* [PATCH] sk98lin: not doing high dma properlyStephen Hemminger2006-01-091-4/+24
* [PATCH] sk98lin: routine called from probe marked __initStephen Hemminger2006-01-091-8/+7
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-041-131/+81
|\
| * Merge branch 'upstream-fixes'Jeff Garzik2005-12-131-5/+7
| |\
| * | [PATCH] sk98lin: remove /proc interfaceshemminger@osdl.org2005-12-011-41/+1
| * | [PATCH] sk98lin: remove redundant fields in device infoshemminger@osdl.org2005-12-011-38/+33
| * | [PATCH] sk98lin: allow ethtool checksum on/off per portshemminger@osdl.org2005-12-011-36/+30
| * | Merge branch 'upstream-fixes'Jeff Garzik2005-12-011-133/+41
| |\ \
| * | | [PATCH] drivers/net/sk98lin/skge.c: make SkPciWriteCfgDWord() a static inlineAdrian Bunk2005-11-161-22/+21
* | | | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
| |_|/ |/| |
* | | [PATCH] sk98lin: rx checksum offset not setStephen Hemminger2005-12-061-2/+2
| |/ |/|
* | [PATCH] sk98lin: avoid message confusion with skgeshemminger@osdl.org2005-12-011-3/+3
* | [PATCH] sk98lin: add permanent address supportshemminger@osdl.org2005-12-011-1/+2
* | [PATCH] sk98lin: fix checksumming codeshemminger@osdl.org2005-12-011-129/+36
|/
* [PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro2005-09-291-4/+4
* [PATCH] sk98lin: remove PCI id info for cards for conflicting devicesStephen Hemminger2005-09-141-7/+5
* [PATCH] skge build fixAndrew Morton2005-08-011-0/+3
* [PATCH] sk98lin: basic suspend/resume support fixesRafael J. Wysocki2005-07-301-12/+26
* /home/lenb/src/to-linus branch 'acpi-2.6.12'Len Brown2005-07-291-0/+63
|\
| * [ACPI] fix resume issues on Asus L5DRafael J. Wysocki2005-07-291-0/+63
* | drivers/net/: Use the DMA_{64,32}BIT_MASK constantsDomen Puncer2005-06-261-2/+3
* | [netdrvrs] Use netif_carrier_* instead of IFF_RUNNING2005-05-121-5/+3
|/
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+5186