Sign in
android-kvm
/
linux
/
aee3bfa3307cd0da2126bdc0ea359dabea5ee8f7
/
drivers
/
net
/
ethernet
/
via
6c606fa
via-velocity: unconditionally drop frames with bad l2 length
by Timo Teräs
· 9 years ago
5f715c0
via-rhine: fix VLAN receive handling regression.
by Andrej Ota
· 9 years ago
21343ac
net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selected
by Sudip Mukherjee
· 9 years ago
0f8b6ce
net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMA
by Geert Uytterhoeven
· 10 years ago
138b15e
drivers/net: remove all references to obsolete Ethernet-HOWTO
by Paul Gortmaker
· 10 years ago
b7d3282
net: via/Kconfig: replace USE_OF with OF_???
by Antonio Borneo
· 10 years ago
ecdd140
net: via-rhine: remove unneeded include file
by Antonio Borneo
· 10 years ago
3a5a883
via-rhine: close SMP transmit races.
by françois romieu
· 10 years ago
e1efa87
via-rhine: dma_wmb transmit barrier.
by françois romieu
· 10 years ago
810f19b
via-rhine: add consistent memory barrier in vlan receive code.
by françois romieu
· 10 years ago
62ca1ba
via-rhine: kiss rx_head_desc goodbye.
by françois romieu
· 10 years ago
8709bb2
via-rhine: forbid holes in the receive descriptor ring.
by françois romieu
· 10 years ago
4d1fd9c
via-rhine: gotoize rhine_open error path.
by françois romieu
· 10 years ago
a21bb8b
via-rhine: allocate and map receive buffer in a single transaction
by françois romieu
· 10 years ago
e45af49
via-rhine: commit receive buffer address before descriptor status update.
by françois romieu
· 10 years ago
2c71ec9
via-velocity: constify of_device_id array
by Fabian Frederick
· 10 years ago
d2b75a3
net: via-rhine: constify of_device_id array
by Fabian Frederick
· 10 years ago
92bf200
net: via-rhine: add BQL support
by Tino Reichardt
· 10 years ago
5bdc738
mii: Handle link state changes for forced modes in mii_check_media()
by Ben Hutchings
· 10 years ago
df8a39de
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
5e0b251
net: ethernet: via: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
28596c97
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
1a84db5
treewide: fix errors in printk
by Masanari Iida
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
1795843
via-rhine: fix full-duplex with autoneg disable
by François Cachereul
· 11 years ago
5b579e2
net: via-rhine: Convert #ifdef USE_MMIO to a runtime flag
by Alexey Charkov
· 11 years ago
ca8b6e0
net: via-rhine: Drop revision property, use quirks instead
by Alexey Charkov
· 11 years ago
2d28386
net: via-rhine: add OF bus binding
by Alexey Charkov
· 11 years ago
f7630d1
net: via-rhine: reduce usage of the PCI-specific struct
by Alexey Charkov
· 11 years ago
4087c4d
net: via-rhine: switch to generic DMA functions
by Alexey Charkov
· 11 years ago
04f58c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
001eadf
via-velocity: Call dev_kfree_skb_any instead of kfree_skb.
by Eric W. Biederman
· 11 years ago
4b3afc6
via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
ae996154
via-rhine: Disable device in error path
by Roger Luethi
· 11 years ago
e76070f
via: fix a punctuation typo
by wangweidong
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
a926592
net,via-rhine: Fix tx_timeout handling
by Richard Weinberger
· 11 years ago
bc9627e
via-velocity: fix netif_receive_skb use in irq disabled section.
by françois romieu
· 11 years ago
5e30025
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
827da44
net: Explicitly initialize u64_stats_sync structures for lockdep
by John Stultz
· 11 years ago
a3b8a16
net: via-rhine: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
207070f
via-rhine: fix VLAN priority field (PCP, IEEE 802.1p)
by Roger Luethi
· 11 years ago
2ff1cf1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
2fdac01
drivers/net/ethernet/via/via-velocity.c: update napi implementation
by Julia Lawall
· 11 years ago
77273ea
net: via-rhine: Fix incorrect placement of __initdata
by Sachin Kamat
· 11 years ago
0887a57
net/velocity: add poll controller function for velocity nic
by Amit Uttamchandani
· 11 years ago
9b4fe5f
via-rhine: fix dma mapping errors
by Neil Horman
· 11 years ago
1ca0151
net/trivial: replace numeric with standard PM state macros
by Yijing Wang
· 12 years ago
a1606c7
net: Move MII out from under NET_CORE and hide it
by Ben Hutchings
· 12 years ago
6dffbe5
net: velocity: Add platform device support to VIA velocity driver
by Tony Prisk
· 12 years ago
e2c41f1
net: velocity: Convert to generic dma functions
by Tony Prisk
· 12 years ago
a9683c9
net: velocity: Rename vptr->dev to vptr->netdev
by Tony Prisk
· 12 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
by Patrick McHardy
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
188d1f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
559bcac
via-rhine: Fix bugs in NAPI support.
by David S. Miller
· 12 years ago
f7b5d1b
via-rhine: add 64bit statistics.
by Jamie Gloudon
· 12 years ago
aaeb6cd
remove init of dev->perm_addr in drivers
by Jiri Pirko
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
27add00
via-velocity: remove __dev* attributes
by Bill Pemberton
· 12 years ago
76e239e
via-rhine: remove __dev* attributes
by Bill Pemberton
· 12 years ago
6469933
ethernet: Remove casts to same type
by Joe Perches
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
dfda357
via-velocity: stop using net_device.{base_addr, irq}.
by Francois Romieu
· 13 years ago
05d334e
via-rhine: stop using net_device.{base_addr, irq}.
by Francois Romieu
· 13 years ago
3f8c91a
via-rhine: fix wait-bit inversion.
by Andreas Mohr
· 13 years ago
f2cedb6
net: replace random_ether_addr() with eth_hw_addr_random()
by Danny Kukawka
· 13 years ago
d5ef8a4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
dae2e9f
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A. Dalvi
· 13 years ago
b530b193
via-velocity: S3 resume fix.
by David Lv
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
e92b9b3
via-rhine: rework suspend and resume.
by Francois Romieu
· 13 years ago
fc3e0f8
via-rhine: per device debug level.
by Francois Romieu
· 13 years ago
a384a33
via-rhine: RHINE_WAIT_FOR macro removal.
by Francois Romieu
· 13 years ago
7ab87ff
via-rhine: move work from irq handler to softirq and beyond.
by Francois Romieu
· 13 years ago
a5abec1
via-rhine: remove useless forward declarations.
by Francois Romieu
· 13 years ago
a20a28b
via-rhine: balance interrupt acknowledge and events retrieval.
by Francois Romieu
· 13 years ago
269f311
via-rhine: factor out tx_thresh handling
by Francois Romieu
· 13 years ago
eb93992
module_param: make bool parameters really bool (net & drivers/net)
by Rusty Russell
· 13 years ago
8e58613
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
by Jiri Pirko
· 13 years ago
23020ab
Sweep additional floors of strcpy in .get_drvinfo routines
by Rick Jones
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
5d6bcdf
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
by Ian Campbell
· 13 years ago
e4cb193
via-velocity: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
aaba215
MII: fix Kconfig dependencies for MII
by Jeff Kirsher
· 13 years ago
88f0748
drivers/net/ethernet/*: Enabled vendor Kconfig options
by Jeff Kirsher
· 13 years ago
823dcd2
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
f2148a4
via-*: Move the VIA drivers
by Jeff Kirsher
· 14 years ago