index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-12
eth: bnxt: bump the entry size in indir tables to u32
Jakub Kicinski
3
-9
/
+9
2024-07-12
eth: bnxt: pad out the correct indirection table
Jakub Kicinski
1
-1
/
+1
2024-07-12
eth: bnxt: use the RSS context XArray instead of the local list
Jakub Kicinski
3
-50
/
+26
2024-07-12
eth: bnxt: use context priv for struct bnxt_rss_ctx
Jakub Kicinski
3
-30
/
+9
2024-07-12
eth: bnxt: depend on core cleaning up RSS contexts
Jakub Kicinski
3
-9
/
+6
2024-07-12
eth: bnxt: remove rss_ctx_bmap
Jakub Kicinski
3
-18
/
+2
2024-07-12
eth: bnxt: move from .set_rxfh to .create_rxfh_context and friends
Jakub Kicinski
2
-45
/
+75
2024-07-12
eth: bnxt: allow deleting RSS contexts when the device is down
Jakub Kicinski
2
-6
/
+10
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-0
/
+23
2024-07-09
bnxt: fix crashes when reducing ring count with active RSS contexts
Jakub Kicinski
3
-0
/
+22
2024-07-05
net: bcmasp: Fix error code in probe()
Dan Carpenter
1
-0
/
+1
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+6
2024-07-04
bnxt_en: Fix the resource check condition for RSS contexts
Pavan Chebbi
1
-1
/
+5
2024-07-02
bnxt_en: unlink page pool when stopping Rx queue
David Wei
1
-5
/
+1
2024-07-01
bnxt_en: Remove atomic operations on ptp->tx_avail
Pavan Chebbi
3
-22
/
+31
2024-07-01
bnxt_en: Increase the max total outstanding PTP TX packets to 4
Pavan Chebbi
4
-30
/
+68
2024-07-01
bnxt_en: Let bnxt_stamp_tx_skb() return error code
Pavan Chebbi
1
-5
/
+11
2024-07-01
bnxt_en: Remove an impossible condition check for PTP TX pending SKB
Pavan Chebbi
3
-13
/
+4
2024-07-01
bnxt_en: Refactor all PTP TX timestamp fields into a struct
Pavan Chebbi
3
-28
/
+40
2024-07-01
bnxt_en: Add BCM5760X specific PHC registers mapping
Pavan Chebbi
3
-5
/
+25
2024-07-01
bnxt_en: Add TX timestamp completion logic
Michael Chan
4
-11
/
+64
2024-07-01
bnxt_en: Allow some TX packets to be unprocessed in NAPI
Michael Chan
1
-6
/
+15
2024-07-01
bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bd
Michael Chan
2
-2
/
+7
2024-07-01
bnxt_en: Add new TX timestamp completion definitions
Michael Chan
1
-0
/
+26
2024-06-28
bnx2x: Fix multiple UBSAN array-index-out-of-bounds
Ghadi Elie Rahme
1
-1
/
+1
2024-06-21
bnxt_en: implement netdev_queue_mgmt_ops
David Wei
1
-0
/
+275
2024-06-21
bnxt_en: split rx ring helpers out from ring helpers
David Wei
1
-107
/
+193
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-138
/
+186
2024-06-20
bnxt_en: Restore PTP tx_avail count in case of skb_pad() error
Pavan Chebbi
1
-3
/
+2
2024-06-20
bnxt_en: Set TSO max segs on devices with limits
Michael Chan
2
-0
/
+4
2024-06-20
bnxt_en: Update firmware interface to 1.10.3.44
Michael Chan
1
-133
/
+178
2024-06-17
Merge tag 'v6.10-rc4' into driver-core-next
Greg Kroah-Hartman
3
-3
/
+62
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+62
2024-06-13
bnxt_en: Adjust logging of firmware messages in case of released token in __h...
Aleksandr Mishin
1
-1
/
+1
2024-06-13
bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response
Michael Chan
2
-2
/
+61
2024-06-13
auxbus: make to_auxiliary_drv accept and return a constant pointer
Greg Kroah-Hartman
1
-2
/
+2
2024-06-05
bnxt_en: fix atomic counter for ptp packets
Vadim Fedorenko
1
-1
/
+1
2024-06-01
bnxt_en: add timestamping statistics support
Vadim Fedorenko
4
-5
/
+43
2024-05-10
bnxt_en: silence clang build warning
Vadim Fedorenko
1
-1
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
6
-7
/
+7
2024-05-03
bnxt: fix bnxt_get_avail_msix() returning negative values
David Wei
2
-13
/
+5
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-5
/
+29
2024-05-02
bnxt_en: Add VF PCI ID for 5760X (P7) chips
Ajit Khaparde
2
-1
/
+4
2024-05-02
bnxt_en: Optimize recovery path ULP locking in the driver
Kalesh AP
3
-26
/
+44
2024-05-02
bnxt_en: Add a mutex to synchronize ULP operations
Kalesh AP
2
-1
/
+22
2024-05-02
bnxt_en: Don't call ULP_STOP/ULP_START during L2 reset
Michael Chan
1
-11
/
+2
2024-05-02
bnxt_en: Don't support offline self test when RoCE driver is loaded
Kalesh AP
1
-3
/
+8
2024-05-02
bnxt_en: share NQ ring sw_stats memory with subrings
Edwin Peer
3
-19
/
+27
2024-04-29
net: bcmgenet: synchronize UMAC_CMD access
Doug Berger
4
-3
/
+23
2024-04-29
net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()
Doug Berger
1
-1
/
+3
[prev]
[next]