Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0ee42bb1f88d1bccdb140f37ec2fc4db6684a4ff
/
drivers
/
net
/
ethernet
/
realtek
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
85dcce7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
50ff44b
8139cp: Don't receive packets when the napi budget == 0
by Eric W. Biederman
· 11 years ago
989c9ba
r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
a2ccd2e
8139too: Call dev_kfree_skby_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
508f81d
8139cp: Call dev_kfree_skby_any instead of kfree_skb.
by Eric W. Biederman
· 11 years ago
f75761b
r8169: fix the incorrect tx descriptor version
by hayeswang
· 11 years ago
340fea3
r8169: initialize rtl8169_stats seqlock
by Kyle McMartin
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
7fe0ee0
net: 8139cp: fix a BUG_ON triggered by wrong bytes_compl
by Yang Yingliang
· 11 years ago
1bac107
r8169: check ALDPS bit and disable it if enabled for the 8168g
by David Chang
· 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
0f423ff
net: r8169: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
64caa38
net: 8139too: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
ca30ab2
net: 8139cp: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
3ced8c9
r8169: enforce RX_MULTI_EN for the 8168f.
by françois romieu
· 11 years ago
b05930f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
15edae9
r8169: fix invalid register dump
by Peter Wu
· 11 years ago
8f9d513
r8169: remember WOL preferences on driver load
by Peter Wu
· 11 years ago
e7fb06a
r8169,sis190: remove unnecessary length check
by Peter Wu
· 11 years ago
d06f518
8139cp: Fix skb leak in rx_status_loop failure path.
by Dave Jones
· 11 years ago
9bb8eeb
r8169: remove "PHY reset until link up" log spam
by Lekensteyn
· 11 years ago
cf3c4c0
8139cp: Add dma_mapping_error checking
by Neil Horman
· 11 years ago
4ea7244
r8169: fix lockdep warning when removing interface
by Lekensteyn
· 11 years ago
45dd95c
r8169: add a new chip for RTL8411
by hayeswang
· 12 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
98962ba
8139cp: reset BQL when ring tx ring cleared
by stephen hemminger
· 12 years ago
b423e9a
r8169: fix offloaded tx checksum for small packets.
by françois romieu
· 12 years ago
5871768
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
e5195c1
r8169: fix 8168evl frame padding.
by Stefan Bader
· 12 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
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
d978a63
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
58152cd
r8169: add a new chip for RTL8106E
by hayeswang
· 12 years ago
1a96464
r8169: adjust the flow of hw_start
by hayeswang
· 12 years ago
57538c4
r8169: add a new chip for RTL8111G
by hayeswang
· 12 years ago
beb330a
r8169: Update the RTL8111G parameters
by hayeswang
· 12 years ago
eee3786
r8169: Modify the method for setting firmware
by hayeswang
· 12 years ago
fe7524c
r8169: Update PHY settings of RTL8111G
by hayeswang
· 12 years ago
41f44d1
r8169: Modify the mothod for PHY settings of RTL8111G
by hayeswang
· 12 years ago
0427d01
r8169: Remove firmware code
by hayeswang
· 12 years ago
e2409d8
r8169: fix auto speed down issue
by hayeswang
· 12 years ago
720a43e
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
by Joe Perches
· 12 years ago
faf1e78
r8169: honor jumbo settings when chipset is requested to start.
by françois romieu
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
9f6d98c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
4521e1a9
Revert "r8169: enable internal ASPM and clock request settings".
by Francois Romieu
· 12 years ago
eef63cc
Revert "r8169: enable ALDPS for power saving".
by Francois Romieu
· 12 years ago
f1e7b73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
ce11ff5
r8169: fix vlan tag read ordering.
by françois romieu
· 12 years ago
5d0feaf
r8169: remove the obsolete and incorrect AMD workaround
by Timo Teräs
· 12 years ago
9fba081
r8169: remove unneeded dirty_rx index
by Timo Teräs
· 12 years ago
5af9857
drivers/net/ethernet/realtek: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
aaeb6cd
remove init of dev->perm_addr in drivers
by Jiri Pirko
· 12 years ago
83c34fd
8139cp: Prevent dev_close/cp_interrupt race on MTU change
by John Greene
· 12 years ago
6be35c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
9ecb9aa
r8169: workaround for missing extended GigaMAC registers
by françois romieu
· 12 years ago
682d797
Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next
by David S. Miller
· 12 years ago
b4e54a94
8139too: remove __dev* attributes
by Bill Pemberton
· 12 years ago
baf6329
r8169: remove __dev* attributes
by Bill Pemberton
· 12 years ago
cb64edb
8139cp: properly support change of MTU values [v2]
by John Greene
· 12 years ago
892a925
8139cp: fix coherent mapping leak in error path.
by françois romieu
· 12 years ago
01ffc0a
8139cp: re-enable interrupts after tx timeout
by David Woodhouse
· 12 years ago
871f0d4
8139cp: enable bql
by David Woodhouse
· 12 years ago
a9dbe40
8139cp: set ring address after enabling C+ mode
by David Woodhouse
· 12 years ago
071e3ef
Revert "8139cp: revert "set ring address before enabling receiver""
by David S. Miller
· 12 years ago
24bc518
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
b26623d
8139cp: revert "set ring address before enabling receiver"
by françois romieu
· 12 years ago
810f489
r8169: Drop tp arg from rtl8169_tx_vlan_tag()
by Kirill Smelkov
· 12 years ago
ac50974
r8169: remove unused macros.
by Dayanidhi Sreenivasan
· 12 years ago
d4185bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
d64ec84
r8169: enable internal ASPM and clock request settings
by hayeswang
· 12 years ago
bb263e1
atp: remove set_rx_mode_8012()
by Paul Bolle
· 12 years ago
0481776
r8169: allow multicast packets on sub-8168f chipset.
by Nathan Walp
· 12 years ago
b00e69d
r8169: Fix WoL on RTL8168d/8111d.
by Cyril Brulebois
· 12 years ago
4d44a9a
r8169: Kill SafeMtu macro
by Kirill Smelkov
· 12 years ago
3eeb7da
realtek: r8169: use module_pci_driver macro
by Devendra Naga
· 12 years ago
e0c0755
r8169: enable ALDPS for power saving
by hayeswang
· 12 years ago
2e71a6f
net: gro: selective flush of packets
by Eric Dumazet
· 12 years ago
c477ebd
sections: fix section conflicts in drivers/net
by Andi Kleen
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
aee77e4
r8169: use unlimited DMA burst for TX
by Michal Schmidt
· 12 years ago
2a35cfa
r8169: add D-Link DGE-560T identifiers.
by Francois Romieu
· 12 years ago
8200bc7
r8169: Preserve other Device Control bits when setting NOSNOOP_EN
by Bjorn Helgaas
· 12 years ago
7d7903b
r8169: Use PCI Express Capability accessors
by Jiang Liu
· 12 years ago
17bcb68
r8169: revert "add byte queue limit support".
by Francois Romieu
· 12 years ago
82e316e
r8169: verbose error message.
by Francois Romieu
· 12 years ago
3a83ad1
r8169: remove rtl_ocpdr_cond.
by Hayes Wang
· 12 years ago
5f8bcce
r8169: fix argument in rtl_hw_init_8168g.
by Hayes Wang
· 13 years ago
c558386
r8169: support RTL8168G
by Hayes Wang
· 13 years ago
ffc4695
r8169: abstract out loop conditions.
by Francois Romieu
· 13 years ago
fdf6fc0
r8169: ephy, eri and efuse functions signature changes.
by Francois Romieu
· 13 years ago
52989f0
r8169: csi_ops signature change.
by Francois Romieu
· 13 years ago
2419221
r8169: mdio_ops signature change.
by Francois Romieu
· 13 years ago
5598bfe
r8169: add RTL8106E support.
by Hayes Wang
· 13 years ago
eb2dc35
r8169: RxConfig hack for the 8168evl.
by françois romieu
· 13 years ago
7dbb491
r8169: avoid NAPI scheduling delay.
by françois romieu
· 13 years ago
ad1be8d
r8169: call netif_napi_del at errpaths and at driver unload
by Devendra Naga
· 13 years ago
Next »