Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
b94e757c4b3aafa52f8b82efed8660427a8d2880
/
drivers
/
net
/
cassini.c
6006349
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
25db033
ethtool: Use full 32 bit speed range in ethtool's set_settings
by David Decotigny
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
92d76e8
cassini: Fix build bustage on x86.
by David S. Miller
· 14 years ago
4e3dbdb
cassini: Use local-mac-address prom property for Cassini MAC address
by Richard Mortimer
· 14 years ago
0d0b167
net: Fix drivers advertising HW_CSUM feature to use csum_start
by Michał Mirosław
· 14 years ago
23f333a
drivers/net: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
7e4ee4d
cassini: Removing dead CASSINI_NAPI
by Christoph Egger
· 14 years ago
ff08546
cassini: Removing dead CASSINI_MULTICAST_REG_WRITE
by Christoph Egger
· 14 years ago
ee289b6
drivers/net: remove useless semicolons
by Joe Perches
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
bf82937
cassini: fix off by one
by Dan Carpenter
· 15 years ago
436d27d
drivers/net/cassini.c: Use (pr|netdev|netif)_<level> macro helpers
by Joe Perches
· 15 years ago
d7b855c
cassini: convert to use netdev_for_each_mc_addr
by Jiri Pirko
· 15 years ago
257ddbd
netdev: remove HAVE_ leftovers
by Alexey Dobriyan
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
87d75b5
NET: cassini, fix lock imbalance
by Jiri Slaby
· 15 years ago
7ab0f27
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
by Ben Hutchings
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 15 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
b3ff29d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
ff01b91
cassini/sungem: limit reaches -1, but 0 tested
by Roel Kluin
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
83d6f03
cassini: update to net_device_ops
by Stephen Hemminger
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
b71e839
cassini: fix warning in drivers/net/cassini.c
by Ingo Molnar
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
fcaa406
cassini: use request_firmware
by Jaswinder Singh
· 16 years ago
43f59c8
net: Remove __skb_insert() calls outside of skbuff internals.
by David S. Miller
· 16 years ago
e286781
mm: speculative page references
by Nick Piggin
· 16 years ago
b1443e2
cassini: Only use chip checksum for ipv4 packets.
by David S. Miller
· 16 years ago
9bd512f
[CASSINI]: Use shorter list_splice_init() macro for brevity.
by Robert P. J. Day
· 17 years ago
79ea13c
NULL noise in drivers/net
by Al Viro
· 17 years ago
4c3616c
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
by Alejandro Martinez Ruiz
· 17 years ago
14be85f
[CASSINI]: Bump driver version and release date.
by David S. Miller
· 17 years ago
8621626
[CASSINI]: Fix two obvious NAPI bugs.
by David S. Miller
· 17 years ago
d011a23
[CASSINI]: Set skb->truesize properly on receive packets.
by David S. Miller
· 17 years ago
9e1848b
[CASSINI]: Program parent Intel31154 bridge when necessary.
by David S. Miller
· 17 years ago
9de4dfb
[CASSINI]: Revert 'dont touch page_count'.
by David S. Miller
· 17 years ago
e5e0254
[CASSINI]: Fix endianness bug.
by Al Viro
· 17 years ago
e9edda6
netdev: convert non-obvious instances to use ARRAY_SIZE()
by Alejandro Martinez Ruiz
· 17 years ago
b9f2c04
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
by Jeff Garzik
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
694625c
PCI: add pci_try_set_mwi
by Randy Dunlap
· 17 years ago
44c1013
PCI: Change all drivers to use pci_device->revision
by Auke Kok
· 17 years ago
4738d2f
[CASSINI]: Fix printk message typo.
by David S. Miller
· 17 years ago
04efb87
[CASSINI]: Check pci_set_mwi() return value.
by David S. Miller
· 17 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
ea2ae17
[SK_BUFF]: Introduce skb_transport_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
ff1dcad
[NET]: Split skb->csum
by Al Viro
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
a319a27
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
6aa20a2
drivers/net: Trim trailing whitespace
by Jeff Garzik
· 18 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
9b91cf9
[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...
by Jeff Garzik
· 18 years ago
2e8a538
[netdrvr] Use dev_printk() when ethernet interface isn't available
by Jeff Garzik
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
5b057c6
[NET]: Avoid allocating skb in skb_pad
by Herbert Xu
· 18 years ago
18e37f2
[PATCH] netdrvr: Convert cassini to pci_iomap
by Marc Zyngier
· 19 years ago
8d3b33f
[PATCH] Remove MODULE_PARM
by Rusty Russell
· 19 years ago
758df69
[CASSINI]: sem2mutex
by Ingo Molnar
· 19 years ago
fa4f077
[CASSINI]: dont touch page_count
by Nick Piggin
· 19 years ago
64af4c1
[CASSINI]: Fix printk warning.
by Andrew Morton
· 19 years ago
733482e
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
by Olaf Hering
· 19 years ago
9e24974
[PATCH] gfp_t: drivers/net
by Al Viro
· 19 years ago
a232f76
[CASSINI]: Convert to ethtool_ops
by Al Viro
· 19 years ago
46d7031
[PATCH] cassini annotations and fixes
by Al Viro
· 19 years ago
1f26dac
[NET]: Add Sun Cassini driver.
by David S. Miller
· 19 years ago