summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang2023-08-192-0/+6
* net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang2023-08-196-24/+82
* net/smc: support max connections per lgr negotiationGuangguan Wang2023-08-196-6/+62
* net/smc: support smc v2.x features validateGuangguan Wang2023-08-193-0/+71
* net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang2023-08-193-24/+37
* net/smc: support smc release version negotiation in clc handshakeGuangguan Wang2023-08-195-13/+51
* net: freescale: Remove unused declarationsYue Haibing2023-08-182-9/+0
* tcp: refine skb->ooo_okay settingEric Dumazet2023-08-181-7/+14
* Merge branch 'bnxt_en-update-for-net-next'Jakub Kicinski2023-08-183-110/+107
|\
| * bnxt_en: Add tx_resets ring counterMichael Chan2023-08-183-0/+10
| * bnxt_en: Display the ring error counters under ethtool -SMichael Chan2023-08-181-25/+23
| * bnxt_en: Save ring error counters across resetMichael Chan2023-08-182-1/+46
| * bnxt_en: Increment rx_resets counter in bnxt_disable_napi()Michael Chan2023-08-181-5/+7
| * bnxt_en: Let the page pool manage the DMA mappingSomnath Kotur2023-08-181-22/+10
| * bnxt_en: Use the unified RX page pool buffers for XDP and non-XDPSomnath Kotur2023-08-182-60/+14
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-08-1819-735/+624
|\
| * ice: split ice_aq_wait_for_event() func into twoPrzemek Kitszel2023-08-173-28/+57
| * ice: embed &ice_rq_event_info event into struct ice_aq_taskPrzemek Kitszel2023-08-173-49/+40
| * ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel2023-08-171-6/+7
| * ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel2023-08-174-34/+22
| * ice: use list_for_each_entry() helperYang Yingliang2023-08-171-6/+2
| * ice: Remove redundant VSI configuration in eswitch setupMarcin Szycik2023-08-171-4/+0
| * ice: move E810T functions to before device agnostic onesJacob Keller2023-08-171-179/+179
| * ice: refactor ice_vsi_is_vlan_pruning_enaJan Sokolowski2023-08-171-4/+1
| * ice: refactor ice_ptp_hw to make functions staticJan Sokolowski2023-08-172-6/+3
| * ice: refactor ice_sched to make functions staticJan Sokolowski2023-08-172-5/+1
| * ice: Utilize assign_bit() helperTony Nguyen2023-08-171-4/+1
| * ice: refactor ice_vf_lib to make functions staticJan Sokolowski2023-08-172-236/+234
| * ice: refactor ice_lib to make functions staticJan Sokolowski2023-08-172-38/+35
| * ice: refactor ice_ddp to make functions staticJan Sokolowski2023-08-172-69/+61
| * ice: remove unused methodsJan Sokolowski2023-08-176-86/+0
* | net: dm9051: Use PTR_ERR_OR_ZERO() to simplify codeRuan Jinjie2023-08-181-4/+1
* | sky2: Remove redundant NULL check for debugfs_create_dirRuan Jinjie2023-08-181-1/+1
* | pds_core: remove redundant pci_clear_master()Yu Liao2023-08-181-4/+2
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-08-187-101/+124
|\ \
| * | virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin2023-08-165-37/+40
| * | virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin2023-08-165-52/+59
| * | virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin2023-08-162-12/+25
* | | Merge tag 'batadv-next-pullrequest-20230816' of git://git.open-mesh.org/linux...Jakub Kicinski2023-08-1811-221/+28
|\ \ \
| * | | batman-adv: Drop per algo GW section class codeSven Eckelmann2023-08-146-107/+8
| * | | batman-adv: Keep batadv_netlink_notify_* staticSven Eckelmann2023-08-142-11/+5
| * | | batman-adv: Drop unused function batadv_gw_bandwidth_setSven Eckelmann2023-08-142-90/+0
| * | | batman-adv: Check hardif MTU against runtime MTUSven Eckelmann2023-08-031-7/+13
| * | | batman-adv: Avoid magic value for minimum MTUSven Eckelmann2023-08-031-1/+1
| * | | batman-adv: Remove unused declarationsYueHaibing2023-08-031-4/+0
| * | | batman-adv: Start new development cycleSimon Wunderlich2023-08-031-1/+1
* | | | net: fec: use napi_consume_skb() in fec_enet_tx_queue()Wei Fang2023-08-181-1/+1
* | | | sfc: Remove unneeded semicolonYang Li2023-08-181-1/+1
* | | | net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cacheJesper Dangaard Brouer2023-08-181-1/+12
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-18287-1258/+2298
|\ \ \ \