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
/
cassini.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
NULL noise in drivers/net
Al Viro
1
-1
/
+1
2008-01-28
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
Alejandro Martinez Ruiz
1
-1
/
+1
2008-01-04
[CASSINI]: Bump driver version and release date.
David S. Miller
1
-2
/
+2
2008-01-04
[CASSINI]: Fix two obvious NAPI bugs.
David S. Miller
1
-2
/
+2
2008-01-04
[CASSINI]: Set skb->truesize properly on receive packets.
David S. Miller
1
-0
/
+1
2008-01-04
[CASSINI]: Program parent Intel31154 bridge when necessary.
David S. Miller
1
-0
/
+86
2008-01-04
[CASSINI]: Revert 'dont touch page_count'.
David S. Miller
1
-32
/
+4
2008-01-04
[CASSINI]: Fix endianness bug.
Al Viro
1
-3
/
+5
2007-10-15
netdev: convert non-obvious instances to use ARRAY_SIZE()
Alejandro Martinez Ruiz
1
-1
/
+1
2007-10-10
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
Jeff Garzik
1
-3
/
+8
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-7
/
+4
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-10-10
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
1
-20
/
+20
2007-07-11
PCI: add pci_try_set_mwi
Randy Dunlap
1
-2
/
+2
2007-07-11
PCI: Change all drivers to use pci_device->revision
Auke Kok
1
-5
/
+3
2007-05-31
[CASSINI]: Fix printk message typo.
David S. Miller
1
-1
/
+1
2007-05-24
[CASSINI]: Check pci_set_mwi() return value.
David S. Miller
1
-1
/
+4
2007-04-25
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
1
-4
/
+2
2007-04-25
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-1
/
+0
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-1
/
+1
2006-12-02
[NET]: Split skb->csum
Al Viro
1
-1
/
+1
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-3
/
+3
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-4
/
+4
2006-09-24
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-270
/
+270
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-2
/
+2
2006-09-13
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
1
-1
/
+1
2006-09-13
drivers/net: Trim trailing whitespace
Jeff Garzik
1
-268
/
+268
2006-08-19
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
1
-1
/
+1
2006-07-05
[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...
Jeff Garzik
1
-15
/
+10
2006-07-05
[netdrvr] Use dev_printk() when ethernet interface isn't available
Jeff Garzik
1
-10
/
+10
2006-07-02
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-23
[NET]: Avoid allocating skb in skb_pad
Herbert Xu
1
-2
/
+1
2006-04-20
[PATCH] netdrvr: Convert cassini to pci_iomap
Marc Zyngier
1
-5
/
+4
2006-03-25
[PATCH] Remove MODULE_PARM
Rusty Russell
1
-5
/
+6
2006-03-20
[CASSINI]: sem2mutex
Ingo Molnar
1
-20
/
+20
2006-01-18
[CASSINI]: dont touch page_count
Nick Piggin
1
-4
/
+32
2006-01-17
[CASSINI]: Fix printk warning.
Andrew Morton
1
-2
/
+2
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
1
-1
/
+0
2005-10-28
[PATCH] gfp_t: drivers/net
Al Viro
1
-2
/
+2
2005-10-03
[CASSINI]: Convert to ethtool_ops
Al Viro
1
-288
/
+214
2005-09-30
[PATCH] cassini annotations and fixes
Al Viro
1
-9
/
+9
2005-09-27
[NET]: Add Sun Cassini driver.
David S. Miller
1
-0
/
+5311