Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
970fa986fadb1165cf38b45b70e98302a3bee497
/
drivers
/
net
/
ethernet
/
broadcom
/
tg3.c
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
f9a8f83
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
by Florian Fainelli
· 12 years ago
17e1a42
tg3: missing break statement in tg3_get_5720_nvram_info()
by Dan Carpenter
· 12 years ago
aaeb6cd
remove init of dev->perm_addr in drivers
by Jiri Pirko
· 12 years ago
b681b65
tg3: Remove IS_ENABLED(CONFIG_HWMON) check
by Nithin Nayak Sujir
· 12 years ago
857001f
tg3: Improve PCI function number detection.
by Michael Chan
· 12 years ago
c86a856
tg3: Add NVRAM support for 5762
by Michael Chan
· 12 years ago
c65a17f
tg3: Add support for new 5762 ASIC
by Michael Chan
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
fb4ce8a
tg3: PTP - Enable the timestamping feature in hardware and fill skb tx/rx timestamps
by Matt Carlson
· 12 years ago
0a633ac
tg3: PTP - Add the hardware timestamp ioctl
by Matt Carlson
· 12 years ago
7d41e49
tg3: PTP - Implement the ptp api and ethtool functions
by Matt Carlson
· 12 years ago
be94730
tg3: PTP - Add header definitions, initialization and hw access functions.
by Matt Carlson
· 12 years ago
3576306
tg3: Fix inconsistent locking for tg3_netif_start().
by Nithin Nayak Sujir
· 12 years ago
229b1ad
tg3: remove __dev* attributes
by Bill Pemberton
· 12 years ago
0b3ba05
tg3: Use tp->rxq_cnt when checking RSS tables.
by Michael Chan
· 12 years ago
93df8b8
tg3: Cleanup hardcoded ethtool test array indexes
by Nithin Nayak Sujir
· 12 years ago
f4a46d1
tg3: Prevent spurious tx timeout by setting carrier off before tx disable.
by Nithin Nayak Sujir
· 12 years ago
3d567e0
tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devices
by Nithin Nayak Sujir
· 12 years ago
bd473da
tg3: Call tg3_netif_stop() from tg3_stop()
by Nithin Nayak Sujir
· 12 years ago
79d4969
tg3: Support 5717 C0
by Michael Chan
· 12 years ago
8644994
tg3: Fix sparse warnings.
by Michael Chan
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
de0a414
tg3: unconditionally select HWMON support when tg3 is enabled.
by Paul Gortmaker
· 12 years ago
cf6d6ea
tg3: Disable multiple TX rings by default due to hardware flaw
by Michael Chan
· 12 years ago
0968169
tg3: Add support for ethtool -L|-l to get/set the number of rings.
by Michael Chan
· 12 years ago
6513859
tg3: Refactor tg3_close()
by Michael Chan
· 12 years ago
d8f4cd3
tg3: Refactor tg3_open()
by Michael Chan
· 12 years ago
a489b6d
tg3: Separate coalescing setup for rx and tx
by Michael Chan
· 12 years ago
9102426
tg3: Allow number of rx and tx rings to be set independently.
by Michael Chan
· 12 years ago
49a359e
tg3: Introduce separate functions to allocate/free RX/TX rings.
by Michael Chan
· 12 years ago
1959ec5
Merge branch 'pci/stephen-const' into next
by Bjorn Helgaas
· 12 years ago
3646f0e
netdev: make pci_error_handlers const
by Stephen Hemminger
· 12 years ago
0f49bfb
tg3: Use PCI Express Capability accessors
by Jiang Liu
· 12 years ago
cac83e5
tg3: Update version to 3.124
by Michael Chan
· 12 years ago
0f566b2
tg3: Fix race condition in tg3_get_stats64()
by Michael Chan
· 12 years ago
091f0ea
tg3: Add New 5719 Read DMA workaround
by Michael Chan
· 12 years ago
10ce95d
tg3: Fix Read DMA workaround for 5719 A0.
by Michael Chan
· 12 years ago
8151ad5
tg3: Request APE_LOCK_PHY before PHY access
by Michael Chan
· 12 years ago
6dd53aa
Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 12 years ago
aed93e0
tg3: Add hwmon support for temperature
by Michael Chan
· 12 years ago
cf8d55a
tg3: Add APE scratchpad read function
by Matt Carlson
· 12 years ago
b65a372
tg3: Add common function tg3_ape_event_lock()
by Matt Carlson
· 12 years ago
165f4d1
tg3: Fix the setting of the APE_HAS_NCSI flag
by Michael Chan
· 12 years ago
02eca3f
tg3: add device id of Apple Thunderbolt Ethernet device
by Greg KH
· 13 years ago
1180087
tg3: set maximal number of default RSS queues
by Yuval Mintz
· 13 years ago
b918c62
PCI: replace struct pci_bus secondary/subordinate with busn_res
by Yinghai Lu
· 13 years ago
b7abee6
tg3: Apply short DMA frag workaround to 5906
by Matt Carlson
· 13 years ago
e8650a0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
a1e8b307
tg3: use netdev_alloc_frag() API
by Eric Dumazet
· 13 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
8d4057a
tg3: provide frags as skb head
by Eric Dumazet
· 13 years ago
d3836f2
net: allow skb->head to be a page fragment
by Eric Dumazet
· 13 years ago
e3c5530
tg3: remove redundant NULL test before release_firmware() call
by Jesper Juhl
· 13 years ago
f891ea1
tg3: Avoid panic from reserved statblk field access
by Matt Carlson
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
3f84749
tg3: Support the get_ts_info ethtool method.
by Richard Cochran
· 13 years ago
ed359a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
085f1af
tg3: Fix 5717 serdes powerdown problem
by Matt Carlson
· 13 years ago
Next »