summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-17132-673/+1328
|\
| * Merge branch 'bonding-fixes'David S. Miller2023-03-173-8/+103
| |\
| | * selftests: bonding: add tests for ether type changesNikolay Aleksandrov2023-03-172-1/+87
| | * bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov2023-03-171-3/+1
| | * bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov2023-03-171-4/+15
| |/
| * Merge branch 'net-renesas-rswitch-fixes'David S. Miller2023-03-172-5/+15
| |\
| | * net: renesas: rswitch: Fix GWTSDIE register handlingYoshihiro Shimoda2023-03-172-2/+8
| | * net: renesas: rswitch: Fix the output value of quote from rswitch_rx()Yoshihiro Shimoda2023-03-171-3/+7
| |/
| * ethernet: sun: add check for the mdesc_grab()Liang He2023-03-172-0/+6
| * Merge branch 'net-ipa-minor-bug-fixes'Jakub Kicinski2023-03-175-27/+38
| |\
| | * net: ipa: fix some register validity checksAlex Elder2023-03-173-15/+30
| | * net: ipa: kill FILT_ROUT_CACHE_CFG IPA registerAlex Elder2023-03-172-11/+2
| | * net: ipa: add two missing declarationsAlex Elder2023-03-171-0/+4
| | * net: ipa: reg: include <linux/bug.h>Alex Elder2023-03-171-1/+2
| |/
| * net: xdp: don't call notifiers during driver initJakub Kicinski2023-03-171-1/+3
| * Merge branch 'net-sched-fix-parsing-of-tca_ext_warn_msg-for-tc-action'Jakub Kicinski2023-03-172-4/+5
| |\
| | * net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu2023-03-172-4/+5
| | * Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu2023-03-171-2/+2
| |/
| * net: dsa: microchip: fix RGMII delay configuration on KSZ8765/KSZ8794/KSZ8795Marek Vasut2023-03-171-1/+1
| * Merge branch 'ynl-another-license-adjustment'Jakub Kicinski2023-03-1716-22/+33
| |\
| | * ynl: make the tooling check the licenseJakub Kicinski2023-03-172-6/+15
| | * ynl: broaden the license even moreJakub Kicinski2023-03-1715-18/+19
| | * tools: ynl: make definitions optional againJakub Kicinski2023-03-171-1/+2
| |/
| * Merge tag 'mlx5-fixes-2023-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-03-1713-47/+81
| |\
| | * net/mlx5e: TC, Remove error message log printOz Shlomo2023-03-151-1/+0
| | * net/mlx5e: TC, fix cloned flow attributeOz Shlomo2023-03-151-1/+1
| | * net/mlx5e: TC, fix missing error codeOz Shlomo2023-03-151-2/+6
| | * net/sched: TC, fix raw counter initializationOz Shlomo2023-03-151-0/+5
| | * net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisitesAdham Faris2023-03-151-3/+7
| | * net/mlx5: Set BREAK_FW_WAIT flag first when removing driverShay Drory2023-03-151-1/+1
| | * net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher typeGal Pressman2023-03-152-21/+25
| | * net/mlx5e: Fix cleanup null-ptr deref on encap lockPaul Blakey2023-03-151-0/+10
| | * net/mlx5: E-switch, Fix missing set of split_count when forward to ovs intern...Maor Dickman2023-03-151-0/+1
| | * net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rulesMaor Dickman2023-03-151-5/+5
| | * net/mlx5: Disable eswitch before waiting for VF pagesDaniel Jurgens2023-03-151-1/+1
| | * net/mlx5: Fix setting ec_function bit in MANAGE_PAGESParav Pandit2023-03-151-5/+17
| | * net/mlx5e: Don't cache tunnel offloads capabilityParav Pandit2023-03-154-6/+1
| | * net/mlx5e: Fix macsec ASO context alignmentEmeel Hakim2023-03-151-1/+1
| * | hsr: ratelimit only when errors are printedMatthieu Baerts2023-03-171-1/+1
| * | qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin2023-03-171-1/+1
| * | selftests: net: devlink_port_split.py: skip test if no suitable device availablePo-Hsu Lin2023-03-171-5/+31
| * | i825xx: sni_82596: use eth_hw_addr_set()Thomas Bogendoerfer2023-03-171-6/+8
| * | net/iucv: Fix size of interrupt dataAlexandra Winter2023-03-171-1/+1
| * | net: atlantic: Fix crash when XDP is enabled but no program is loadedToke Høiland-Jørgensen2023-03-171-7/+21
| * | net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich2023-03-171-2/+8
| * | ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel2023-03-171-0/+3
| * | Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-03-172-9/+41
| |\ \
| | * | xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu2023-02-241-5/+0
| | * | xfrm: Zero padding when dumping algos and encapHerbert Xu2023-02-131-4/+41
| * | | Merge branch 'net-renesas-set-mac_managed_pm-at-probe-time'Jakub Kicinski2023-03-172-4/+20
| |\ \ \