index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
Commit message (
Expand
)
Author
Age
Files
Lines
*
bnx2x: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-08
1
-6
/
+2
*
devlink: publish params only after driver init is done
Jiri Pirko
2019-02-08
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
4
-17
/
+20
|
\
|
*
net: broadcom: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...
Yang Wei
2019-02-06
1
-1
/
+1
|
*
net: systemport: Fix WoL with password after deep sleep
Florian Fainelli
2019-02-03
2
-15
/
+12
|
*
bnxt_en: Disable interrupts when allocating CP rings or NQs.
Michael Chan
2019-01-31
1
-1
/
+7
*
|
bnxt: Implement ndo_get_port_parent_id()
Florian Fainelli
2019-02-06
4
-31
/
+15
*
|
drivers: net: use flow action infrastructure
Pablo Neira Ayuso
2019-02-06
1
-41
/
+33
*
|
flow_offload: add statistics retrieval infrastructure and use it
Pablo Neira Ayuso
2019-02-06
1
-2
/
+2
*
|
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
2019-02-06
1
-100
/
+74
*
|
net: phy: fixed-phy: Drop GPIO from fixed_phy_add()
Linus Walleij
2019-02-04
2
-2
/
+2
*
|
bnxt_en: Add bnxt_en initial port params table and register it
Vasundhara Volam
2019-01-29
3
-1
/
+44
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-29
1
-2
/
+2
|
\
|
|
*
net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profiles
Yang Wei
2019-01-29
1
-2
/
+2
*
|
broadcom: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-01-23
3
-4
/
+4
*
|
bnx2x: Bump up driver version to 1.713.36
Sudarsana Reddy Kalluru
2019-01-22
1
-1
/
+1
*
|
bnx2x: fix various indentation issues
Colin Ian King
2019-01-16
4
-98
/
+94
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-01-16
2
-6
/
+11
|
\
|
*
bnxt_en: Fix context memory allocation.
Michael Chan
2019-01-12
1
-3
/
+6
|
*
bnxt_en: Fix ring checking logic on 57500 chips.
Michael Chan
2019-01-12
2
-3
/
+5
*
|
cross-tree: phase out dma_zalloc_coherent() on headers
Luis Chamberlain
2019-01-08
2
-2
/
+2
*
|
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
8
-37
/
+37
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-24
1
-4
/
+10
|
\
|
*
bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hw
Ivan Mironov
2018-12-24
1
-4
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
5
-23
/
+59
|
\
|
|
*
bnxt_en: Fix ethtool self-test loopback.
Michael Chan
2018-12-19
1
-1
/
+4
|
*
bnx2x: Send update-svid ramrod with retry/poll flags enabled
Sudarsana Reddy Kalluru
2018-12-12
2
-1
/
+10
|
*
bnx2x: Enable PTP only on the PF that initializes the port
Sudarsana Reddy Kalluru
2018-12-12
3
-12
/
+12
|
*
bnx2x: Remove configured vlans as part of unload sequence.
Sudarsana Reddy Kalluru
2018-12-12
2
-8
/
+30
|
*
bnx2x: Clear fip MAC when fcoe offload support is disabled
Sudarsana Reddy Kalluru
2018-12-12
1
-1
/
+3
*
|
bnxt_en: Adjust default RX coalescing ticks to 10 us.
Michael Chan
2018-12-20
1
-1
/
+1
*
|
bnxt_en: Support for 64-bit flow handle.
Venkat Duvvuru
2018-12-20
4
-10
/
+78
*
|
bnxt_en: Increase context memory allocations on 57500 chips for RDMA.
Michael Chan
2018-12-20
2
-8
/
+59
*
|
bnxt_en: Add Level 2 context memory paging support.
Michael Chan
2018-12-20
2
-23
/
+108
*
|
bnxt_en: Enhance bnxt_alloc_ring()/bnxt_free_ring().
Michael Chan
2018-12-20
2
-6
/
+16
*
|
bnxt_en: Add support for 2nd firmware message channel.
Venkat Duvvuru
2018-12-20
2
-18
/
+117
*
|
bnxt_en: Introduce bnxt_get_hwrm_resp_addr & bnxt_get_hwrm_seq_id routines.
Venkat Duvvuru
2018-12-20
3
-19
/
+41
*
|
bnxt_en: Avoid arithmetic on void * pointer.
Venkat Duvvuru
2018-12-20
1
-3
/
+5
*
|
bnxt_en: Use macros for firmware message doorbell offsets.
Venkat Duvvuru
2018-12-20
2
-6
/
+10
*
|
bnxt_en: Set hwrm_intr_seq_id value to its inverted value.
Venkat Duvvuru
2018-12-20
2
-5
/
+6
*
|
bnxt_en: Update firmware interface spec. to 1.10.0.33.
Michael Chan
2018-12-20
1
-112
/
+502
*
|
bnxt_en: query force speeds before disabling autoneg mode.
Vasundhara Volam
2018-12-17
1
-1
/
+21
*
|
bnxt_en: Do not free port statistics buffer when device is down.
Michael Chan
2018-12-17
2
-5
/
+25
*
|
bnxt_en: Save ring statistics before reset.
Michael Chan
2018-12-17
2
-14
/
+44
*
|
bnxt_en: Return linux standard errors in bnxt_ethtool.c
Vasundhara Volam
2018-12-17
1
-17
/
+39
*
|
bnxt_en: Don't set ETS on unused TCs.
Michael Chan
2018-12-17
1
-1
/
+4
*
|
bnxt_en: Add ethtool -S priority counters.
Michael Chan
2018-12-17
3
-1
/
+144
*
|
bnxt_en: Add SR-IOV support for 57500 chips.
Michael Chan
2018-12-17
3
-4
/
+19
*
|
bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.
Michael Chan
2018-12-17
1
-8
/
+11
*
|
bnxt_en: Reserve 1 stat_ctx for RDMA driver.
Vasundhara Volam
2018-12-17
2
-28
/
+52
[next]