summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamachi.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
* hamachi: Use the instance of net_device_stats from net_device.Kulikov Vasiliy2010-07-051-26/+37
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-1/+0
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* | net: convert multicast list to list_headJiri Pirko2010-04-031-4/+4
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-221-3/+4
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+3
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-5/+5
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-6/+6
|/
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-10/+13
|\
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-10/+13
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
|/
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* net: dont update dev->trans_startEric Dumazet2009-05-291-2/+1
* hamachi: fix non-constant printk warningsStephen Hemminger2009-02-261-1/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-4/+4
* netdev: add missing set_mac_address hookStephen Hemminger2009-01-111-0/+1
* hamachi: convert to net_device_opsStephen Hemminger2008-11-211-7/+14
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
* 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-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+2024
OpenPOWER on IntegriCloud