summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: don't include ndisc.h from ipv6.hJakub Kicinski2022-02-042-0/+2
* net: ipa: determine replenish doorbell differentlyAlex Elder2022-02-042-6/+10
* net: ipa: replenish after delivering payloadAlex Elder2022-02-041-3/+3
* net: ipa: kill replenish_backlogAlex Elder2022-02-042-9/+0
* net: ipa: introduce gsi_channel_trans_idle()Alex Elder2022-02-043-12/+26
* net: ipa: don't use replenish_backlogAlex Elder2022-02-041-5/+2
* net: ipa: allocate transaction in replenish loopAlex Elder2022-02-041-24/+16
* net: ipa: decide on doorbell in replenish loopAlex Elder2022-02-041-9/+12
* net: ipa: increment backlog in replenish callerAlex Elder2022-02-041-20/+9
* net: ipa: allocate transaction before pages when replenishingAlex Elder2022-02-041-8/+8
* net: ipa: kill replenish_savedAlex Elder2022-02-042-15/+4
* net: dsa: realtek: convert to phylink_generic_validate()Russell King (Oracle)2022-02-041-34/+12
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-02-046-50/+255
|\
| * i40e: Fix race condition while adding/deleting MAC/VLAN filtersJedrzej Jagielski2022-02-031-11/+13
| * i40e: Add new version of i40e_aq_add_macvlan functionJedrzej Jagielski2022-02-032-20/+77
| * i40e: Add new versions of send ASQ command functionsJedrzej Jagielski2022-02-033-8/+150
| * i40e: Add sending commands in atomic contextJedrzej Jagielski2022-02-031-9/+12
| * i40e: Remove unused RX realloc statJoe Damato2022-02-032-3/+1
| * i40e: Disable hw-tc-offload feature on driver loadMateusz Palczewski2022-02-031-1/+4
* | net: lan966x: use .mac_select_pcs() interfaceHoratiu Vultur2022-02-032-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-03163-678/+1544
|\ \ | |/ |/|
| * Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-0341-126/+349
| |\
| | * net: stmmac: ensure PTP time register reads are consistentYannick Vignon2022-02-031-7/+12
| | * net: ipa: request IPA register values be retainedAlex Elder2022-02-033-0/+64
| | * net: sparx5: do not refer to skb after passing it onSteen Hegelund2022-02-021-1/+1
| | * Merge tag 'mlx5-fixes-2022-02-01' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2022-02-0216-53/+98
| | |\
| | | * net/mlx5e: Avoid field-overflowing memcpy()Kees Cook2022-02-012-4/+6
| | | * net/mlx5e: Use struct_group() for memcpy() regionKees Cook2022-02-011-1/+1
| | | * net/mlx5e: Avoid implicit modify hdr for decap drop ruleRoi Dayan2022-02-011-1/+2
| | | * net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP trafficRaed Salem2022-02-011-2/+11
| | | * net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated trafficRaed Salem2022-02-011-3/+6
| | | * net/mlx5e: Don't treat small ceil values as unlimited in HTB offloadMaxim Mikityanskiy2022-02-011-1/+2
| | | * net/mlx5: E-Switch, Fix uninitialized variable modactMaor Dickman2022-02-011-1/+1
| | | * net/mlx5e: Fix handling of wrong devices during bond neteventMaor Dickman2022-02-011-18/+14
| | | * net/mlx5e: Fix broken SKB allocation in HW-GROKhalid Manaa2022-02-011-9/+17
| | | * net/mlx5e: Fix wrong calculation of header index in HW_GROKhalid Manaa2022-02-012-2/+7
| | | * net/mlx5: Bridge, Fix devlink deadlock on net namespace deletionRoi Dayan2022-02-011-2/+2
| | | * net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLEDima Chumak2022-02-011-3/+4
| | | * net/mlx5e: TC, Reject rules with forward and drop actionsRoi Dayan2022-02-011-0/+6
| | | * net/mlx5: Use del_timer_sync in fw reset flow of halting pollMaher Sanalla2022-02-011-1/+1
| | | * net/mlx5e: Fix module EEPROM queryGal Pressman2022-02-011-4/+5
| | | * net/mlx5e: TC, Reject rules with drop and modify hdr actionRoi Dayan2022-02-011-0/+6
| | | * net/mlx5: Bridge, ensure dev_name is null-terminatedVlad Buslov2022-02-011-1/+1
| | | * net/mlx5: Bridge, take rtnl lock in init error handlerVlad Buslov2022-02-012-0/+6
| | * | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-02-013-19/+44
| | |\ \ | | | |/ | | |/|
| | | * e1000e: Handshake with CSME starts from ADL platformsSasha Neftin2022-02-011-2/+4
| | | * e1000e: Separate ADP board type from TGPSasha Neftin2022-02-013-17/+40
| | * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-02-012-2/+30
| | |\ \
| | | * | i40e: Fix reset path while removing the driverKaren Sornek2022-01-312-1/+19
| | | * | i40e: Fix reset bw limit when DCB enabled with 1 TCJedrzej Jagielski2022-01-311-1/+11