Sign in
gem5
/
arm
/
linux
/
e8650a08232e75274304b812ff04cfce9af9671c
/
drivers
/
net
/
ethernet
/
realtek
/
r8169.c
e8650a0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
0289403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
477206a
r8169: fix unsigned int wraparound with TSO
by Julien Ducourthial
· 13 years ago
b3d7b2f
r8169: support the new RTL8411 chip.
by Hayes Wang
· 13 years ago
5f886e0
r8169: adjust some functions of 8111f
by Hayes Wang
· 13 years ago
7e18dca
r8169: support the new RTL8402 chip.
by Hayes Wang
· 13 years ago
beb1fe1
r8169: add device specific CSI access helpers.
by Hayes Wang
· 13 years ago
0004299
r8169: modify pll power function
by Hayes Wang
· 13 years ago
d387b42
r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling.
by Francois Romieu
· 13 years ago
851e602
r8169: Config1 is read-only on 8168c and later.
by Francois Romieu
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
e75d660
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
e1593bb
r8169: Support the get_ts_info ethtool method.
by Richard Cochran
· 13 years ago
cff4c16
r8169: enable napi on resume.
by Artem Savkov
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
a9d7e79
r8169.c: fix comment typo
by Justin P. Mattock
· 13 years ago
5047fb5
r8169: enable transmit time stamping.
by Richard Cochran
· 13 years ago
92a7c4e
r8169: stop using net_device.{base_addr, irq}.
by Francois Romieu
· 13 years ago
31fa8b1
r8169: move rtl_cfg_info closer to its caller.
by Francois Romieu
· 13 years ago
dc1c00c
r8169: move the netpoll handler after the irq handler.
by Francois Romieu
· 13 years ago
df43ac7
r8169: move rtl8169_open after rtl_task it depends on.
by Francois Romieu
· 13 years ago
e6b763e
r8169: move rtl_set_rx_mode before its rtl_hw_start callers.
by Francois Romieu
· 13 years ago
fa9c385
r8169: move net_device_ops beyond the methods it references.
by Francois Romieu
· 13 years ago
3b6cf25
r8169: move the driver probe method to the end of the driver file.
by Francois Romieu
· 13 years ago
e27566e
r8169: move the driver removal method to the end of the driver file.
by Francois Romieu
· 13 years ago
b2d3298
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
2a15cd2
r8169: runtime resume before shutdown.
by françois romieu
· 13 years ago
f6a1ad4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
036dafa
r8169: add byte queue limit support.
by Igor Maravic
· 13 years ago
8027aa2
r8169: add 64bit statistics.
by Junchang Wang
· 13 years ago
9c5028e
r8169: corrupted IP fragments fix for large mtu.
by françois romieu
· 13 years ago
79d0c1d
r8169: Support RX-FCS flag.
by Ben Greear
· 13 years ago
6bbe021
r8169: Support RX-ALL flag.
by Ben Greear
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
6c05d25
r8169: spinlock redux.
by Francois Romieu
· 13 years ago
934714d
r8169: avoid a useless work scheduling.
by Francois Romieu
· 13 years ago
6c4a70c
r8169: move task enable boolean to bitfield.
by Francois Romieu
· 13 years ago
98ddf98
r8169: bh locking redux and task scheduling.
by Francois Romieu
· 13 years ago
ae1f23f
r8169: fix early queue wake-up.
by Francois Romieu
· 13 years ago
da78dbf
r8169: remove work from irq handler.
by Francois Romieu
· 13 years ago
1e874e0
r8169: missing barriers.
by Francois Romieu
· 13 years ago
9085cdfa
r8169: irq mask helpers.
by Francois Romieu
· 13 years ago
3e990ff
r8169: factor out IntrMask writes.
by Francois Romieu
· 13 years ago
4422bcd
r8169: stop delaying workqueue.
by Francois Romieu
· 13 years ago
209e5ac
r8169: remove rtl8169_reinit_task.
by Francois Romieu
· 13 years ago
4512ff9
r8169: remove hardcoded PCIe registers accesses.
by Francois Romieu
· 13 years ago
abb434c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
2ca6cf0
r8169: fix Config2 MSIEnable bit setting.
by françois romieu
· 13 years ago
959327c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
c7c2c39
r8169: fix Rx index race between FIFO overflow recovery and NAPI handler.
by françois romieu
· 13 years ago
811fd30
r8169: Rx FIFO overflow fixes.
by françois romieu
· 13 years ago
8ac72d1
corral some wayward N/A fw_version dust bunnies
by Rick Jones
· 13 years ago
6a3c910
ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN
by Joe Perches
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
68aad78
sweep the floors and convert some .get_drvinfo routines to strlcpy
by Rick Jones
· 13 years ago
10953db
r8169: increase the delay parameter of pm_schedule_suspend
by hayeswang
· 13 years ago
1805b2f
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
d58d46b
r8169: jumbo fixes.
by Francois Romieu
· 14 years ago
deb9d93
r8169: expand received packet length indication.
by Francois Romieu
· 13 years ago
c221892
r8169: support new chips of RTL8111F
by Hayes Wang
· 13 years ago
3090bd9
r8169: define the early size for 8111evl
by Hayes Wang
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
929f618
r8169: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
a8fe65b
8139*/atp/r8169/sc92031: Move the Realtek drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/r8169.c]
c28aa38
r8169 : MAC address change fix for the 8168e-vl.
by françois romieu
· 13 years ago
93a3aa2
r8169: Add support for D-Link 530T rev C1 (Kernel Bug 38862)
by Lennart Sorensen
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
ccbae55
r8169: use pci_dev->subsystem_{vendor|device}
by Sergei Shtylyov
· 13 years ago
497888c
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
by Phil Carmody
· 13 years ago
1687b56
r8169: fix sticky accepts packet bits in RxConfig.
by Francois Romieu
· 13 years ago
e542a22
r8169: adjust the RxConfig settings.
by Hayes Wang
· 13 years ago
aaa89c0
r8169: don't enable rx when shutdown.
by Hayes Wang
· 13 years ago
d4ed95d
r8169: fix wake on lan setting for non-8111E.
by Hayes Wang
· 13 years ago
7009042
r8169: support RTL8111E-VL.
by Hayes Wang
· 13 years ago
133ac40
r8169: add ERI functions.
by Hayes Wang
· 13 years ago
92fc43b
r8169: modify the flow of the hw reset.
by Hayes Wang
· 13 years ago
4f6b00e5
r8169: adjust some registers.
by Hayes Wang
· 13 years ago
e12fe68
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
e44daad
r8169: remove unnecessary read of PCI_CAP_ID_EXP
by Jon Mason
· 14 years ago
1e4e82b
r8169: fix wrong register use.
by Francois Romieu
· 14 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
fd112f2
r8169: check firmware content sooner.
by Francois Romieu
· 14 years ago
960aee6
r8169: support new firmware format.
by Hayes Wang
· 14 years ago
1c361ef
r8169: explicit firmware format check.
by Francois Romieu
· 14 years ago
b6ffd97
r8169: move the firmware down into the device private data.
by Francois Romieu
· 14 years ago
3744100
r8169: fix static initializers.
by Francois Romieu
· 14 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
70c7160
Add appropriate <linux/prefetch.h> include for prefetch users
by Paul Gortmaker
· 14 years ago
5d320a2
r8169: avoid late chip identifier initialisation.
by Francois Romieu
· 14 years ago
85bffe6
r8169: merge firmware information into the chipset description data.
by Francois Romieu
· 14 years ago
31bd204
r8169: provide some firmware information via ethtool.
by Francois Romieu
· 14 years ago
56de414
r8169: remove non-NAPI context invocation of rtl8169_rx_interrupt.
by Francois Romieu
· 14 years ago
4876cc1
r8169: link speed selection timer rework.
by Francois Romieu
· 14 years ago
826e6cb
r8169: rtl8169_set_speed_xmii cleanup.
by Francois Romieu
· 14 years ago
6f43adc
r8169: remove some code duplication.
by Francois Romieu
· 14 years ago
cecb5fd
r8169: style cleanups.
by Francois Romieu
· 14 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
Next »