aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/persistent-https
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-08-19 11:07:36 -0700
committerJunio C Hamano <gitster@pobox.com>2024-08-19 11:07:36 -0700
commit4dbca805e07de19412807da9dde45bd61f510710 (patch)
treeaeebd2cda1c4573e866de1a72cf6456ed7c46dbd /contrib/persistent-https
parentSync with 'maint' (diff)
parentt-strvec: use if_test (diff)
downloadgit-4dbca805e07de19412807da9dde45bd61f510710.tar.gz
git-4dbca805e07de19412807da9dde45bd61f510710.zip
Merge branch 'rs/unit-tests-test-run'
Unit-test framework has learned a simple control structure to allow embedding test statements in-line instead of having to create a new function to contain them. * rs/unit-tests-test-run: t-strvec: use if_test t-reftable-basics: use if_test t-ctype: use if_test unit-tests: add if_test unit-tests: show location of checks outside of tests t0080: use here-doc test body
Diffstat (limited to 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions
='insertions'>+172 2019-12-19net/tls: add helper for testing if socket is RX offloadedJakub Kicinski2-2/+12 2019-12-19nfp: pass packet pointer to nfp_net_parse_meta()Jakub Kicinski1-10/+8 2019-12-19nfp: flower: update flow merge code to support IPv6 tunnelsJohn Hurley1-5/+23 2019-12-19nfp: flower: support ipv6 tunnel keep-alive messages from fwJohn Hurley4-0/+67 2019-12-19nfp: flower: handle notifiers for ipv6 route changesJohn Hurley2-68/+181 2019-12-19nfp: flower: handle ipv6 tunnel no neigh requestJohn Hurley4-8/+116 2019-12-19nfp: flower: modify pre-tunnel and set tunnel action for ipv6John Hurley3-30/+62 2019-12-19nfp: flower: offload list of IPv6 tunnel endpoint addressesJohn Hurley5-1/+141 2019-12-19nfp: flower: compile match for IPv6 tunnelsJohn Hurley4-51/+246 2019-12-19nfp: flower: move udp tunnel key match compilation to helper functionJohn Hurley1-22/+35 2019-12-19nfp: flower: pass flow rule pointer directly to match functionsJohn Hurley1-49/+27 2019-12-19hdlcdrv: replace unnecessary assertion in hdlcdrv_registerAditya Pakki1-2/+0 2019-12-19net: mvpp2: cycle comphy to power it downRussell King1-0/+10 2019-12-19net: sfp: report error on failure to read sfp soft statusRussell King1-2/+9 2019-12-19net: phy: marvell: use genphy_check_and_restart_aneg()Russell King1-20/+1 2019-12-19net: phy: marvell: use phy_modify_changed()Russell King1-16/+10 2019-12-19net: phy: marvell: use existing clause 37 definitionsRussell King1-18/+8 2019-12-19net: phy: marvell: consolidate phy status readingRussell King1-43/+17 2019-12-19net: phy: marvell: use positive logic for link stateRussell King1-4/+3 2019-12-19net: phy: marvell: initialise link partner state earlierRussell King1-20/+5 2019-12-19net: phy: marvell: rearrange to use genphy_read_lpa()Russell King1-34/+32 2019-12-19net: phy: provide and use genphy_read_status_fixed()Russell King4-47/+41 2019-12-19net: phy: add genphy_check_and_restart_aneg()Russell King2-17/+32 2019-12-19net: phy: use phy_resolve_aneg_pause()Russell King3-14/+3 2019-12-19net: phy: remove redundant .aneg_done initialisersRussell King2-7/+0 2019-12-18net: stmmac: tc: Fix TAPRIO division operationJose Abreu1-2/+4