summaryrefslogtreecommitdiffstats
path: root/drivers/net/sk98lin
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/sk98lin: Add missing "space"Joe Perches2008-01-291-1/+1
* sk98lin: kill bogus check and convert to use ARRAY_SIZE()Alejandro Martinez Ruiz2008-01-293-14/+2Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* sk98lin: resurrect driverStephen Hemminger2007-09-1640-0/+41309
* Remove sk98lin ethernet driver.Jeff Garzik2007-07-1040-41302/+0Star
* 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-261-1/+1
* [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiphArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-261-2/+2
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-2/+0Star
* sk98lin: planned removalStephen Hemminger2007-02-171-0/+3
* [PATCH] sk98lin debug build fixMariusz Kozlowski2006-12-051-1/+1
* [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-041-0/+1
* [NET]: Split skb->csumAl Viro2006-12-031-2/+2
* [PATCH] sk98lin: MII ioctl supportStephen Hemminger2006-12-021-0/+54
* [PATCH] sk98lin: ethtool register dumpStephen Hemminger2006-12-021-0/+26
* Fix misc .c/.h comment typosMatt LaPlante2006-11-302-3/+3
* 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-242-3/+3
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-132-2/+2
| * 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] sk98lin: fix truncated collision threshold maskStephen Hemminger2006-07-131-1/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-4/+4
* typo fixes: infomation -> informationAdrian Bunk2006-06-301-1/+1
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-1/+1
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-241-1/+1
* [PATCH] drivers/net/sk98lin/: possible cleanupsAdrian Bunk2006-01-1717-1108/+40Star
* spelling: s/usefull/useful/Adrian Bunk2006-01-103-6/+6
* [PATCH] sk98lin: error handling of pci setupStephen Hemminger2006-01-091-13/+6Star
* [PATCH] sk98lin: error handling on probeStephen Hemminger2006-01-091-11/+17
* [PATCH] sk98lin: use kzallocStephen Hemminger2006-01-091-2/+1Star
* [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/+7Star
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-056-413/+132Star
|\
| * Merge branch 'upstream-fixes'Jeff Garzik2005-12-131-5/+7
| |\
| * | [PATCH] sk98lin: remove /proc interfaceshemminger@osdl.org2005-12-013-308/+2Star
| * | [PATCH] sk98lin: remove redundant fields in device infoshemminger@osdl.org2005-12-012-44/+34Star
| * | [PATCH] sk98lin: allow ethtool checksum on/off per portshemminger@osdl.org2005-12-013-36/+79
| * | Merge branch 'upstream-fixes'Jeff Garzik2005-12-015-1011/+45Star
| |\ \
| * | | [PATCH] skge: fix warning from inlining SkPciWriteCfgDWord()John W. Linville2005-11-161-1/+0Star
| * | | [PATCH] drivers/net/sk98lin/skge.c: make SkPciWriteCfgDWord() a static inlineAdrian Bunk2005-11-162-30/+21Star
* | | | [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-012-1/+4
* | [PATCH] sk98lin: fix checksumming codeshemminger@osdl.org2005-12-014-1007/+38Star
|/
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-3/+0Star
* [PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro2005-09-291-4/+4