summaryrefslogtreecommitdiffstats
path: root/lib/test_sysctl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-22ionic: rearrange reset and bus-master controlShannon Nelson1-5/+4
2020-07-22ionic: update eid test for overflowShannon Nelson1-1/+1
2020-07-22ionic: remove unused ionic_coal_hw_to_usecShannon Nelson1-13/+0
2020-07-22ionic: set netdev default nameShannon Nelson1-0/+1
2020-07-22ionic: get MTU from lif identityShannon Nelson3-5/+15
2020-07-22bareudp: Reverted support to enable & disable rx metadata collectionMartin Varghese4-22/+7
2020-07-22dpaa2-eth: add support for TBF offloadIoana Ciornei2-1/+48
2020-07-22dpaa2-eth: add API for Tx shapingIoana Ciornei3-0/+65
2020-07-22dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei1-6/+13
2020-07-22mptcp: move helper to where its usedFlorian Westphal2-11/+12
2020-07-22devlink: Constify devlink instance pointerParav Pandit1-1/+1
2020-07-22devlink: Add comment for devlink instance lockParav Pandit1-1/+3
2020-07-22devlink: Avoid duplicate check for reload enabled flagParav Pandit1-1/+1
2020-07-22devlink: Do not hold devlink mutex when initializing devlink fieldsParav Pandit1-1/+1
2020-07-22r8169: allow to enable ASPM on RTL8125AHeiner Kallweit1-0/+2
2020-07-22net: ena: support new LLQ acceleration modeArthur Kiyanovski7-24/+109
2020-07-22net: ena: move llq configuration from ena_probe to ena_device_init()Arthur Kiyanovski1-63/+73
2020-07-22net: ena: enable support of rss hash key and function changesArthur Kiyanovski2-2/+6
2020-07-22net: ena: add support for traffic mirroringArthur Kiyanovski2-7/+13
2020-07-22net: ena: cosmetic: change ena_com_stats_admin stats to u64Arthur Kiyanovski2-7/+7
2020-07-22net: ena: cosmetic: satisfy gcc warningArthur Kiyanovski1-1/+1
2020-07-22net: ena: add reserved PCI device IDArthur Kiyanovski1-0/+5
2020-07-22net: ena: avoid unnecessary rearming of interrupt vector when busy-pollingArthur Kiyanovski2-1/+8
2020-07-22qed: Fix ILT and XRCD bitmap memory leaksYuval Basson2-0/+6
2020-07-22net: phylink: add interface to configure clause 22 PCS PHYRussell King2-0/+40
2020-07-22net: phylink: add struct phylink_pcsRussell King2-23/+56
2020-07-22net: phylink: re-implement interface configuration with PCSRussell King2-23/+100
2020-07-22net: phylink: in-band pause mode advertisement update for PCSRussell King2-6/+56
2020-07-22net: phylink: simplify fixed-link case for ksettings_set methodRussell King1-11/+20
2020-07-22net: phylink: use config.an_enabled in ksettings_set methodRussell King1-2/+1
2020-07-22net: phylink: simplify phy case for ksettings_set methodRussell King1-57/+47
2020-07-22net: phylink: simplify ksettings_set() implementationRussell King1-13/+12
2020-07-22net: phylink: avoid mac_config callsRussell King1-2/+4
2020-07-22net: phylink: update PCS when changing interface during resolutionRussell King1-1/+8
2020-07-22net: phylink: ensure link is down when changing interfaceRussell King1-1/+11
2020-07-22net: phylink: rearrange resolve mac_config() callRussell King1-13/+8
2020-07-22net: phylink: rejig link state trackingRussell King1-7/+7
2020-07-22net: phylink: update ethtool reporting for fixed-link modesRussell King1-0/+2
2020-07-22enetc: Add adaptive interrupt coalescingClaudiu Manoil4-7/+73
2020-07-22enetc: Add interrupt coalescing supportClaudiu Manoil4-10/+132
2020-07-22enetc: Drop redundant ____cacheline_aligned_in_smpClaudiu Manoil1-1/+1
2020-07-22enetc: Fix interrupt coalescing register namingClaudiu Manoil3-7/+7
2020-07-22enetc: Factor out the traffic start/stop proceduresClaudiu Manoil1-25/+49
2020-07-22enetc: Refine buffer descriptor ring sizesClaudiu Manoil2-4/+5
2020-07-22net: mdio-mux-gpio: use devm_gpiod_get_array()Jisheng Zhang1-8/+3
2020-07-21bpftool: Use only nftw for file tree parsingTony Ambardar2-59/+82
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich10-16/+33
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song8-9/+38
2020-07-21selftests/bpf: Fix test_lwt_seg6local.sh hangsIlya Leoshkevich1-1/+1
2020-07-21bpf: Make btf_sock_ids globalYonghong Song3-28/+62