summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* ionic: add support for ethtool extended stat link_down_countNitya Sunkad2023-06-123-0/+12
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2023-06-124-48/+84
|\
| * ice: do not re-enable miscellaneous interrupt until thread_fn completesJacob Keller2023-06-081-4/+5
| * ice: trigger PFINT_OICR_TSYN_TX interrupt instead of pollingJacob Keller2023-06-081-2/+9
| * ice: introduce ICE_TX_TSTAMP_WORK enumerationJacob Keller2023-06-083-22/+42
| * ice: always return IRQ_WAKE_THREAD in ice_misc_intr()Karol Kolacinski2023-06-081-10/+4
| * ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski2023-06-084-19/+33
* | net: renesas: rswitch: Use hardware pause featuresYoshihiro Shimoda2023-06-102-22/+21
* | net: renesas: rswitch: Use napi_gro_receive() in RXYoshihiro Shimoda2023-06-101-1/+1
* | sfc: generate encap headers for TC offloadEdward Cree2023-06-101-9/+185
* | sfc: neighbour lookup for TC encap action offloadEdward Cree2023-06-108-6/+569
* | sfc: MAE functions to create/update/delete encap headersEdward Cree2023-06-102-2/+95
* | sfc: add function to atomically update a rule in the MAEEdward Cree2023-06-102-0/+24
* | sfc: some plumbing towards TC encap action offloadEdward Cree2023-06-105-3/+284
* | sfc: add fallback action-set-lists for TC offloadEdward Cree2023-06-102-0/+77
* | net: move gso declarations and functions to their own filesEric Dumazet2023-06-104-0/+4
* | chelsio/chtls: Use splice_eof() to flushDavid Howells2023-06-093-0/+11
* | Merge tag 'mlx5-updates-2023-06-06' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-06-0914-63/+111
|\ \
| * | net/mlx5e: simplify condition after napi budget handling changeJakub Kicinski2023-06-071-1/+1
| * | mlx5/core: E-Switch, Allocate ECPF vport if it's an eswitch managerBodong Wang2023-06-071-1/+2
| * | net/mlx5: Skip inline mode check after mlx5_eswitch_enable_locked() failureJiri Pirko2023-06-071-1/+2
| * | net/mlx5e: TC, refactor access to hash keyOz Shlomo2023-06-071-6/+3
| * | net/mlx5e: Remove RX page cache leftoversTariq Toukan2023-06-071-7/+0
| * | net/mlx5e: Expose catastrophic steering error countersLama Kayal2023-06-071-0/+10
| * | net/mlx5: Enable 4 ports VF LAGShay Drory2023-06-073-5/+6
| * | net/mlx5: LAG, block multiport eswitch LAG in case ldev have more than 2 portsShay Drory2023-06-071-0/+4
| * | net/mlx5: LAG, block multipath LAG in case ldev have more than 2 portsShay Drory2023-06-071-0/+4
| * | net/mlx5: LAG, change mlx5_shared_fdb_supported() to staticShay Drory2023-06-072-2/+1
| * | net/mlx5: LAG, generalize handling of shared FDBShay Drory2023-06-071-28/+38
| * | net/mlx5: LAG, check if all eswitches are paired for shared FDBShay Drory2023-06-072-1/+12
| * | {net/RDMA}/mlx5: introduce lag_for_each_peerShay Drory2023-06-072-14/+31
* | | net: fman_memac: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)2023-06-091-1/+1
* | | net: dpaa2: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)2023-06-091-6/+5
* | | net: fman_memac: use lynx_pcs_create_fwnode()Russell King (Oracle)2023-06-091-9/+4
* | | net: dpaa2-mac: use lynx_pcs_create_fwnode()Russell King (Oracle)2023-06-091-8/+10
* | | net: fman_memac: allow lynx PCS to handle mdiodev lifetimeRussell King (Oracle)2023-06-091-6/+1
* | | net: dpaa2-mac: allow lynx PCS to manage mdiodev lifetimeRussell King (Oracle)2023-06-091-4/+1
* | | net: pch_gbe: Allow build on MIPS_GENERIC kernelJiaxun Yang2023-06-091-1/+1
* | | mlxsw: spectrum_nve_vxlan: Fix unsupported flag regressionIdo Schimmel2023-06-091-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0819-108/+144
|\ \ \ | |_|/ |/| |
| * | bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacksSomnath Kotur2023-06-081-7/+18
| * | bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE eventPavan Chebbi2023-06-082-0/+7
| * | bnxt_en: Skip firmware fatal error recovery if chip is not accessibleVikas Gupta2023-06-081-2/+3
| * | bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur2023-06-081-0/+3
| * | bnxt_en: Don't issue AP reset during ethtool's reset operationSreekanth Reddy2023-06-081-1/+1
| * | bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg()Pavan Chebbi2023-06-081-0/+1
| * | net: bcmgenet: Fix EEE implementationFlorian Fainelli2023-06-083-14/+16
| * | eth: ixgbe: fix the wake conditionJakub Kicinski2023-06-081-1/+1
| * | eth: bnxt: fix the wake conditionJakub Kicinski2023-06-081-1/+1
| * | ice: make writes to /dev/gnssX synchronousMichal Schmidt2023-06-074-72/+6