Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3f787bd6d596ff56625f440910944ef6f937af8d
/
drivers
/
net
/
via-velocity.c
0d1cfd2
via-velocity: fix hot spin
by roel kluin
· 16 years ago
fe96aaa
netdev: add missing set_mac_address hook
by Stephen Hemminger
· 16 years ago
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
39a11bd
via-velocity: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
198d6ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
5f5c4bd
via-velocity: enable perfect filtering for multicast packets
by Joey Zhuo
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
07b5f6a
via-velocity: use driver string instead of dev->name before register_netdev()
by Sven Hartge
· 16 years ago
113aa83
net: Rationalise email address: Network Specific Parts
by Alan Cox
· 16 years ago
822f1a5
via-velocity: Fix warnings on sparc64.
by Francois Romieu
· 16 years ago
3c4dc71
via-velocity: velocity_init_{rd/tx}_ring use kcalloc(..., GFP_KERNEL).
by Francois Romieu
· 16 years ago
0fe9f15
via-velocity: separated struct allow wholesale copy during MTU changes.
by Francois Romieu
· 16 years ago
9088d9a
via-velocity: add velocity_set_rxbufsize helper
by Francois Romieu
· 16 years ago
2813317
via-velocity: move residual free rx descriptors count register update
by Francois Romieu
· 16 years ago
8ac53af
via-velocity: lean and clean velocity_init_rings
by Francois Romieu
· 16 years ago
580a690
via-velocity: remove the bounce buffers
by Francois Romieu
· 16 years ago
c03571a
via-velocity: use memmove
by Stephen Hemminger
· 17 years ago
c73d258
via-velocity: use netdev_alloc_skb
by Stephen Hemminger
· 17 years ago
d4f73c8
via-velocity: fix vlan receipt
by Francois Romieu
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
6133fb1
[NETNS]: Disable inetaddr notifiers in namespaces other than initial.
by Denis V. Lunev
· 17 years ago
a337499
[IPV4]: Remove ifa != NULL check.
by Denis V. Lunev
· 17 years ago
4f14b92
via-velocity: section fix
by Andrew Morton
· 17 years ago
4a51c0d
big-endian support for via-velocity
by Al Viro
· 17 years ago
48f6b05
via-velocity: don't oops on MTU change (resend)
by Stephen Hemminger
· 17 years ago
bd7b3f3
[VIA_VELOCITY]: Don't oops on MTU change.
by Stephen Hemminger
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
01faccb
via-velocity: more cleanup
by Stephen Hemminger
· 17 years ago
501e4d2
via-velocity: use standard VLAN interface (resend)
by Stephen Hemminger
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
ae94607
drivers/net/via-velocity.c: mostly kmalloc + memset conversion to kcalloc
by Mariusz Kozlowski
· 17 years ago
0e6ff15
in-string typos of "error"
by Eddy L O Jansson
· 17 years ago
44c1013
PCI: Change all drivers to use pci_device->revision
by Auke Kok
· 17 years ago
b4fea61
typo in via-velocity.c
by Dave Jones
· 17 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
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
ce9f7fe
via-velocity uses INET interfaces
by Randy Dunlap
· 18 years ago
906d66d
[PATCH] crc32: replace bitreverse by bitrev32
by Akinobu Mita
· 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
4e83b7f
Merge branch 'tmp' into upstream
by Jeff Garzik
· 18 years ago
d5b2069
[PATCH] Remove more unnecessary driver printk's
by Andy Gospodarek
· 18 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
59b693f
via-velocity: fix speed and link status reported by ethtool
by Jay Cliburn
· 18 years ago
9b91cf9
[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...
by Jeff Garzik
· 18 years ago
cabb766
[netdrvr] via-velocity: remove io_size struct member, it is invariant
by Jeff Garzik
· 18 years ago
e54f489
[netdrvr] via-velocity: misc. cleanups
by Jeff Garzik
· 18 years ago
8ab6f3f
[netdrvr] via-velocity: use netdev_priv() where appropriate
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
8a22ddd
via-velocity: the link is not correctly detected when the device starts
by Francois Romieu
· 18 years ago
364c6ba
[NET]: Clean up skb_linearize
by Herbert Xu
· 18 years ago
b3c3e7d
via-velocity: fix memory corruption when changing the mtu
by Francois Romieu
· 19 years ago
9f3f46b
[PATCH] via-velocity: use NETIF_F_IP_CSUM (hardware only support IPv4)
by John W. Linville
· 19 years ago
733482e
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
by Olaf Hering
· 19 years ago
b4558ea
drivers/net: Remove pointless checks for NULL prior to calling kfree()
by Jesper Juhl
· 19 years ago
689be43
[NET]: Remove gratuitous use of skb->tail in network drivers.
by David S. Miller
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago