summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ionic: replace set_vf data with unionShannon Nelson2022-01-254-67/+55
* ionic: stretch heartbeat detectionShannon Nelson2022-01-254-24/+20
* ionic: remove the dbid_inuse bitmapShannon Nelson2022-01-252-17/+1
* ionic: disable napi when ionic_lif_init() failsBrett Creeley2022-01-251-0/+1
* ionic: Cleanups in the Tx hotpath codeBrett Creeley2022-01-251-32/+34
* ionic: Prevent filter add/del err msgs when the device is not availableBrett Creeley2022-01-251-5/+32
* ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley2022-01-255-8/+148
* ionic: Allow flexibility for error reporting on dev commandsBrett Creeley2022-01-252-4/+30
* ionic: Correctly print AQ errors if completions aren't receivedBrett Creeley2022-01-251-0/+2
* ionic: fix up printing of timeout errorShannon Nelson2022-01-251-2/+6
* ionic: better handling of RESET eventShannon Nelson2022-01-252-10/+24
* ionic: add FW_STOPPING stateShannon Nelson2022-01-254-12/+19
* ionic: Don't send reset commands if FW isn't runningBrett Creeley2022-01-253-13/+23
* ionic: separate function for watchdog initShannon Nelson2022-01-251-12/+19
* ionic: start watchdog after all is setupShannon Nelson2022-01-252-4/+3
* ionic: fix type complaint in ionic_dev_cmd_clean()Shannon Nelson2022-01-251-3/+3
* net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang2022-01-257-7/+7
* net: fec_ptp: remove redundant initialization of variable valColin Ian King2022-01-251-1/+0
* net: usb: asix: remove redundant assignment to variable regColin Ian King2022-01-251-1/+0
* 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