Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
1a29321ed045e3aad23c5f7b63036e465ee3093a
/
drivers
/
net
/
ethernet
/
broadcom
/
tg3.c
388d333
tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0
by Nat Gurumoorthy
· 11 years ago
8496e85
PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not present
by Rafael J. Wysocki
· 11 years ago
a2f4dfb
tg3: Convert to use hwmon_device_register_with_groups
by Guenter Roeck
· 11 years ago
58b187c
tg3: Validate hwtstamp_config completely before applying it
by Ben Hutchings
· 11 years ago
85aec73
tg3: avoid double-freeing of rx data memory
by Ivan Vecera
· 11 years ago
4fc76e6
net: tg3: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
d458cdf
net:drivers/net: Miscellaneous conversions to ETH_ALEN
by Joe Perches
· 11 years ago
ee002b6
tg3: use phylib when robo switch is in use
by Hauke Mehrtens
· 11 years ago
ead2402
tg3: add support a phy at an address different than 01
by Hauke Mehrtens
· 11 years ago
e4cb29f
tg3: Update version to 3.134
by Nithin Sujir
· 11 years ago
cb04be4
tg3: Remove unnecessary spinlock
by Nithin Sujir
· 11 years ago
21e315e
tg3: Appropriately classify interrupts during request_irq
by Nithin Sujir
· 11 years ago
4bc814a
tg3: Remove redundant if check
by Nithin Sujir
· 11 years ago
db79e1e
tg3: Remove if 0'd code
by Nithin Sujir
· 11 years ago
89f6797
tg3: LED in shared mode does not blink during traffic
by Nithin Sujir
· 11 years ago
6827371
tg3: Add support for new 577xx device ids
by Nithin Sujir
· 11 years ago
3ab7107
tg3: Add function tg3_phy_shdw_write()
by Nithin Sujir
· 11 years ago
0319f30
tg3: Use pci_dev pm_cap
by Jon Mason
· 11 years ago
300cf9b
tg3: Expand led off fix to include 5720
by Nithin Sujir
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
989038e
tg3: Don't turn off led on 5719 serdes port 0
by Nithin Sujir
· 11 years ago
ede23fa8
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
by Joe Perches
· 11 years ago
2ff1cf1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
6829309
net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_slot_reset
by Daniel Borkmann
· 11 years ago
0f84758
tg3: clean up unnecessary MSI/MSI-X capability find
by Yijing Wang
· 11 years ago
0e76a3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
cd77b2e
tg3: Update version to 3.133
by Nithin Sujir
· 11 years ago
378b72c
tg3: Fix UDP fragments treated as RMCP
by Nithin Sujir
· 11 years ago
92e6457
tg3: Enable support for timesync gpio output
by Nithin Sujir
· 11 years ago
4c305fa
tg3: Implement the shutdown handler
by Nithin Sujir
· 11 years ago
5137a2e
tg3: Allow NVRAM programming when interface is down
by Nithin Sujir
· 11 years ago
c145935
tg3: Remove incorrect switch to aux power
by Nithin Sujir
· 11 years ago
c80dc13
net/tg3: Fix warning from pci_disable_device()
by Gavin Shan
· 11 years ago
d8af4df
net/tg3: Fix kernel crash
by Gavin Shan
· 11 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
6d446ec
net/tg3: Avoid delay during MMIO access
by Gavin Shan
· 12 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
72bb72b
tg3: Prevent system hang during repeated EEH errors.
by Michael Chan
· 12 years ago
df465ab
tg3: Wait for boot code to finish after power on
by Nithin Sujir
· 12 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
9bc297e
tg3: Add read dma workaround for 5720
by Nithin Sujir
· 12 years ago
5865fc1
tg3: remove redundant pm init code
by Yijing Wang
· 12 years ago
f2068b8
tg3: Remove unnecessary lock around tg3_flag_set
by Nithin Sujir
· 12 years ago
7c10ee3
tg3: Fix misplaced empty line
by Nithin Sujir
· 12 years ago
4a5f46f
tg3: Use descriptive label names in tg3_start
by Nithin Sujir
· 12 years ago
328947f
tg3: Make tg3_rings_reset() more concise
by Nithin Sujir
· 12 years ago
32ba19e
tg3: Simplify ring control block setup
by Nithin Sujir
· 12 years ago
2e460fc
tg3: Split APE driver state change out of boot reset signature update
by Nithin Sujir
· 12 years ago
e6ff4c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
c2bba06
tg3: Update version to 3.132
by Nithin Sujir
· 12 years ago
fb03a43
tg3: Ensure boot code has completed initialization before accessing hardware
by Nithin Sujir
· 12 years ago
8dbb0dc
net/ethernet/broadcom/tg3: Use module_pci_driver to register driver
by Peter Hüwe
· 12 years ago
1cbf9eb
tg3: Implement set/get_eee handlers
by Nithin Sujir
· 12 years ago
5b6c273
tg3: Simplify tg3_phy_eee_config_ok() by reusing tg3_eee_pull_config()
by Nithin Sujir
· 12 years ago
400dfba
tg3: Add tg3_eee_pull_config() function
by Nithin Sujir
· 12 years ago
9e2ecbe
tg3: Add ethtool_eee struct and tg3_setup_eee()
by Nithin Sujir
· 12 years ago
0f0d151
tg3: Fix data corruption on 5725 with TSO
by Michael Chan
· 12 years ago
44f3b50
tg3: Skip powering down function 0 on certain serdes devices
by Nithin Sujir
· 12 years ago
32e1927
tg3: fix to append hardware time stamping flags
by Flavio Leitner
· 12 years ago
f233a97
tg3: shows HW time stamping support only if ptp_capable is present
by Flavio Leitner
· 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
42df36a
tg3: Remove unneeded PM_OPS definitions
by Fabio Estevam
· 12 years ago
953c96e
tg3: Use bool not int
by Joe Perches
· 12 years ago
7a28fde
tg3: Update version to 3.131
by Nithin Sujir
· 12 years ago
ed1ff5c
tg3: Reset the phy to allow modified EEE settings to take effect
by Nithin Sujir
· 12 years ago
fdad8de
tg3: Pull the phy advertised speed and flow control settings on driver load
by Nithin Sujir
· 12 years ago
942d1af
tg3: Add support for link flap avoidance
by Nithin Sujir
· 12 years ago
85730a6
tg3: Add SGMII phy support for 5719/5718 serdes
by Michael Chan
· 12 years ago
3310e24
tg3: Add tg3_clear_mac_status() common function
by Michael Chan
· 12 years ago
ce20f16
tg3: Add a warning during link settings change if mgmt enabled
by Nithin Sujir
· 12 years ago
f1315d2
tg3: Remove unnecessary phy reset during ethtool commands
by Nithin Sujir
· 12 years ago
f6334bb
tg3: Fix NVRAM size detection for the STM45PE20 pinstrap on 5762 devices
by Michael Chan
· 12 years ago
f0fcd7a
tg3: Fix flow control settings not propagated to hardware
by Nithin Sujir
· 12 years ago
a210576
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
715230a
tg3: fix length overflow in VPD firmware parsing
by Kees Cook
· 12 years ago
6181659
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
1f9061d2
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
by Joe Perches
· 12 years ago
7c6cdea
tg3: 5715 does not link up when autoneg off
by Nithin Sujir
· 12 years ago
e5f2ef7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
84421b9
tg3: Update link_up flag for phylib devices
by Nithin Sujir
· 12 years ago
c4dab50
tg3: Download 57766 EEE service patch firmware
by Nithin Sujir
· 12 years ago
31f11a9
tg3: Enhance firmware download code to support fragmented firmware
by Nithin Sujir
· 12 years ago
77997ea
tg3: Cleanup firmware parsing code
by Nithin Sujir
· 12 years ago
f4bffb2
tg3: Refactor the 2nd type of cpu pause
by Nithin Sujir
· 12 years ago
837c45b
tg3: Refactor cpu pause/resume code
by Nithin Sujir
· 12 years ago
1caf13e
tg3: Add new FW_TSO flag
by Matt Carlson
· 12 years ago
4153577
tg3: Use different macros for pci_chip_rev_id accesses
by Joe Perches
· 12 years ago
717ff72
tg3: Remove define and single use of GET_CHIP_REV_ID
by Joe Perches
· 12 years ago
d887199
tg3: Update version to 3.130
by Michael Chan
· 12 years ago
402e139
tg3: Set initial carrier state to off.
by Michael Chan
· 12 years ago
c5d0b72
tg3: Fix 5762 NVRAM sizing
by Michael Chan
· 12 years ago
d240d21
tg3: Expand EEE support for all 5717 B0
by Michael Chan
· 12 years ago
d3f677a
tg3: Add 57766 device support.
by Matt Carlson
· 12 years ago
7e6c63f
tg3: add support for Ethernet core in bcm4785
by Hauke Mehrtens
· 12 years ago
5c35804
tg3: make it possible to provide phy_id in ioctl
by Hauke Mehrtens
· 12 years ago
b2adaca
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 12 years ago
4b87f92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
daf3ec6
tg3: Fix crc errors on jumbo frame receive
by Nithin Nayak Sujir
· 12 years ago
9c13cb8
tg3: Avoid null pointer dereference in tg3_interrupt in netconsole mode
by Nithin Nayak Sujir
· 12 years ago
Next »