index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hp100.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2010-08-02
hp100: unmap memory on error path
Dan Carpenter
1
-2
/
+4
2010-07-05
hp100: Use the instance of net_device_stats from net_device.
Kulikov Vasiliy
1
-25
/
+22
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
1
-1
/
+1
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-7
/
+3
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+0
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2010-02-22
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
Jiri Pirko
1
-3
/
+3
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-3
/
+4
2010-01-07
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
1
-1
/
+1
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
1
-2
/
+2
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-09-01
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
1
-5
/
+8
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-3
/
+3
2009-06-17
net: fix network drivers ndo_start_xmit() return values
Patrick McHardy
1
-18
/
+17
2009-05-01
net: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-2
/
+2
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-1
/
+1
2009-01-07
hp100: update to net_device_ops
Stephen Hemminger
1
-8
/
+24
2008-12-16
hp100: use roundup instead of open coding
Ilpo Järvinen
1
-4
/
+4
2008-12-03
netdev: remove pathetic compile-command lines
Alexey Dobriyan
1
-9
/
+0
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-2
/
+0
2008-10-27
net: convert print_mac to %pM
Johannes Berg
1
-3
/
+2
2008-01-28
NULL noise in drivers/net
Al Viro
1
-1
/
+1
2007-10-16
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
1
-2
/
+2
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-3
/
+3
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-5
/
+0
2007-06-01
net/hp100: fix section mismatch warning
Sam Ravnborg
1
-1
/
+1
2007-04-25
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-1
/
+0
2007-02-06
hp100: convert pci_module_init() to pci_register_driver()
Richard Knutsson
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-10-02
[PATCH] hp100: fix conditional compilation mess
Jeff Garzik
1
-3
/
+5
2006-10-01
[netdrvr] hp100: encapsulate all non-module code
Jeff Garzik
1
-2
/
+3
2006-09-13
drivers/net: Trim trailing whitespace
Jeff Garzik
1
-77
/
+77
2006-08-14
[PATCH] remove unnecessary config.h includes from drivers/net/
Dave Jones
1
-1
/
+0
2006-07-02
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-23
[NET]: Avoid allocating skb in skb_pad
Herbert Xu
1
-5
/
+2
2006-02-09
Merge branch 'viro'
Jeff Garzik
1
-22
/
+8
2006-01-28
[PATCH] dead code removed in hp100
Al Viro
1
-22
/
+8
2006-01-17
[PATCH] drivers/net/*: use time_after() and friends
Marcelo Feitoza Parisi
1
-2
/
+3
2006-01-10
spelling: s/retreive/retrieve/
Adrian Bunk
1
-1
/
+1
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
1
-1
/
+0
2005-09-14
[PATCH] drivers/net: fix-up schedule_timeout() usage
Nishanth Aravamudan
1
-32
/
+16
2005-06-26
drivers/net/: Use the DMA_{64,32}BIT_MASK constants
Domen Puncer
1
-1
/
+2
2005-05-12
[netdrvr] Fix register_netdev() races in older ISA net drivers
1
-26
/
+15
2005-05-01
[PATCH] hp100: fix card names
Pavel Machek
1
-2
/
+2
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+3115