summaryrefslogtreecommitdiffstats
path: root/drivers/net/hp100.c
Commit message (Expand)AuthorAgeFilesLines
* hp100: Move the HP driverJeff Kirsher2011-08-131-3068/+0Star
* drivers/net: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser2011-07-081-10/+8Star
* hp100: fix an skb->len raceEric Dumazet2011-06-201-2/+2
* Revert "net: fix section mismatches"David S. Miller2011-06-011-6/+6
* net: fix section mismatchesMichał Mirosław2011-04-191-6/+6
* Fix common misspellingsLucas De Marchi2011-03-311-8/+8
* drivers/net: return operator cleanupEric Dumazet2010-09-271-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-051-1/+1
|\
| * fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* | hp100: unmap memory on error pathDan Carpenter2010-08-031-2/+4
* | hp100: Use the instance of net_device_stats from net_device.Kulikov Vasiliy2010-07-061-25/+22Star
|/
* net: trans_start cleanupsEric Dumazet2010-05-101-7/+3Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-1/+0Star
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-231-3/+3
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+4
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-5/+8
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-3/+3
* net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy2009-06-171-18/+17Star
* net: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-05-021-2/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* hp100: update to net_device_opsStephen Hemminger2009-01-081-8/+24
* hp100: use roundup instead of open codingIlpo Järvinen2008-12-161-4/+4
* netdev: remove pathetic compile-command linesAlexey Dobriyan2008-12-041-9/+0Star
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
* NULL noise in drivers/netAl Viro2008-01-291-1/+1
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-2/+2
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-3/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-5/+0Star
* net/hp100: fix section mismatch warningSam Ravnborg2007-06-011-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* hp100: convert pci_module_init() to pci_register_driver()Richard Knutsson2007-02-071-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] hp100: fix conditional compilation messJeff Garzik2006-10-031-3/+5
* [netdrvr] hp100: encapsulate all non-module codeJeff Garzik2006-10-011-2/+3
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-77/+77
* [PATCH] remove unnecessary config.h includes from drivers/net/Dave Jones2006-08-141-1/+0Star
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-5/+2Star
* Merge branch 'viro'Jeff Garzik2006-02-091-22/+8Star
|\
| * [PATCH] dead code removed in hp100Al Viro2006-01-291-22/+8Star
* | [PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi2006-01-171-2/+3
|/
* spelling: s/retreive/retrieve/Adrian Bunk2006-01-101-1/+1
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0Star
* [PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-141-32/+16Star