aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamachi.c
Commit message (Expand)AuthorAgeFilesLines
* hamachi: use netdev_alloc_skbStephen Hemminger2008-05-221-10/+2
* net: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-1/+1
* hamachi endianness fixesAl Viro2007-12-141-33/+37
* network drivers: sparse warning fixesStephen Hemminger2007-10-101-2/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-5/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-2/+2
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-121/+119
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-4/+4
| * drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-113/+113
| * [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-4/+2
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
|/
* [netdrvr] Use dev_printk() when ethernet interface isn't availableJeff Garzik2006-07-051-1/+2
* [netdrvr] Remove Linux-specific changelogs from several Becker template driversJeff Garzik2006-07-051-10/+3
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Massive net driver const-ification.Arjan van de Ven2006-03-031-1/+1
* [PATCH] -Wundef fixes (hamachi)viro@ZenIV.linux.org.uk2005-09-071-0/+4
* [NET]: Remove gratuitous use of skb->tail in network drivers.David S. Miller2005-06-281-6/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+2024