summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-22Merge branch 'enetc-Add-adaptive-interrupt-coalescing'David S. Miller5-44/+257
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-21net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default valuesVladimir Oltean1-3/+0
2020-07-21net: dsa: qca8k: implement the port MTU callbacksJonathan McDowell2-0/+34
2020-07-21net: hsr: remove redundant null checkWang Hai1-4/+2
2020-07-21net/fealnx: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-38/+53
2020-07-21mISDN: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-9/+11
2020-07-21tc-testing: Add tdc to kselftestsBriana Oursler5-4/+13
2020-07-21crypto/chtls: Enable tcp window scaling optionVinay Kumar Yadav1-0/+1
2020-07-21Merge branch 'net-atlantic-various-features'David S. Miller22-183/+608
2020-07-21net: atlantic: add hwmon getter for MAC temperatureMark Starovoytov10-22/+215
2020-07-21net: atlantic: A0 ntuple filtersDmitry Bogdanov1-28/+88
2020-07-21net: atlantic: use intermediate variable to improve readability a bitNikita Danilov1-11/+10
2020-07-21net: atlantic: use U32_MAX in aq_hw_utils.cMark Starovoytov1-3/+2
2020-07-21net: atlantic: add support for 64-bit reads/writesPavel Belous6-8/+33
2020-07-21net: atlantic: enable ipv6 support for TCP LSO and UDP GSOIgor Russkikh2-1/+2
2020-07-21net: atlantic: PTP statisticsPavel Belous3-19/+105
2020-07-21net: atlantic: additional per-queue statsDmitry Bogdanov4-0/+23
2020-07-21net: atlantic: use u64_stats_update_* to protect access to 64-bit statsMark Starovoytov3-10/+47
2020-07-21net: atlantic: split rx and tx per-queue statsMark Starovoytov6-63/+68
2020-07-21net: atlantic: make _get_sw_stats return count as return valueMark Starovoytov3-13/+9
2020-07-21net: atlantic: use simple assignment in _get_stats and _get_sw_statsMark Starovoytov1-23/+24
2020-07-21net: atlantic: move FRAC_PER_NS to aq_hw.hMark Starovoytov2-11/+11
2020-07-21Merge branch 'Extend-testptp-with-PTP-perout-waveform'David S. Miller1-8/+43
2020-07-21testptp: add new options for perout phase and pulse widthVladimir Oltean1-4/+37
2020-07-21testptp: promote 'perout' variable to int64_tVladimir Oltean1-4/+6
2020-07-21ethernet: myri10ge: use generic power managementVaibhav Gupta1-29/+8
2020-07-21Merge branch 'qed-qede-add-support-for-new-operating-modes'David S. Miller12-1004/+1829
2020-07-21qed: add support for the extended speed and FEC modesAlexander Lobakin7-25/+547
2020-07-21qed: populate supported link modes maps on module initAlexander Lobakin1-71/+118
2020-07-21qed: add missing loopback modesAlexander Lobakin3-0/+29