index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: fix spelling mistake: "registeration" -> "registration"
Colin Ian King
2018-03-21
1
-1
/
+1
*
net: systemport: Rewrite __bcm_sysport_tx_reclaim()
Florian Fainelli
2018-03-16
2
-19
/
+16
*
tg3: prevent scheduling while atomic splat
Jonathan Toppins
2018-03-14
1
-1
/
+1
*
bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().
Michael Chan
2018-03-12
1
-0
/
+3
*
bnxt_en: close & open NIC, only when the interface is in running state.
Venkat Duvvuru
2018-03-12
1
-5
/
+12
*
bnxt_en: Return standard Linux error codes for hwrm flow cmds.
Venkat Duvvuru
2018-03-12
1
-3
/
+20
*
bnxt_en: Fix regressions when setting up MQPRIO TX rings.
Michael Chan
2018-03-12
1
-2
/
+5
*
bnxt_en: Pass complete VLAN TCI to the stack.
Michael Chan
2018-03-12
2
-2
/
+3
*
bnxt_en: Remove unwanted ovs-offload messages in some conditions
Sriharsha Basavapatna
2018-03-12
1
-8
/
+2
*
bnxt_en: Fix vnic accounting in the bnxt_check_rings() path.
Eddie Wai
2018-03-12
1
-44
/
+20
*
bnxt_en: Refactor the functions to reserve hardware rings.
Michael Chan
2018-03-12
1
-32
/
+53
*
tg3: APE heartbeat changes
Prashant Sreedharan
2018-02-19
2
-11
/
+29
*
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-02-06
2
-1
/
+10
|
\
|
*
bnx2x: Deprecate pci_get_bus_and_slot()
Sinan Kaya
2018-01-17
2
-1
/
+10
*
|
bnx2x: disable GSO where gso_size is too big for hardware
Daniel Axtens
2018-02-01
1
-0
/
+18
*
|
bnxt_en: cleanup DIM work on device shutdown
Andy Gospodarek
2018-01-29
1
-1
/
+7
*
|
bnxt: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
2018-01-25
3
-5
/
+4
*
|
bnx2: remove redundant initializations of pointers txr and rxr
Colin Ian King
2018-01-23
1
-2
/
+2
*
|
bnxt_en: export a common switchdev PARENT_ID for all reps of an adapter
Sathya Perla
2018-01-17
5
-7
/
+40
*
|
bnxt_en: Add cache line size setting to optimize performance.
Michael Chan
2018-01-17
1
-0
/
+24
*
|
bnxt_en: Forward VF MAC address to the PF.
Vasundhara Volam
2018-01-17
3
-7
/
+51
*
|
bnxt_en: Add BCM5745X NPAR device IDs
Vasundhara Volam
2018-01-17
1
-0
/
+4
*
|
bnxt_en: Expand bnxt_check_rings() to check all resources.
Michael Chan
2018-01-17
1
-9
/
+84
*
|
bnxt_en: Implement new method for the PF to assign SRIOV resources.
Michael Chan
2018-01-17
3
-5
/
+127
*
|
bnxt_en: Reserve resources for RFS.
Michael Chan
2018-01-17
1
-4
/
+17
*
|
bnxt_en: Implement new method to reserve rings.
Michael Chan
2018-01-17
1
-25
/
+247
*
|
bnxt_en: Set initial default RX and TX ring numbers the same in combined mode.
Michael Chan
2018-01-17
1
-0
/
+19
*
|
bnxt_en: Add the new firmware API to query hardware resources.
Michael Chan
2018-01-17
2
-1
/
+56
*
|
bnxt_en: Refactor hardware resource data structures.
Michael Chan
2018-01-17
3
-127
/
+86
*
|
bnxt_en: Restore MSIX after disabling SRIOV.
Michael Chan
2018-01-17
2
-3
/
+15
*
|
bnxt_en: Refactor bnxt_close_nic().
Michael Chan
2018-01-17
1
-13
/
+19
*
|
bnxt_en: Update firmware interface to 1.9.0.
Michael Chan
2018-01-17
3
-6107
/
+5854
*
|
bnxt_en: don't update cpr->rx_bytes with uninitialized length len
Colin Ian King
2018-01-16
1
-3
/
+4
*
|
net: phy: remove parameter new_link from phy_mac_interrupt()
Heiner Kallweit
2018-01-15
1
-3
/
+4
*
|
bnxt_en: add support for software dynamic interrupt moderation
Andy Gospodarek
2018-01-10
5
-12
/
+118
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-09
2
-2
/
+2
|
\
\
|
*
|
bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine.
Venkat Duvvuru
2018-01-08
1
-1
/
+1
|
*
|
bnxt_en: Fix population of flow_type in bnxt_hwrm_cfa_flow_alloc()
Sunil Challa
2018-01-08
1
-1
/
+1
*
|
|
bnx2x: Replace WARN_ONCE with netdev_WARN_ONCE
Gal Pressman
2018-01-08
1
-2
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-07
3
-0
/
+13
|
\
\
\
|
*
|
|
bnxt_en: setup xdp_rxq_info
Jesper Dangaard Brouer
2018-01-05
3
-0
/
+13
*
|
|
|
net: bgmac: Remove short packet padding for DSA
Florian Fainelli
2018-01-05
1
-15
/
+0
*
|
|
|
net: systemport: Remove short packet padding
Florian Fainelli
2018-01-05
1
-12
/
+0
*
|
|
|
tg3: Add Macronix NVRAM support
Prashant Sreedharan
2018-01-04
2
-4
/
+31
*
|
|
|
ethernet/broadcom: Use zeroing memory allocator than allocator/memset
Himanshu Jha
2018-01-02
2
-7
/
+4
|
/
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-29
4
-7
/
+37
|
\
\
\
|
|
/
/
|
*
|
bnx2x: Improve reliability in case of nested PCI errors
Guilherme G. Piccoli
2017-12-27
2
-3
/
+15
|
*
|
tg3: Enable PHY reset in MTU change path for 5720
Siva Reddy Kallam
2017-12-27
1
-1
/
+2
|
*
|
tg3: Add workaround to restrict 5762 MRRS to 2048
Siva Reddy Kallam
2017-12-27
2
-0
/
+14
|
*
|
tg3: Update copyright
Siva Reddy Kallam
2017-12-27
2
-3
/
+6
[next]