aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-24gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest3-5/+5
2021-06-24gve: gve_rx_copy: Move padding to an argumentBailey Forrest3-5/+7
2021-06-24gve: Move some static functions to a common fileBailey Forrest5-60/+94
2021-06-24gve: Update GVE documentation to describe DQOBailey Forrest1-5/+48
2021-06-24dt-bindings: interrupt-controller: Convert ARM VIC to json-schemaSudeep Holla2-41/+81
2021-06-24of: of_reserved_mem: mark nomap memory instead of removingDong Aisheng1-2/+2
2021-06-24of: of_reserved_mem: only call memblock_free for normal reserved memoryDong Aisheng1-1/+2
2021-06-24PCI: intel-gw: Fix INTx enableMartin Blumenstingl1-4/+6
2021-06-24ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet1-14/+13
2021-06-24Merge branch 'macsec-key-length'David S. Miller5-7/+7
2021-06-24net: atlantic: fix the macsec key lengthAntoine Tenart1-2/+2
2021-06-24net: phy: mscc: fix macsec key lengthAntoine Tenart2-2/+2
2021-06-24net: macsec: fix the length used to copy the key for offloadingAntoine Tenart2-3/+3
2021-06-24trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira1-8/+5
2021-06-24trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira2-16/+175
2021-06-24trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira1-1/+1
2021-06-24usbnet: add usbnet_event_names[] for keventYajun Deng1-2/+19
2021-06-24bootconfig/tracing/ktest: Add ktest examples of testing bootconfigSteven Rostedt (VMware)9-0/+385
2021-06-24vfio: use the new pci_dev_trylock() helper to simplify try lockLuis Chamberlain1-7/+4
2021-06-24PCI: Export pci_dev_trylock() and pci_dev_unlock()Luis Chamberlain2-2/+7
2021-06-24vfio/mdpy: Fix memory leak of object mdev_state->vconfigColin Ian King1-0/+1
2021-06-24libceph: set global_id as soon as we get an auth ticketIlya Dryomov4-15/+16
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov4-12/+15
2021-06-24perf top: Add cgroup support for perf top (-G)Joshua Martinez2-0/+20
2021-06-24spi: Fix self assignment issue with ancillary->modeColin Ian King1-1/+1
2021-06-24RDMA/cma: Protect RMW with qp_mutexHåkon Bugge1-1/+19
2021-06-24ASoC: qcom: lpass-cpu: mark IRQ_CLEAR register as volatile and readableSrinivas Kandagatla1-1/+6
2021-06-24RDMA/cma: Remove unnecessary INIT->INIT transitionHåkon Bugge1-16/+1
2021-06-24Merge branch 'add-sparx5i-driver'David S. Miller21-84/+12318
2021-06-24arm64: dts: sparx5: Add the Sparx5 switch nodeSteen Hegelund3-84/+1112
2021-06-24net: sparx5: add ethtool configuration and statistics supportSteen Hegelund5-1/+1248
2021-06-24net: sparx5: add calendar bandwidth allocation supportSteen Hegelund4-2/+609
2021-06-24net: sparx5: add switching supportSteen Hegelund7-1/+544
2021-06-24net: sparx5: add vlan supportSteen Hegelund4-4/+246
2021-06-24net: sparx5: add mactable supportSteen Hegelund5-2/+565
2021-06-24net: sparx5: add port module supportSteen Hegelund6-12/+1279
2021-06-24net: sparx5: add hostmode with phylink supportSteen Hegelund6-9/+840
2021-06-24net: sparx5: add the basic sparx5 driverSteen Hegelund7-0/+5680
2021-06-24dt-bindings: net: sparx5: Add sparx5-switch bindingsSteen Hegelund1-0/+226
2021-06-24Merge tag 'linux-can-fixes-for-5.13-20210624' of git://git.kernel.org/David S. Miller2-3/+3
2021-06-24Merge branch 'ibmvnic-fixes'David S. Miller1-24/+77
2021-06-24ibmvnic: parenthesize a checkSukadev Bhattiprolu1-1/+1
2021-06-24ibmvnic: free tx_pool if tso_pool alloc failsSukadev Bhattiprolu1-1/+4
2021-06-24ibmvnic: set ltb->buff to NULL after freeingSukadev Bhattiprolu1-11/+15
2021-06-24ibmvnic: account for bufs already saved in indir_bufSukadev Bhattiprolu1-1/+8
2021-06-24ibmvnic: clean pending indirect buffs during resetSukadev Bhattiprolu1-2/+6
2021-06-24Revert "ibmvnic: remove duplicate napi_schedule call in open function"Dany Madden1-0/+5
2021-06-24Revert "ibmvnic: simplify reset_long_term_buff function"Sukadev Bhattiprolu1-8/+38
2021-06-24net: mdiobus: fix fwnode_mdbiobus_register() fallback caseMarcin Wojtas1-1/+1
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2-29/+35