summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-29caif: fix cfspi_xmit()'s return typeLuc Van Oostenryck1-2/+2
2020-06-29caif: fix caif_xmit()'s return typeLuc Van Oostenryck1-1/+1
2020-06-29cail,hsi: fix cfhsi_xmit()'s return typeLuc Van Oostenryck1-3/+3
2020-06-29bareudp: Added attribute to enable & disable rx metadata collectionMartin4-8/+23
2020-06-29Merge branch 'hinic-add-some-ethtool-ops-support'David S. Miller13-15/+1273
2020-06-29hinic: add support to get eeprom informationLuo bin4-0/+175
2020-06-29hinic: add support to identify physical deviceLuo bin7-3/+132
2020-06-29hinic: add self test supportLuo bin8-0/+331
2020-06-29hinic: add support to set and get irq coalesceLuo bin8-1/+418
2020-06-29hinic: add support to set and get pause paramsLuo bin7-11/+217
2020-06-28Merge branch 'tcp-improve-delivered-counts-in-SCM_TSTAMP_ACK'David S. Miller1-20/+39
2020-06-28tcp: update delivered_ce with deliveredYousuk Seung1-8/+21
2020-06-28tcp: count sacked packets in tcp_sacktag_stateYousuk Seung1-0/+4
2020-06-28tcp: add ece_ack flag to reno sack functionsYousuk Seung1-10/+12
2020-06-28tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung1-2/+2
2020-06-27Merge branch 'net-atlantic-various-non-functional-changes'David S. Miller10-33/+80
2020-06-27net: atlantic: put ptp code under IS_REACHABLE checkIgor Russkikh4-6/+27
2020-06-27net: atlantic: add alignment checks in hw_atl2_utils_fw.cMark Starovoytov1-4/+28
2020-06-27net: atlantic: missing space in a comment in aq_nic.hDmitry Bezrukov1-4/+5
2020-06-27net: atlantic: fix typo in aq_ring_tx_cleanMark Starovoytov1-4/+5
2020-06-27net: atlantic: make aq_pci_func_init staticMark Starovoytov2-8/+9
2020-06-27net: atlantic: Replace ENOTSUPP usage to EOPNOTSUPPMark Starovoytov2-2/+2
2020-06-27net: atlantic: fix variable type in aq_ethtool_get_pauseparamNikita Danilov1-2/+1
2020-06-27net: atlantic: MACSec offload statistics checkpatch fixMark Starovoytov1-3/+3
2020-06-27Merge branch 'mptcp-refactor-token-container'David S. Miller11-190/+487
2020-06-27mptcp: introduce token KUNIT self-testsPaolo Abeni4-2/+152
2020-06-27mptcp: move crypto test to KUNITPaolo Abeni4-67/+91
2020-06-27mptcp: refactor token containerPaolo Abeni4-113/+236
2020-06-27mptcp: add __init annotation on setup functionsPaolo Abeni5-10/+10
2020-06-27Merge branch 'net-organize-driver-docs-by-device-type'David S. Miller95-154/+306
2020-06-27docs: networking: move FDDI drivers to the hw driver sectionJakub Kicinski6-4/+22
2020-06-27docs: networking: move ATM drivers to the hw driver sectionJakub Kicinski8-6/+26
2020-06-27docs: networking: move AppleTalk / LocalTalk drivers to the hw driver sectionJakub Kicinski6-3/+22
2020-06-27docs: networking: move remaining Ethernet driver docs to the hw sectionJakub Kicinski5-3/+3
2020-06-27docs: networking: move ray_cs to the hw driver sectionJakub Kicinski4-2/+3
2020-06-27docs: networking: move baycom to the hw driver sectionJakub Kicinski4-5/+5
2020-06-27docs: networking: move z8530 to the hw driver sectionJakub Kicinski9-7/+45
2020-06-27docs: networking: reorganize driver documentation againJakub Kicinski69-124/+180
2020-06-26Merge branch 'net-phy-relax-PHY-and-MDIO-reset-handling'David S. Miller4-50/+51
2020-06-26net: phy: mdio: reset MDIO devices even if probe() is not implementedBartosz Golaszewski1-7/+6
2020-06-26net: phy: reset the PHY even if probe() is not implementedBartosz Golaszewski1-11/+12
2020-06-26net: mdio: add a forward declaration for reset_control to mdio.hBartosz Golaszewski1-0/+1
2020-06-26net: phy: arrange headers in phy_device.c alphabeticallyBartosz Golaszewski1-15/+15
2020-06-26net: phy: arrange headers in mdio_device.c alphabeticallyBartosz Golaszewski1-1/+1
2020-06-26net: phy: arrange headers in mdio_bus.c alphabeticallyBartosz Golaszewski1-16/+16
2020-06-26net: mvneta: speed down the PHY, if WoL used, to save energyDaniel González Cabanelas1-0/+11
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller55-5594/+246
2020-06-26bonding: Remove extraneous parentheses in bond_setupNathan Chancellor1-2/+2
2020-06-26net: stmmac: dwmac-meson8b: use clk_parent_data for clock registrationMartin Blumenstingl1-32/+17
2020-06-26bnx2x: use generic power managementVaibhav Gupta3-14/+8