index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
tg3.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-14
net/tg3: use crc32() instead of hand-rolled equivalent
Eric Biggers
1
-21
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-02-03
tg3: Disable tg3 PCIe AER on system reboot
Lenny Szubowicz
1
-0
/
+58
2025-01-27
eth: tg3: fix calling napi_enable() in atomic context
Jakub Kicinski
1
-4
/
+31
2024-11-24
tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsets
Pavan Chebbi
1
-0
/
+3
2024-10-20
eth: Fix typo 'accelaration'. 'exprienced' and 'rewritting'
WangYuli
1
-1
/
+1
2024-10-17
tg3: Increase buffer size for IRQ label
Andy Shevchenko
1
-5
/
+4
2024-10-14
tg3: Address byte-order miss-matches
Simon Horman
1
-8
/
+14
2024-10-10
tg3: Link queues to NAPIs
Joe Damato
1
-4
/
+35
2024-10-10
tg3: Link IRQs to NAPI instances
Joe Damato
1
-3
/
+5
2024-09-09
tg3: Remove setting of RX software timestamp
Gal Pressman
1
-5
/
+1
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-04
tg3: Remove residual error handling in tg3_suspend
Nikita Kiryushin
1
-26
/
+4
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2024-03-06
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia ZiemiaĆska
1
-1
/
+1
2024-02-21
tg3: simplify tg3_phy_autoneg_cfg
Heiner Kallweit
1
-13
/
+4
2024-02-21
tg3: copy only needed fields from userspace-provided EEE data
Heiner Kallweit
1
-1
/
+3
2024-02-12
tg3: fix bug caused by uninitialized variable
Heiner Kallweit
1
-1
/
+1
2024-02-06
tg3: convert EEE handling to use linkmode bitmaps
Heiner Kallweit
1
-13
/
+14
2024-01-31
ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keee
Heiner Kallweit
1
-11
/
+11
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel side
Heiner Kallweit
1
-5
/
+5
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-11
/
+11
2023-12-01
net/tg3: fix race condition in tg3_reset_task()
Thinh Tran
1
-1
/
+10
2023-11-14
tg3: Increment tx_dropped in tg3_tso_bug()
Alex Pakhunov
1
-1
/
+3
2023-11-14
tg3: Move the [rt]x_dropped counters to tg3_napi
Alex Pakhunov
1
-5
/
+33
2023-11-07
tg3: Fix the TX ring stall
Alex Pakhunov
1
-11
/
+42
2023-11-06
tg3: power down device only on SYSTEM_POWER_OFF
George Shuklin
1
-1
/
+2
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-1
/
+1
2023-10-15
tg3: Improve PTP TX timestamping logic
Pavan Chebbi
1
-16
/
+65
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
1
-1
/
+1
2023-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-4
/
+1
2023-08-28
ethernet: tg3: remove unreachable code
Mikhail Kobuk
1
-4
/
+1
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2023-08-21
tg3: Use slab_build_skb() when needed
Kees Cook
1
-1
/
+4
2023-08-13
tg3: Use pci_dev_id() to simplify the code
Zheng Zengkai
1
-2
/
+1
2023-06-29
Add MODULE_FIRMWARE() for FIRMWARE_TG357766.
Tobias Heider
1
-0
/
+1
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-0
/
+1
2023-01-25
net/tg3: resolve deadlock in tg3_reset_task() during EEH
David Christensen
1
-4
/
+4
2022-11-11
ptp: tg3: convert .adjfreq to .adjfine
Jacob Keller
1
-15
/
+7
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+2
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+6
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-08-26
tg3: Disable tg3 device on system reboot to avoid triggering AER
Kai-Heng Feng
1
-2
/
+6
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-1
/
+1
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-3
/
+0
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+8
2021-11-05
tg3: Remove redundant assignments
luo penghao
1
-1
/
+0
2021-10-19
ethernet: Remove redundant statement
luo penghao
1
-1
/
+0
[next]