summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | ice: ice_base.c: Add const modifier to params and varsJan Glaza2024-01-022-5/+5
| | * | | | | | ice: remove rx_len_errors statisticJan Sokolowski2024-01-023-7/+0
| | * | | | | | ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()Jacob Keller2024-01-024-33/+28
| | * | | | | | ice: Add support for packet mirroring using hardware in switchdev modeAndrii Staikov2024-01-023-7/+60
| | * | | | | | ice: Enable SW interrupt from FW for LL TSKarol Kolacinski2024-01-028-28/+274
| | * | | | | | ice: Schedule service task in IRQ top halfKarol Kolacinski2024-01-022-10/+11
| * | | | | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-01-0316-359/+342
| |\ \ \ \ \ \ \
| | * | | | | | | i40e: Avoid unnecessary use of comma operatorSimon Horman2024-01-021-1/+1
| | * | | | | | | i40e: Fix VF disable behavior to block all trafficAndrii Staikov2024-01-022-0/+33
| | * | | | | | | ixgbe: Refactor returning internal error codesJedrzej Jagielski2024-01-0212-317/+264
| | * | | | | | | ixgbe: Refactor overtemp event handlingJedrzej Jagielski2024-01-025-41/+43
| | * | | | | | | ixgbe: report link state for VF devicesOvidiu Panait2024-01-021-0/+1
| | |/ / / / / /
| * | | | | | | net: ena: Take xdp packets stats into account in ena_get_stats64()David Arinzon2024-01-031-3/+10
| * | | | | | | net: ena: Make queue stats code cleaner by removing the if blockDavid Arinzon2024-01-031-10/+7
| * | | | | | | net: ena: Always register RX queue infoDavid Arinzon2024-01-033-4/+13
| * | | | | | | net: ena: Add more debug prints to XDP related functionDavid Arinzon2024-01-031-0/+4
| * | | | | | | net: ena: Refactor napi functionsDavid Arinzon2024-01-032-23/+30
| * | | | | | | net: ena: Don't check if XDP program is loaded in ena_xdp_execute()David Arinzon2024-01-031-3/+0
| * | | | | | | net: ena: Use tx_ring instead of xdp_ring for XDP channel TXDavid Arinzon2024-01-034-65/+61
| * | | | | | | net: ena: Introduce total_tx_size field in ena_tx_buffer structDavid Arinzon2024-01-032-2/+5
| * | | | | | | net: ena: Put orthogonal fields in ena_tx_buffer in a unionDavid Arinzon2024-01-031-5/+7
| * | | | | | | net: ena: Pass ena_adapter instead of net_device to ena_xmit_common()David Arinzon2024-01-034-11/+10
| * | | | | | | net: ena: Move XDP code to its new filesDavid Arinzon2024-01-036-657/+679
| * | | | | | | octeontx2-af: Fix max NPC MCAM entry check while validating ref_entrySuman Ghosh2024-01-031-7/+6
| * | | | | | | net: mvpp2: initialize port fwnode pointerMarcin Wojtas2024-01-031-1/+1
| * | | | | | | net: mdio: mux-bcm-iproc: Use alignment helpers and SZ_4KIlpo Järvinen2024-01-031-2/+4
| * | | | | | | ppp: Fix spelling typo in comment in ppp_async_encode()liyouhong2024-01-021-1/+1
| * | | | | | | Revert "net: mdio: get/put device node during (un)registration"Jakub Kicinski2024-01-022-14/+1
| |/ / / / / /
| * | | | | | octeon_ep_vf: add ethtool supportShinas Rasheed2024-01-025-2/+312
| * | | | | | octeon_ep_vf: add Tx/Rx processing and interrupt supportShinas Rasheed2024-01-024-5/+867
| * | | | | | octeon_ep_vf: add support for ndo opsShinas Rasheed2024-01-021-0/+54
| * | | | | | octeon_ep_vf: add Tx/Rx ring resource setup and cleanupShinas Rasheed2024-01-022-0/+439
| * | | | | | octeon_ep_vf: add VF-PF mailbox communication.Shinas Rasheed2024-01-024-2/+581
| * | | | | | octeon_ep_vf: add hardware configuration APIsShinas Rasheed2024-01-022-2/+675
| * | | | | | octeon_ep_vf: Add driver framework and device initializationShinas Rasheed2024-01-0217-0/+2391
| * | | | | | net/ps3_gelic_net: Add gelic_descr structuresGeoff Levand2024-01-022-92/+109
| * | | | | | bnxt_en: Add support for ntuple filter deletion by ethtool.Michael Chan2024-01-021-0/+29
| * | | | | | bnxt_en: Add support for ntuple filters added from ethtool.Michael Chan2024-01-023-7/+201
| * | | | | | bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure.Michael Chan2024-01-023-50/+99
| * | | | | | bnxt_en: Refactor ntuple filter removal logic in bnxt_cfg_ntp_filters().Michael Chan2024-01-022-16/+22
| * | | | | | bnxt_en: Refactor the hash table logic for ntuple filters.Michael Chan2024-01-023-28/+59
| * | | | | | bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer().Michael Chan2024-01-022-52/+41
| * | | | | | bnxt_en: Add new BNXT_FLTR_INSERTED flag to bnxt_filter_base struct.Michael Chan2024-01-022-1/+11
| * | | | | | bnxt_en: Add bnxt_lookup_ntp_filter_from_idx() functionMichael Chan2024-01-021-6/+20
| * | | | | | bnxt_en: Add function to calculate Toeplitz hashPavan Chebbi2024-01-022-3/+108
| * | | | | | bnxt_en: Refactor L2 filter alloc/free firmware commands.Michael Chan2024-01-022-54/+112
| * | | | | | bnxt_en: Re-structure the bnxt_ntuple_filter structure.Michael Chan2024-01-022-26/+40
| * | | | | | bnxt_en: Add bnxt_l2_filter hash table.Michael Chan2024-01-022-14/+191
| * | | | | | bnxt_en: Refactor bnxt_ntuple_filter structure.Michael Chan2024-01-023-30/+44
| * | | | | | Merge tag 'wireless-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2024-01-0250-349/+2333
| |\ \ \ \ \ \