Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
aefbef10e3ae6e2c6e3c54f906f10b34c73a2c66
/
drivers
/
net
/
ethernet
/
via
/
via-rhine.c
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
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
df8a39d
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
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
4b3afc6
via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
ae99615
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
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
77273ea
net: via-rhine: Fix incorrect placement of __initdata
by Sachin Kamat
· 11 years ago
9b4fe5f
via-rhine: fix dma mapping errors
by Neil Horman
· 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
76e239e
via-rhine: remove __dev* attributes
by Bill Pemberton
· 12 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 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
dae2e9f
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A. Dalvi
· 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
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
[Renamed from drivers/net/via-rhine.c]
482e3fe
via-rhine: Assign random MAC address if necessary
by Joe Perches
· 14 years ago
df4511f
via_rhine: Use netdev_<level> and pr_<level>
by Joe Perches
· 14 years ago
1c01a80
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
4562b2f
via-rhine: trivial sparse annotation in vlan_tci helper
by Harvey Harrison
· 14 years ago
38f49e8
via-rhine: hardware VLAN support
by Roger Luethi
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
567ec87
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
d4a66e7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
c0d7a02
net/via-rhine: Fix scheduling while atomic bugs
by Jarek Poplawski
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
7678138
drivers/net/via-rhine.c: remove exceptional & on function name
by Julia Lawall
· 15 years ago
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
22580f8
drivers/net: fixed drivers that support netpoll use ndo_start_xmit()
by Dongdong Deng
· 15 years ago
da81203
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
635ecaa
netdev: restore MTU change operation
by Ben Hutchings
· 16 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 16 years ago
553e233
net: use netdev stats in b44, sundance, via-rhine and via-velocity
by Eric Dumazet
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
c8de1fc
via-rhine: fix non-constant printk warnings
by Stephen Hemminger
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
fe96aaa
netdev: add missing set_mac_address hook
by Stephen Hemminger
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
b74ca3a
netdevice: Kill netdev->priv
by Wang Chen
· 16 years ago
5d1d07d
via-rhine: convert to net_device_ops
by Stephen Hemminger
· 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
b26b555
via-rhine: changed to use netdev_alloc_skb() from dev_alloc_skb
by Kevin Lo
· 16 years ago
32b0f53
via-rhine: delete non NAPI code from the driver.
by Francois Romieu
· 17 years ago
f11cf25
[netdrvr] via-rhine: Use register offset definition for WOLcgClr
by Laura Garcia
· 17 years ago
de4e7c8
via-rhine.c:rhine_hw_init() must be __devinit
by Adrian Bunk
· 17 years ago
2450022
drivers/net: Add missing "space"
by Joe Perches
· 17 years ago
53c03f5
via-rhine: endianness
by Al Viro
· 17 years ago
Next »