summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: broadcom: bcm63xx_enet: Drop empty platform remove functionUwe Kleine-König2022-12-301-6/+0
* bnxt_en: Fix HDS and jumbo thresholds for RX packetsMichael Chan2022-12-281-4/+5
* bnxt_en: Fix first buffer size calculations for XDP multi-bufferMichael Chan2022-12-283-14/+17
* bnxt_en: Fix XDP RX pathMichael Chan2022-12-283-5/+8
* bnxt_en: Simplify bnxt_xdp_buff_init()Michael Chan2022-12-283-5/+5
* bnxt_en: fix devlink port registration to netdevVikas Gupta2022-12-281-1/+4
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1316-201/+584
|\
| * bnxt: Use generic HBH removal helper in tx pathCoco Li2022-12-121-1/+25
| * skbuff: Introduce slab_build_skb()Kees Cook2022-12-091-1/+1
| * net: bcmgenet: Remove the unused functionJiapeng Chong2022-12-091-18/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+2
| |\
| * | bnxt: report FEC block stats via standard interfaceJakub Kicinski2022-12-011-0/+8
| * | net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-4/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-4/+8
| |\ \
| * | | net: bcmgenet: Clear RGMII_LINK upon link downFlorian Fainelli2022-11-211-5/+14
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-172-2/+9
| |\ \ \
| * | | | ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-4/+5
| * | | | ptp: bnxt: convert .adjfreq to .adjfineJacob Keller2022-11-111-16/+6
| * | | | ptp: tg3: convert .adjfreq to .adjfineJacob Keller2022-11-111-15/+7
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-105-12/+50
| |\ \ \ \
| * | | | | bnxt_en: Add a non-real time mode to access NIC clockPavan Chebbi2022-11-083-15/+42
| * | | | | bnxt_en: update RSS config using difference algorithmEdwin Peer2022-11-084-1/+85
| * | | | | bnxt_en: refactor VNIC RSS update functionsEdwin Peer2022-11-081-18/+16
| * | | | | ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski2022-11-081-0/+15
| * | | | | net: remove unused ndo_get_devlink_portJiri Pirko2022-11-031-8/+0
| * | | | | net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-031-5/+1
| * | | | | net: broadcom: bcm4908_enet: report queued and transmitted bytesRafał Miłecki2022-11-021-0/+4
| * | | | | net: systemport: Add support for RDMA overflow statistic counterFlorian Fainelli2022-10-312-0/+22
| * | | | | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-282-10/+10
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-272-4/+11
| |\ \ \ \ \
| * | | | | | net: broadcom: bcm4908_enet: use build_skb()Rafał Miłecki2022-10-271-17/+36
| * | | | | | bnx2: Use kmalloc_size_roundup() to match ksize() usageKees Cook2022-10-251-2/+3
| * | | | | | bnxt_en: check and resize NVRAM UPDATE entry before flashingVikas Gupta2022-10-241-0/+32
| * | | | | | bnxt_en: add .get_module_eeprom_by_page() supportVikas Gupta2022-10-242-7/+71
| * | | | | | bnxt_en: Update firmware interface to 1.10.2.118Michael Chan2022-10-241-65/+169
| * | | | | | net: bcmgenet: add RX_CLS_LOC_ANY supportDoug Berger2022-10-201-4/+27
* | | | | | | Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-12-131-4/+2
|\ \ \ \ \ \ \
| * | | | | | | cnic: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig2022-11-211-4/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
| | |_|/ / / | |/| | | |
* | | | | | net: broadcom: Add PTP_1588_CLOCK_OPTIONAL dependency for BCMGENET under ARCH...YueHaibing2022-11-301-1/+2
| |_|_|_|/ |/| | | |
* | | | | bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()Yang Yingliang2022-11-221-4/+8
| |_|_|/ |/| | |
* | | | bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui2022-11-141-1/+9
* | | | net: bgmac: Drop free_netdev() from bgmac_enet_remove()Wei Yongjun2022-11-111-1/+0
|/ / /
* | | net: broadcom: Fix BCMGENET KconfigYueHaibing2022-11-071-1/+1
* | | bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba2022-11-041-1/+1
* | | bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()Michael Chan2022-11-041-1/+1
* | | bnxt_en: fix the handling of PCIE-AERVikas Gupta2022-11-043-2/+31
* | | bnxt_en: refactor bnxt_cancel_reservations()Vikas Gupta2022-11-041-7/+16
|/ /
* | net: broadcom: bcm4908_enet: update TX stats after actual transmissionRafał Miłecki2022-10-271-4/+8