index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-04
bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer
Alex Barba
1
-1
/
+1
2022-11-04
bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()
Michael Chan
1
-1
/
+1
2022-11-04
bnxt_en: fix the handling of PCIE-AER
Vikas Gupta
3
-2
/
+31
2022-11-04
bnxt_en: refactor bnxt_cancel_reservations()
Vikas Gupta
1
-7
/
+16
2022-10-20
Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-5
/
+6
2022-10-18
bnxt_en: fix memory leak in bnxt_nvm_test()
Vikas Gupta
1
-5
/
+6
2022-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-3
/
+3
2022-09-22
bnxt_en: replace reset with config timestamps
Vadim Fedorenko
1
-3
/
+7
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+7
2022-09-22
bnxt: prevent skb UAF after handing over to PTP worker
Jakub Kicinski
1
-5
/
+5
2022-09-19
bnxt_en: fix flags to check for supported fw version
Vadim Fedorenko
1
-2
/
+2
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-5
/
+5
2022-08-23
bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callback
Vikas Gupta
1
-4
/
+1
2022-08-23
bnxt_en: fix NQ resource accounting during vf creation on 57500 chips
Vikas Gupta
1
-1
/
+1
2022-08-23
bnxt_en: set missing reload flag in devlink features
Vikas Gupta
1
-0
/
+1
2022-08-23
bnxt_en: Use PAGE_SIZE to init buffer when multi buffer XDP is not in use
Pavan Chebbi
2
-2
/
+9
2022-08-05
bnxt_en: Remove duplicated include bnxt_devlink.c
Yang Li
1
-1
/
+0
2022-07-28
bnxt_en: implement callbacks for devlink selftests
vikas
3
-12
/
+85
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-13
/
+31
2022-07-12
bnxt_en: Fix bnxt_refclk_read()
Pavan Chebbi
1
-2
/
+11
2022-07-12
bnxt_en: Fix and simplify XDP transmit path
Michael Chan
1
-5
/
+5
2022-07-12
bnxt_en: fix livepatch query
Vikas Gupta
1
-3
/
+5
2022-07-12
bnxt_en: Fix bnxt_reinit_after_abort() code path
Michael Chan
1
-1
/
+2
2022-07-12
bnxt_en: reclaim max resources if sriov enable fails
Kashyap Desai
3
-2
/
+8
2022-07-06
bnxt: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-4
/
+2
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-5
/
+2
2022-06-23
bnxt: Fix typo in comments
Jiang Jian
1
-1
/
+1
2022-06-10
ethernet: Remove vf rate limit check for drivers
Bin Chen
1
-1
/
+1
2022-05-20
eth: bnxt: make ulp_id unsigned to make GCC 12 happy
Jakub Kicinski
2
-12
/
+12
2022-05-13
bnxt_en: parse and report result field when NVRAM package install fails
Kalesh AP
3
-13
/
+72
2022-05-13
bnxt_en: Enable packet timestamping for all RX packets
Pavan Chebbi
4
-3
/
+36
2022-05-13
bnxt_en: Configure ptp filters during bnxt open
Pavan Chebbi
3
-13
/
+46
2022-05-13
bnxt_en: Update firmware interface to 1.10.2.95
Michael Chan
1
-135
/
+280
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-13
/
+15
2022-05-03
bnxt_en: Fix unnecessary dropping of RX packets
Michael Chan
1
-0
/
+4
2022-05-03
bnxt_en: Initiallize bp->ptp_lock first before using it
Michael Chan
1
-8
/
+7
2022-05-03
bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag
Somnath Kotur
1
-5
/
+4
2022-04-08
bnxt: XDP multibuffer enablement
Andy Gospodarek
2
-4
/
+4
2022-04-08
bnxt: support transmit and free of aggregation buffers
Andy Gospodarek
5
-23
/
+126
2022-04-08
bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff
Andy Gospodarek
3
-7
/
+85
2022-04-08
bnxt: add page_pool support for aggregation ring when using xdp
Andy Gospodarek
1
-30
/
+47
2022-04-08
bnxt: change receive ring space parameters
Andy Gospodarek
2
-15
/
+28
2022-04-08
bnxt: set xdp_buff pfmemalloc flag if needed
Andy Gospodarek
1
-5
/
+9
2022-04-08
bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp
Andy Gospodarek
1
-0
/
+31
2022-04-08
bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb
Andy Gospodarek
1
-11
/
+11
2022-04-08
bnxt: refactor bnxt_rx_pages operate on skb_shared_info
Andy Gospodarek
1
-17
/
+33
2022-04-08
bnxt: add flag to denote that an xdp program is currently attached
Andy Gospodarek
1
-0
/
+7
2022-04-08
bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff
Andy Gospodarek
4
-19
/
+53
2022-04-04
bnxt_en: Prevent XDP redirect from running when stopping TX queue
Ray Jui
1
-2
/
+4
[next]