index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnx2x
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
1
-1
/
+0
2025-11-17
bnx2x: convert to use ndo_hwtstamp callbacks
Vadim Fedorenko
1
-22
/
+48
2025-11-14
net: bnx2x: convert to use get_rx_ring_count
Breno Leitao
1
-12
/
+4
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
5
-28
/
+20
2025-07-25
net: Fix typos
Bjorn Helgaas
5
-6
/
+6
2025-07-01
time/timecounter: Fix the lie that struct cyclecounter is const
Greg Kroah-Hartman
1
-1
/
+1
2025-06-18
udp_tunnel: remove rtnl_lock dependency
Stanislav Fomichev
1
-2
/
+1
2025-06-18
eth: bnx2x: migrate to new RXFH callbacks
Jakub Kicinski
1
-20
/
+13
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2
-2
/
+2
2025-02-08
lib/crc32: standardize on crc32c() name for Castagnoli CRC32
Eric Biggers
1
-1
/
+1
2024-11-06
net: bnx2x: use ethtool string helpers
Rosen Penev
1
-37
/
+31
2024-09-06
bnx2x: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-08-16
bnx2x: Set ivi->vlan field as an integer
Simon Horman
1
-2
/
+2
2024-08-08
bnx2x: Provide declaration of dmae_reg_go_c in header
Simon Horman
2
-2
/
+2
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-06-28
bnx2x: Fix multiple UBSAN array-index-out-of-bounds
Ghadi Elie Rahme
1
-1
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-03-21
Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-3
/
+3
2024-03-21
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2024-03-19
net/bnx2x: Prevent access to a freed page in page_pool
Thinh Tran
1
-3
/
+3
2024-03-07
cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENT
Chris Leech
1
-0
/
+2
2024-03-04
net: adopt skb_network_header_len() more broadly
Eric Dumazet
1
-2
/
+1
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
1
-6
/
+5
2024-02-09
bnx2x: convert EEE handling to use linkmode bitmaps
Heiner Kallweit
1
-23
/
+21
2024-01-31
ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keee
Heiner Kallweit
1
-4
/
+4
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
1
-2
/
+2
2024-01-26
bnx2x: Fix firmware version string character counts
Kees Cook
3
-12
/
+13
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-12
/
+13
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-28
/
+44
2023-08-22
bnx2x: new flag for track HW resource allocation
Thinh Tran
4
-28
/
+44
2023-08-02
bnx2x: Remove unnecessary ternary operators
Ruan Jinjie
1
-3
/
+3
2023-06-10
bnx2x: fix page fault following EEH recovery
David Christensen
1
-2
/
+7
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-04-23
net: vlan: introduce skb_vlan_eth_hdr()
Vladimir Oltean
1
-2
/
+1
2023-04-18
Change DEFINE_SEMAPHORE() to take a number argument
Peter Zijlstra
1
-1
/
+1
2023-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+14
2023-03-29
bnx2x: use the right build_skb() helper
Jakub Kicinski
1
-2
/
+14
2023-03-08
bnx2x: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2
-20
/
+0
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+8
2022-11-22
bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()
Yang Yingliang
1
-4
/
+8
2022-11-11
ptp: convert remaining drivers to adjfine interface
Jacob Keller
1
-4
/
+5
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-10-03
bnx2x: fix potential memory leak in bnx2x_tpa_stop()
Jianglei Nie
1
-0
/
+1
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-4
/
+2
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
5
-7
/
+7
2022-08-12
bnx2x: Fix comment typo
Jason Wang
1
-1
/
+1
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-11
/
+6
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+5
[next]