index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
tg3: prevent use of uninitialized remote_adv and local_adv variables
Alexey Simakov
1
-4
/
+1
2025-09-22
bnxt_en: correct offset handling for IPv6 destination address
Alok Tiwari
1
-1
/
+1
2025-09-18
cnic: Fix use-after-free bugs in cnic_delete_task
Duoming Zhou
1
-2
/
+1
2025-09-01
bnxt_en: fix incorrect page count in RX aggr ring log
Alok Tiwari
1
-1
/
+1
2025-08-26
bnxt_en: Fix stats context reservation logic
Michael Chan
1
-1
/
+2
2025-08-26
bnxt_en: Adjust TX rings if reservation is less than requested
Michael Chan
1
-0
/
+12
2025-08-26
bnxt_en: Fix memory corruption when FW resources change during ifdown
Sreekanth Reddy
1
-5
/
+16
2025-08-18
bnxt_en: Fix lockdep warning during rmmod
Michael Chan
1
-1
/
+1
2025-08-13
bnxt: fill data page pool with frags if PAGE_SIZE > BNXT_RX_PAGE_SIZE
David Wei
1
-3
/
+9
2025-08-08
net: page_pool: allow enabling recycling late, fix false positive warning
Jakub Kicinski
1
-1
/
+8
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
49
-11041
/
+4254
2025-07-29
Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+2
2025-07-25
net: Fix typos
Bjorn Helgaas
9
-10
/
+10
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2025-07-21
net: bcmasp: Restore programming of TX map vector register
Florian Fainelli
1
-0
/
+3
2025-07-18
net: bcmasp: Add support for re-starting auto-negotiation
Florian Fainelli
1
-0
/
+1
2025-07-15
bnxt: move bnxt_hsi.h to include/linux/bnxt/hsi.h
Andy Gospodarek
23
-10936
/
+22
2025-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-8
/
+14
2025-07-11
bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT
Somnath Kotur
1
-1
/
+1
2025-07-11
bnxt_en: Flush FW trace before copying to the coredump
Shruti Parab
1
-7
/
+11
2025-07-11
bnxt_en: Fix DCB ETS validation
Shravya KN
1
-0
/
+2
2025-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+10
2025-07-07
bng_en: Add a network device
Vikas Gupta
8
-1
/
+543
2025-07-07
bng_en: Initialize default configuration
Vikas Gupta
6
-0
/
+403
2025-07-07
bng_en: Add irq allocation support
Vikas Gupta
3
-0
/
+85
2025-07-07
bng_en: Add resource management support
Vikas Gupta
8
-2
/
+761
2025-07-07
bng_en: Add backing store support
Vikas Gupta
5
-0
/
+680
2025-07-07
bng_en: Add ring memory allocation support
Vikas Gupta
3
-1
/
+138
2025-07-07
bng_en: Add initial interaction with firmware
Vikas Gupta
7
-1
/
+522
2025-07-07
bng_en: Add firmware communication mechanism
Vikas Gupta
4
-1
/
+634
2025-07-07
bng_en: Add devlink interface
Vikas Gupta
6
-1
/
+211
2025-07-07
bng_en: Add PCI interface
Vikas Gupta
5
-0
/
+171
2025-07-07
net: bcmgenet: Initialize u64 stats seq counter
Ryo Takakura
1
-0
/
+6
2025-07-04
bnxt_en: eliminate the compile warning in bnxt_request_irq due to CONFIG_RFS_ACCEL
Jason Xing
1
-6
/
+4
2025-07-01
time/timecounter: Fix the lie that struct cyclecounter is const
Greg Kroah-Hartman
2
-2
/
+2
2025-06-27
eth: bnxt: take page size into account for page pool recycling rings
Jakub Kicinski
1
-3
/
+5
2025-06-27
tg3: spelling corrections
Simon Horman
2
-3
/
+3
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2025-06-24
bnxt: properly flush XDP redirect lists
Yan Zhai
1
-1
/
+4
2025-06-21
eth: bnxt: add netmem TX support
Taehee Yoo
1
-16
/
+24
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-27
/
+84
2025-06-18
Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"
Stanislav Fomichev
1
-29
/
+7
2025-06-18
udp_tunnel: remove rtnl_lock dependency
Stanislav Fomichev
2
-6
/
+3
2025-06-18
eth: bnxt: migrate to new RXFH callbacks
Jakub Kicinski
1
-11
/
+13
2025-06-18
eth: bnx2x: migrate to new RXFH callbacks
Jakub Kicinski
1
-20
/
+13
2025-06-17
net: bcmgenet: update PHY power down
Doug Berger
1
-1
/
+6
2025-06-17
bnxt_en: Improve comment wording and error return code
Alok Tiwari
3
-5
/
+5
2025-06-17
bnxt_en: Update MRU and RSS table of RSS contexts on queue reset
Pavan Chebbi
1
-5
/
+51
2025-06-17
bnxt_en: Add a helper function to configure MRU and RSS
Pavan Chebbi
1
-11
/
+26
2025-06-17
bnxt_en: Fix double invocation of bnxt_ulp_stop()/bnxt_ulp_start()
Kalesh AP
1
-14
/
+10
[next]