summaryrefslogtreecommitdiffstats
path: root/LICENSES (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-21net: wan: fix the code style issue about trailing statementsPeng Li1-10/+28
2021-05-21net: wan: add some required spacesPeng Li1-3/+3
2021-05-21net: wan: fix an code style issue about "foo* bar"Peng Li1-5/+5
2021-05-21net: dsa: sja1105: adapt to a SPI controller with a limited max transfer sizeVladimir Oltean4-9/+38
2021-05-21net: dsa: sja1105: send multiple spi_messages instead of using cs_changeVladimir Oltean1-40/+12
2021-05-21net: phy: add driver for Motorcomm yt8511 phyPeter Geis4-0/+149
2021-05-21net: xilinx_emaclite: Do not print real IOMEM pointerYueHaibing1-3/+2
2021-05-21net: cdc_ncm: use DEVICE_ATTR_RW macroYueHaibing1-12/+24
2021-05-21net: usb: hso: use DEVICE_ATTR_RO macroYueHaibing1-4/+3
2021-05-21net: atm: use DEVICE_ATTR_RO macroYueHaibing1-12/+12
2021-05-21selftests: net: devlink_port_split.py: skip the test if no devlink devicePo-Hsu Lin1-1/+7
2021-05-21ibmvnic: remove default label from to_string switchMichal Suchanek1-4/+2
2021-05-21NFC: st21nfca: remove unnecessary variable and labelswengjianfeng1-41/+18
2021-05-21net: bonding: use tabs instead of space for code indentYufeng Mo1-1/+1
2021-05-21net: bonding: remove unnecessary bracesYufeng Mo2-4/+2
2021-05-21net: bonding: fix code indent for conditional statementsYufeng Mo1-1/+1
2021-05-21net: bonding: add some required blank linesYufeng Mo4-0/+13
2021-05-21mii: remove leading spaces before tabsHui Tang1-1/+1
2021-05-21ifb: remove leading spaces before tabsHui Tang1-2/+2
2021-05-21net: appletalk: remove leading spaces before tabsHui Tang2-18/+18
2021-05-21net: fddi: skfp: remove leading spaces before tabsHui Tang2-4/+4
2021-05-21net: hamradio: remove leading spaces before tabsHui Tang5-17/+17
2021-05-21net: ppp: remove leading spaces before tabsHui Tang1-1/+1
2021-05-21net: slip: remove leading spaces before tabsHui Tang1-1/+1
2021-05-21net: usb: remove leading spaces before tabsHui Tang1-1/+1
2021-05-21net: wan: remove leading spaces before tabsHui Tang3-7/+7
2021-05-21net: hns3: remove the useless debugfs file node cmdYufeng Mo5-119/+0
2021-05-21net: hns3: refactor dump serv info of debugfsYufeng Mo4-14/+35
2021-05-21net: hns3: refactor dump mac tnl status of debugfsJiaran Zhang3-12/+24
2021-05-21net: hns3: refactor dump qs shaper of debugfsGuangbin Huang4-86/+76
2021-05-21net: hns3: refactor dump qos buf cfg of debugfsGuangbin Huang3-80/+115
2021-05-21net: hns3: refactor dump qos pri map of debugfsGuangbin Huang3-18/+36
2021-05-21net: hns3: refactor dump qos pause cfg of debugfsGuangbin Huang3-14/+25
2021-05-21net: hns3: refactor dump tc of debugfsGuangbin Huang3-27/+37
2021-05-21net: hns3: refactor dump tm of debugfsGuangbin Huang6-206/+257
2021-05-21net: hns3: refactor dump tm map of debugfsGuangbin Huang5-95/+145
2021-05-21net: hns3: refactor dump fd tcam of debugfsHao Chen5-32/+74
2021-05-21net: hns3: refactor queue info of debugfsHao Chen3-101/+196
2021-05-21net: hns3: refactor queue map of debugfsHao Chen3-15/+45
2021-05-21net: hns3: refactor dump reg dcb info of debugfsYufeng Mo3-100/+215
2021-05-21net: hns3: refactor dump reg of debugfsYufeng Mo5-134/+321
2021-05-20mISDN: Remove obsolete PIPELINE_DEBUG debugging informationZhen Lei1-44/+2
2021-05-20igc: Enable TX via AF_XDP zero-copyAndre Guedes4-8/+129
2021-05-20igc: Enable RX via AF_XDP zero-copyAndre Guedes5-19/+450
2021-05-20igc: Replace IGC_TX_FLAGS_XDP flag by an enumAndre Guedes2-7/+26
2021-05-20igc: Introduce igc_unmap_tx_buffer() helperAndre Guedes1-34/+15
2021-05-20igc: Introduce TX/RX stats helpersAndre Guedes1-12/+31
2021-05-20igc: Refactor XDP rxq info registrationAndre Guedes3-34/+12
2021-05-20igc: Refactor igc_clean_rx_ring()Andre Guedes1-9/+14
2021-05-20igc: Refactor __igc_xdp_run_prog()Andre Guedes1-28/+28