summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: xsk: Borrow xdp_tx_active logic from i40eMaciej Fijalkowski2022-01-273-3/+14
* ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski2022-01-274-101/+190
* ice: xsk: Avoid potential dead AF_XDP Tx processingMaciej Fijalkowski2022-01-271-0/+2
* i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-01-273-14/+2
* ice: Make Tx threshold dependent on ring lengthMaciej Fijalkowski2022-01-274-9/+12
* ice: xsk: Handle SW XDP ring wrap and bump tail more oftenMaciej Fijalkowski2022-01-272-20/+81
* ice: xsk: Force rings to be sized to power of 2Maciej Fijalkowski2022-01-271-0/+8
* ice: Remove likely for napi_complete_doneMaciej Fijalkowski2022-01-271-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-251-80/+124
|\
| * bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron2022-01-211-1/+2
| * net: mvneta: enable jumbo frames if the loaded XDP program support fragsLorenzo Bianconi2022-01-211-4/+9
| * net: mvneta: add frags support to XDP_TXLorenzo Bianconi2022-01-211-36/+76
| * net: marvell: rely on xdp_update_skb_shared_info utility routineLorenzo Bianconi2022-01-211-13/+10
| * net: mvneta: simplify mvneta_swbm_add_rx_fragment managementLorenzo Bianconi2022-01-211-27/+15
| * net: mvneta: update frags bit before passing the xdp buffer to eBPF layerLorenzo Bianconi2022-01-211-5/+18
* | Merge tag 'linux-can-fixes-for-5.17-20220124' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-01-244-2/+9
|\ \
| * | can: flexcan: mark RX via mailboxes as supported on MCF5441XMarc Kleine-Budde2022-01-242-1/+2
| * | can: tcan4x5x: regmap: fix max register valueMarc Kleine-Budde2022-01-241-1/+1
| * | can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if leng...Marc Kleine-Budde2022-01-241-0/+6
* | | net: stmmac: remove unused members in struct stmmac_privJisheng Zhang2022-01-241-2/+0
* | | net: atlantic: Use the bitmap API instead of hand-writing itChristophe JAILLET2022-01-241-4/+2
|/ /
* | ibmvnic: remove unused ->wait_capabilitySukadev Bhattiprolu2022-01-242-25/+14
* | ibmvnic: don't spin in taskletSukadev Bhattiprolu2022-01-241-6/+0
* | ibmvnic: init ->running_cap_crqs earlySukadev Bhattiprolu2022-01-241-35/+71
* | ibmvnic: Allow extra failures before disablingSukadev Bhattiprolu2022-01-241-4/+17
* | bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu2022-01-241-4/+0
* | net: sfp: ignore disabled SFP nodeMarek BehĂșn2022-01-241-0/+5
* | octeontx2-af: Add KPU changes to parse NGIO as separate layerKiran Kumar K2022-01-211-35/+35
* | octeontx2-pf: Forward error codes to VFSubbaraya Sundeep2022-01-211-1/+6
* | octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfacesGeetha sowjanya2022-01-211-15/+12
* | octeontx2-af: Increase link credit restore polling timeoutGeetha sowjanya2022-01-212-2/+3
* | octeontx2-pf: cn10k: Ensure valid pointers are freed to auraGeetha sowjanya2022-01-212-0/+3
* | octeontx2-af: cn10k: Use appropriate register for LMAC enableGeetha sowjanya2022-01-217-7/+66
* | octeontx2-af: Retry until RVU block reset completeGeetha sowjanya2022-01-211-2/+5
* | octeontx2-af: Fix LBK backpressure id countSunil Goutham2022-01-211-3/+3
* | octeontx2-af: Do not fixup all VF action entriesSubbaraya Sundeep2022-01-212-11/+31
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-01-216-31/+131
|\ \
| * | i40e: fix unsigned stat widthsJoe Damato2022-01-203-7/+7
| * | i40e: Fix for failed to init adminq while VF resetKaren Sornek2022-01-203-2/+46
| * | i40e: Fix queues reservation for XDPSylwester Dziedziuch2022-01-201-0/+14
| * | i40e: Fix issue when maximum queues is exceededJedrzej Jagielski2022-01-203-13/+61
| * | i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski2022-01-201-9/+3
* | | phylib: fix potential use-after-freeMarek BehĂșn2022-01-211-3/+3
|/ /
* | net: stmmac: dwmac-visconti: Fix clock configuration for RMII modeYuji Ishikawa2022-01-201-11/+21
* | net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SELYuji Ishikawa2022-01-201-5/+5
* | net: phy: broadcom: hook up soft_reset for BCM54616SRobert Hancock2022-01-201-0/+1
* | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2036-208/+503
|\ \
| * | net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz2022-01-191-1/+2
| * | net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz2022-01-191-6/+19
| * | net: mscc: ocelot: fix using match before it is setTom Rix2022-01-191-7/+8