summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-01-03ppp: Fix spelling typo in comment in ppp_async_encode()liyouhong1-1/+1
2024-01-03Revert "net: mdio: get/put device node during (un)registration"Jakub Kicinski2-14/+1
2024-01-02octeon_ep_vf: add ethtool supportShinas Rasheed5-2/+312
2024-01-02octeon_ep_vf: add Tx/Rx processing and interrupt supportShinas Rasheed4-5/+867
2024-01-02octeon_ep_vf: add support for ndo opsShinas Rasheed1-0/+54
2024-01-02octeon_ep_vf: add Tx/Rx ring resource setup and cleanupShinas Rasheed2-0/+439
2024-01-02octeon_ep_vf: add VF-PF mailbox communication.Shinas Rasheed4-2/+581
2024-01-02octeon_ep_vf: add hardware configuration APIsShinas Rasheed2-2/+675
2024-01-02octeon_ep_vf: Add driver framework and device initializationShinas Rasheed17-0/+2391
2024-01-02net/ps3_gelic_net: Add gelic_descr structuresGeoff Levand2-92/+109
2024-01-02bnxt_en: Add support for ntuple filter deletion by ethtool.Michael Chan1-0/+29
2024-01-02bnxt_en: Add support for ntuple filters added from ethtool.Michael Chan3-7/+201
2024-01-02bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure.Michael Chan3-50/+99
2024-01-02bnxt_en: Refactor ntuple filter removal logic in bnxt_cfg_ntp_filters().Michael Chan2-16/+22
2024-01-02bnxt_en: Refactor the hash table logic for ntuple filters.Michael Chan3-28/+59
2024-01-02bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer().Michael Chan2-52/+41
2024-01-02bnxt_en: Add new BNXT_FLTR_INSERTED flag to bnxt_filter_base struct.Michael Chan2-1/+11
2024-01-02bnxt_en: Add bnxt_lookup_ntp_filter_from_idx() functionMichael Chan1-6/+20
2024-01-02bnxt_en: Add function to calculate Toeplitz hashPavan Chebbi2-3/+108
2024-01-02bnxt_en: Refactor L2 filter alloc/free firmware commands.Michael Chan2-54/+112
2024-01-02bnxt_en: Re-structure the bnxt_ntuple_filter structure.Michael Chan2-26/+40
2024-01-02bnxt_en: Add bnxt_l2_filter hash table.Michael Chan2-14/+191
2024-01-02bnxt_en: Refactor bnxt_ntuple_filter structure.Michael Chan3-30/+44
2024-01-02Merge tag 'for-net-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller6-14/+43
2024-01-02Merge tag 'wireless-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller50-349/+2333
2024-01-02ptp: ocp: Use DEFINE_RES_*() in placeAndy Shevchenko1-20/+6
2024-01-01net: sfp: Add helper to return the SFP bus nameMaxime Chevallier1-0/+11
2024-01-01net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier5-0/+48
2024-01-01net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier3-3/+12
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier3-1/+74
2024-01-01net: mdio: get/put device node during (un)registrationLuiz Angelo Daros de Luca2-1/+14
2023-12-30Merge tag 'mlx5-updates-2023-12-20' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller37-186/+1291
2023-12-27net: phy: nxp-c45-tja11xx: implement mdo_insert_tx_tagRadu Pirea (NXP OSS)1-0/+41
2023-12-27net: phy: nxp-c45-tja11xx: add MACsec statisticsRadu Pirea (NXP OSS)1-0/+345
2023-12-27net: phy: nxp-c45-tja11xx: add MACsec supportRadu Pirea (NXP OSS)5-32/+1459
2023-12-27net: macsec: introduce mdo_insert_tx_tagRadu Pirea (NXP OSS)1-5/+83
2023-12-27net: macsec: revert the MAC address if mdo_upd_secy failsRadu Pirea (NXP OSS)1-12/+26
2023-12-27net: macsec: move sci_to_cpu to macsec headerRadu Pirea (NXP OSS)1-5/+0
2023-12-27net: macsec: use skb_ensure_writable_head_tail to expand the skbRadu Pirea (NXP OSS)1-20/+5
2023-12-27net: phy: at803x: better align function varibles to open parenthesisChristian Marangi1-30/+37
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu2-39/+6
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu1-8/+11
2023-12-25net: sfp: fix PHY discovery for FS SFP-10G-T moduleMarek BehĂșn1-4/+13
2023-12-23dpaa2-switch: cleanup the egress flood of an unused FDBIoana Ciornei1-0/+6
2023-12-23dpaa2-switch: move a check to the prechangeupper stageIoana Ciornei1-15/+16
2023-12-23dpaa2-switch: reorganize the [pre]changeupper eventsIoana Ciornei1-25/+52
2023-12-23dpaa2-switch: do not clear any interrupts automaticallyIoana Ciornei1-2/+2
2023-12-23dpaa2-switch: add ENDPOINT_CHANGED to the irq_maskIoana Ciornei1-1/+1
2023-12-23dpaa2-switch: print an error when the vlan is already configuredIoana Ciornei1-2/+4
2023-12-23dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capableIoana Ciornei1-0/+1