Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
d49aba84fe775671133295658f43f4d142a517f9
/
drivers
/
net
/
tg3.c
e1703b36
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
dc8bf1b
tg3: Fix INTx fallback when MSI fails
by Andre Detsch
· 15 years ago
cb903bf
tg3: Enable GRO by default.
by David S. Miller
· 15 years ago
4e5e4f0
tg3: use the DMA state API instead of the pci equivalents
by FUJITA Tomonori
· 15 years ago
3941f18
tg3: Update version to 3.110
by Matt Carlson
· 15 years ago
de6f31e
tg3: Remove function errors flagged by checkpatch
by Matt Carlson
· 15 years ago
04380d4
tg3: Unify max pkt size preprocessor constants
by Matt Carlson
· 15 years ago
9dc7a11
tg3: Re-inline VLAN tags when appropriate
by Matt Carlson
· 15 years ago
d2757fc
tg3: Optimize rx double copy test
by Matt Carlson
· 15 years ago
a977dbe
tg3: Reduce 57765 core clock when link at 10Mbps
by Matt Carlson
· 15 years ago
1a31902
tg3: Set card 57765 card reader MRRS to 1024B
by Matt Carlson
· 15 years ago
cea4646
tg3: Disable CLKREQ in L2
by Matt Carlson
· 15 years ago
7ae554e
tg3: Update version to 3.109
by Matt Carlson
· 15 years ago
7705736
tg3: Remove tg3_dump_state()
by Matt Carlson
· 15 years ago
859a588
tg3: Cleanup if codestyle
by Matt Carlson
· 15 years ago
33f401a
tg3: The case of switches
by Matt Carlson
· 15 years ago
c6cdf43
tg3: Whitespace, constant, and comment updates
by Matt Carlson
· 15 years ago
184b890
tg3: Use VPD fw version when present
by Matt Carlson
· 15 years ago
75f9936
tg3: Prepare FW version code for VPD versioning
by Matt Carlson
· 15 years ago
5129c3a
tg3: Fix message 80 char violations
by Matt Carlson
· 15 years ago
ab96b24
tg3: netdev_err() => dev_err()
by Matt Carlson
· 15 years ago
2445e46
tg3: Replace pr_err with sensible alternatives
by Matt Carlson
· 15 years ago
6d40db7
tg3: Restore likely() check in tg3_poll_msix()
by Matt Carlson
· 15 years ago
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
3f07d12
drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant
by Julia Lawall
· 15 years ago
fe234f0
tg3: Fix tg3_poll_controller() passing wrong pointer to tg3_interrupt()
by Louis Rilling
· 15 years ago
4181b2c
tg3: Remove now useless VPD code
by Matt Carlson
· 15 years ago
4067a85
pci: Add helper to search for VPD keywords
by Matt Carlson
· 15 years ago
e1d5bda
pci: Add VPD information field helper functions
by Matt Carlson
· 15 years ago
b55ac1b
pci: Add helper to find a VPD resource data type
by Matt Carlson
· 15 years ago
7ad506f
pci: Add large and small resource data type code
by Matt Carlson
· 15 years ago
a2ce766
pci: Add PCI LRDT tag size and section size
by Matt Carlson
· 15 years ago
567ec87
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
by Jiri Pirko
· 15 years ago
05dbe00
drivers/net/tg3.c: Use (pr|netdev)_<level> macro helpers
by Joe Perches
· 15 years ago
be7ce53
tg3: Update version to 3.108
by Matt Carlson
· 15 years ago
6a443a0
tg3: Push phylib definitions to phylib
by Matt Carlson
· 15 years ago
79eb690
tg3: Rename tg3 phy ID preprocessor definitions
by Matt Carlson
· 15 years ago
24daf2b
tg3: Reformat SSID to phy ID table
by Matt Carlson
· 15 years ago
9ea4818
tg3: Discover phy address once
by Matt Carlson
· 15 years ago
0d86df8
tg3: Reduce indent level of tg3_rx_prodring_alloc
by Matt Carlson
· 15 years ago
1441706
tg3: Rename TG3_FLG3_RGMII_STD_IBND_DISABLE
by Matt Carlson
· 15 years ago
b474eca
tg3: Add more partno entries for fallback path
by Matt Carlson
· 15 years ago
2712168
tg3: Allow phylib flowctrl changes anytime
by Matt Carlson
· 15 years ago
a4153d4
tg3: Add support for 2 new selfboot formats
by Matt Carlson
· 15 years ago
d110114
tg3: Make 57791 and 57795 10/100 only
by Matt Carlson
· 15 years ago
61e800c
tg3: Enforce DMA mapping / skb assignment ordering
by Matt Carlson
· 15 years ago
b3b3f04
tg3: Update driver version to 3.107
by Matt Carlson
· 15 years ago
1061b7c
tg3: Fix AC131 loopback test errors for 5785
by Matt Carlson
· 15 years ago
c887340
tg3: Fix napi assignments in loopback test
by Matt Carlson
· 15 years ago
603f117
tg3: Reset phy during bringup when using phylib
by Matt Carlson
· 15 years ago
0339e4e
tg3: Turn off multiple DMA reads for 5717
by Matt Carlson
· 15 years ago
6b10c16
tg3: Fix 57765 A0 bootcode race condition
by Matt Carlson
· 15 years ago
f89f38b
tg3: Unwedge stuck MSI-X vectors
by Matt Carlson
· 15 years ago
e92967b
tg3: Prevent rx producer ring overruns
by Matt Carlson
· 15 years ago
e4af1af
tg3: Give MSI-X vec 1 rx backlog space
by Matt Carlson
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
51c24aa
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
b0f7522
tg3: Add 57765 phy ID and enable devices.
by Matt Carlson
· 15 years ago
334355a
tg3: Bypass power source switching for 57765
by Matt Carlson
· 15 years ago
cb4ed1f
tg3: Turn off the debug UART for 57765
by Matt Carlson
· 15 years ago
c2353a3
tg3: Fix tx mailbox initialization
by Matt Carlson
· 15 years ago
5fd68fb
tg3: Supply a nicaddr for 57765 jumbo RCB
by Matt Carlson
· 15 years ago
8b5a6c4
tg3: Fix 5717 and 57765 memory selftests
by Matt Carlson
· 15 years ago
ecf1410
tg3: Abort phy init for 5717 serdes devices
by Matt Carlson
· 15 years ago
9b952f5
tg3: Add 5717 serdes phy ID
by Matt Carlson
· 15 years ago
666bc83
tg3: Improve internal resource allocations
by Matt Carlson
· 15 years ago
614b0590
tg3: Enable PLL PD when CLKREQ disabled for 5717A0
by Matt Carlson
· 15 years ago
ba5b0bf
tg3: Update copyright and driver version
by Matt Carlson
· 15 years ago
55dffe7
tg3: Disable 5717 serdes and B0 support
by Matt Carlson
· 15 years ago
d1ec96a
tg3: Add reliable serdes detection for 5717 A0
by Matt Carlson
· 15 years ago
86cfe4f
tg3: Fix std rx prod ring handling
by Matt Carlson
· 15 years ago
13fa95b
tg3: Fix std prod ring nicaddr for 5787 and 57765
by Matt Carlson
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
cceea98
tg3: Update version to 3.105
by Matt Carlson
· 15 years ago
026a6c2
tg3: Clean tg3_init_one()
by Matt Carlson
· 15 years ago
94c982b
tg3: Use pci_read_vpd() instead of private method
by Matt Carlson
· 15 years ago
141518c
tg3: Add some VPD preprocessor constants
by Matt Carlson
· 15 years ago
b703df6
tg3: Add 57765 asic rev
by Matt Carlson
· 15 years ago
19cfaec
tg3: Make TSS enable independent of MSI-X enable
by Matt Carlson
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
f4188d8
tg3: remove use of skb_dma_map/unmap
by Alexander Duyck
· 15 years ago
c5d5d17
tg3: Update version to 3.104
by Matt Carlson
· 15 years ago
5001e2f
tg3: Fix DIDs, Enable 5717 support
by Matt Carlson
· 15 years ago
b196c7e
tg3: Add rx prod ring consolidation
by Matt Carlson
· 15 years ago
66711e6
tg3: Create aliases for rx producer mailbox regs
by Matt Carlson
· 15 years ago
2b2cdb6
tg3: Lay proucer ring handling groundwork
by Matt Carlson
· 15 years ago
4361935
tg3: Consider rx_std_prod_idx a hw mailbox
by Matt Carlson
· 15 years ago
411da64
tg3: rename rx_[std|jmb]_ptr
by Matt Carlson
· 15 years ago
86b21e5
tg3: tg3_alloc_rx_skb(tnapi => tp)
by Matt Carlson
· 15 years ago
a389616
tg3: Add prodring parameter to tg3_alloc_rx_skb()
by Matt Carlson
· 15 years ago
afc081f
tg3: Make tg3_alloc_rx_skb() a dst-only operation
by Matt Carlson
· 15 years ago
78f90dc
tg3: Move napi_add calls below tg3_get_invariants
by Matt Carlson
· 15 years ago
35f2d7d
tg3: Create tg3_poll_msix() for non-zero MSIX vecs
by Matt Carlson
· 15 years ago
cbf9ca6
tg3: Allow DMAs to cross cacheline boundaries
by Matt Carlson
· 15 years ago
615774f
tg3: Use tg3_start_xmit_dma_bug for 5717 A0
by Matt Carlson
· 15 years ago
e849cdc
tg3: Add new HW_TSO_3 flag for 5717
by Matt Carlson
· 15 years ago
507399f
tg3: Refine TSO and MSI discovery
by Matt Carlson
· 15 years ago
f66a29b
tg3: Move TG3_FLG2_PROTECTED_NVRAM to tg3_flags3
by Matt Carlson
· 15 years ago
24f4efd
tg3: Napify tg3_start_xmit_dma_bug()
by Matt Carlson
· 15 years ago
87668d3
tg3: Don't touch RCB nic addresses
by Matt Carlson
· 15 years ago
Next »