index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
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-11
bcm63xx: fix Tx cleanup when NAPI poll budget is zero
Sieng-Piaw Liew
1
-5
/
+5
2022-07-08
bcm63xx_enet: change the driver variables to static
Yang Yingliang
1
-2
/
+2
2022-07-06
cnic: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-2
/
+2
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
3
-17
/
+9
2022-06-23
bnxt: Fix typo in comments
Jiang Jian
1
-1
/
+1
2022-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+0
2022-06-15
bcm63xx_enet: switch to napi_build_skb() to reuse skbuff_heads
Sieng Piaw Liew
1
-2
/
+2
2022-06-14
net: bgmac: Fix an erroneous kfree() in bgmac_remove()
Christophe JAILLET
1
-1
/
+0
2022-06-10
ethernet: Remove vf rate limit check for drivers
Bin Chen
1
-1
/
+1
2022-06-09
Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+1
2022-06-06
net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_register
Miaoqian Lin
1
-0
/
+1
2022-06-04
Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-5
/
+1
2022-05-22
eth: tg3: silence the GCC 12 array-bounds warning
Jakub Kicinski
1
-0
/
+5
2022-05-20
eth: bnxt: make ulp_id unsigned to make GCC 12 happy
Jakub Kicinski
2
-12
/
+12
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2022-05-17
net: systemport: Fix an error handling path in bcm_sysport_probe()
Christophe JAILLET
1
-2
/
+4
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-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2022-05-12
net: bcmgenet: Check for Wake-on-LAN interrupt probe deferral
Florian Fainelli
1
-0
/
+4
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
2
-3
/
+3
2022-05-05
net: switch to netif_napi_add_tx()
Jakub Kicinski
3
-4
/
+3
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-05-02
net: systemport: don't use bitmap_weight() in bcm_sysport_rule_set()
Yury Norov
1
-5
/
+1
2022-04-29
net: bgmac: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2
-3
/
+1
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+12
2022-04-27
bnx2x: fix napi API usage sequence
Manish Chopra
1
-4
/
+5
2022-04-26
net: bcmgenet: hide status block before TX timestamping
Jonathan Lemon
1
-0
/
+7
2022-04-25
ethernet: broadcom/sb1250-mac: remove BUG_ON in sbmac_probe()
Yang Yingliang
1
-1
/
+6
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-2
/
+2
2022-04-14
net: bcmgenet: Revert "Use stronger register read/writes to assure ordering"
Jeremy Linton
1
-2
/
+2
2022-04-11
bnx2x: Fix spelling mistake "regiser" -> "register"
Lv Ruyi
1
-4
/
+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
[next]