aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ethtool: add two coalesce attributes for CQE modeYufeng Mo1-0/+15
2021-08-24netdevice: move xdp_rxq within netdev_rx_queueJakub Kicinski1-1/+1
2021-08-24r8169: enable ASPM L0s stateHeiner Kallweit1-3/+2
2021-08-24page_pool: use relaxed atomic for release side accountingYunsheng Lin1-1/+1
2021-08-24net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean4-9/+28
2021-08-24net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean3-5/+111
2021-08-24net: dsa: properly fall back to software bridgingVladimir Oltean2-2/+9
2021-08-24net: dsa: don't call switchdev_bridge_port_unoffload for unoffloaded bridge portsVladimir Oltean1-0/+4
2021-08-24selftests: mptcp: add_addr and echo race testYonglong Li1-0/+15
2021-08-24mptcp: remove MPTCP_ADD_ADDR_IPV6 and MPTCP_ADD_ADDR_PORTYonglong Li3-21/+3
2021-08-24mptcp: build ADD_ADDR/echo-ADD_ADDR option according pm.add_signalYonglong Li2-6/+10
2021-08-24mptcp: fix ADD_ADDR and RM_ADDR maybe flush addr_signal each otherYonglong Li1-3/+10
2021-08-24mptcp: make MPTCP_ADD_ADDR_SIGNAL and MPTCP_ADD_ADDR_ECHO separateYonglong Li3-8/+18
2021-08-24mptcp: move drop_other_suboptions check under pm lockYonglong Li3-18/+31
2021-08-24net: ipv4: Move ip_options_fragment() out of loopYajun Deng1-15/+4
2021-08-24cxgb4: improve printing NIC informationHeiner Kallweit1-2/+1
2021-08-23via-velocity: Use of_device_get_match_data to simplify codeTang Bin1-4/+2
2021-08-23via-rhine: Use of_device_get_match_data to simplify codeTang Bin1-7/+2
2021-08-23hinic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-15/+2
2021-08-23qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-29/+25
2021-08-23net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET4-34/+13
2021-08-23net: 8139cp: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-19/+12
2021-08-23vmxnet3: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-27/+20
2021-08-23myri10ge: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-30/+29
2021-08-23net: sunhme: Remove unused macrosChristophe JAILLET1-24/+0
2021-08-23qtnfmac: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-28/+28
2021-08-23forcedeth: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-5/+1
2021-08-23net: jme: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-44/+26
2021-08-23net: ec_bhf: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-9/+1
2021-08-23net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET6-86/+63
2021-08-23net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET5-70/+68
2021-08-23net: atlantic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-9/+3
2021-08-23net: wwan: iosm: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-12/+11
2021-08-23doc: Document unexpected tcp_l3mdev_accept=1 behaviorBenjamin Poirier1-0/+13
2021-08-23net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean4-39/+58
2021-08-23Revert "sfc: falcon: Read VPD with pci_vpd_alloc()"David S. Miller1-14/+16
2021-08-23Revert "sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-14/+51
2021-08-23Revert "cxgb4: Validate VPD checksum with pci_vpd_check_csum()"David S. Miller1-32/+20
2021-08-23Revert "bnx2x: Read VPD with pci_vpd_alloc()"David S. Miller2-10/+35
2021-08-23Revert "Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()""David S. Miller1-40/+27
2021-08-23Revert "bnx2: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-8/+25
2021-08-23Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-0/+6
2021-08-23Revert "bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-15/+42
2021-08-23Revert "bnxt: Read VPD with pci_vpd_alloc()"David S. Miller1-4/+9
2021-08-23Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-9/+29
2021-08-23Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-27/+40
2021-08-22cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-40/+27
2021-08-22cxgb4: Remove unused vpd_param member ecHeiner Kallweit2-6/+1
2021-08-22cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit1-8/+4
2021-08-22bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-29/+9