summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-28net: plip: fix plip_tx_packet()'s return typeLuc Van Oostenryck
2020-06-28net: dwc-xlgmac: fix xlgmac_xmit()'s return typeLuc Van Oostenryck
2020-06-28net: pch_gbe: fix pch_gbe_xmit_frame()'s return typeLuc Van Oostenryck
2020-06-28net: nfp: fix nfp_net_tx()'s return typeLuc Van Oostenryck
2020-06-28net: nb8800: fix nb8800_xmit()'s return typeLuc Van Oostenryck
2020-06-28net: arc_emac: fix arc_emac_tx()'s return typeLuc Van Oostenryck
2020-06-28net: aquantia: fix aq_ndev_start_xmit()'s return typeLuc Van Oostenryck
2020-06-28caif: fix cfv_netdev_tx()'s return typeLuc Van Oostenryck
2020-06-28caif: fix cfspi_xmit()'s return typeLuc Van Oostenryck
2020-06-28caif: fix caif_xmit()'s return typeLuc Van Oostenryck
2020-06-28cail,hsi: fix cfhsi_xmit()'s return typeLuc Van Oostenryck
2020-06-28bareudp: Added attribute to enable & disable rx metadata collectionMartin
2020-06-28Merge branch 'hinic-add-some-ethtool-ops-support'David S. Miller
2020-06-28hinic: add support to get eeprom informationLuo bin
2020-06-28hinic: add support to identify physical deviceLuo bin
2020-06-28hinic: add self test supportLuo bin
2020-06-28hinic: add support to set and get irq coalesceLuo bin
2020-06-28hinic: add support to set and get pause paramsLuo bin
2020-06-27Merge branch 'tcp-improve-delivered-counts-in-SCM_TSTAMP_ACK'David S. Miller
2020-06-27tcp: update delivered_ce with deliveredYousuk Seung
2020-06-27tcp: count sacked packets in tcp_sacktag_stateYousuk Seung
2020-06-27tcp: add ece_ack flag to reno sack functionsYousuk Seung
2020-06-27tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung
2020-06-26Merge branch 'net-atlantic-various-non-functional-changes'David S. Miller
2020-06-26net: atlantic: put ptp code under IS_REACHABLE checkIgor Russkikh
2020-06-26net: atlantic: add alignment checks in hw_atl2_utils_fw.cMark Starovoytov
2020-06-26net: atlantic: missing space in a comment in aq_nic.hDmitry Bezrukov
2020-06-26net: atlantic: fix typo in aq_ring_tx_cleanMark Starovoytov
2020-06-26net: atlantic: make aq_pci_func_init staticMark Starovoytov
2020-06-26net: atlantic: Replace ENOTSUPP usage to EOPNOTSUPPMark Starovoytov
2020-06-26net: atlantic: fix variable type in aq_ethtool_get_pauseparamNikita Danilov
2020-06-26net: atlantic: MACSec offload statistics checkpatch fixMark Starovoytov
2020-06-26Merge branch 'mptcp-refactor-token-container'David S. Miller
2020-06-26mptcp: introduce token KUNIT self-testsPaolo Abeni
2020-06-26mptcp: move crypto test to KUNITPaolo Abeni
2020-06-26mptcp: refactor token containerPaolo Abeni
2020-06-26mptcp: add __init annotation on setup functionsPaolo Abeni
2020-06-26Merge branch 'net-organize-driver-docs-by-device-type'David S. Miller
2020-06-26docs: networking: move FDDI drivers to the hw driver sectionJakub Kicinski
2020-06-26docs: networking: move ATM drivers to the hw driver sectionJakub Kicinski
2020-06-26docs: networking: move AppleTalk / LocalTalk drivers to the hw driver sectionJakub Kicinski
2020-06-26docs: networking: move remaining Ethernet driver docs to the hw sectionJakub Kicinski
2020-06-26docs: networking: move ray_cs to the hw driver sectionJakub Kicinski
2020-06-26docs: networking: move baycom to the hw driver sectionJakub Kicinski
2020-06-26docs: networking: move z8530 to the hw driver sectionJakub Kicinski
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski
2020-06-26Merge branch 'net-phy-relax-PHY-and-MDIO-reset-handling'David S. Miller
2020-06-26net: phy: mdio: reset MDIO devices even if probe() is not implementedBartosz Golaszewski
2020-06-26net: phy: reset the PHY even if probe() is not implementedBartosz Golaszewski
2020-06-26net: mdio: add a forward declaration for reset_control to mdio.hBartosz Golaszewski