summaryrefslogtreecommitdiffstats
path: root/kernel/utsname_sysctl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-26libbpf: Streamline error reporting for high-level APIsAndrii Nakryiko9-468/+531
2021-05-26libbpf: Streamline error reporting for low-level APIsAndrii Nakryiko3-50/+156
2021-05-26selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko56-425/+347
2021-05-26libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviorsAndrii Nakryiko5-0/+71
2021-05-25xsk: Use kvcalloc to support large umemsMagnus Karlsson1-4/+3
2021-05-25bpf: Fix spelling mistakesZhen Lei8-18/+18
2021-05-25samples: bpf: Ix kernel-doc syntax in file headerAditya Srivastava2-2/+2
2021-05-25libbpf: Add support for new llvm bpf relocationsYonghong Song2-1/+8
2021-05-24selftests/bpf: Add bpf_lookup_and_delete_elem testsDenis Salopek4-0/+339
2021-05-24bpf: Extend libbpf with bpf_map_lookup_and_delete_elem_flagsDenis Salopek3-0/+16
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek5-4/+156
2021-05-24libbpf: Skip bpf_object__probe_loading for light skeletonStanislav Fomichev1-0/+3
2021-05-24ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpyYueHaibing1-2/+1
2021-05-24net: r6040: Allow restarting auto-negotiationFlorian Fainelli1-0/+1
2021-05-24net: r6040: Use ETH_FCS_LENFlorian Fainelli1-2/+2
2021-05-24net: r6040: Use logical or for MDIO operationsFlorian Fainelli1-2/+2
2021-05-24ehea: Use DEVICE_ATTR_*() macroYueHaibing1-9/+9
2021-05-24sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing2-7/+7
2021-05-24sfc: use DEVICE_ATTR_*() macroYueHaibing3-17/+18
2021-05-24net: ftgmac100: add missing error return code in ftgmac100_probe()Yang Yingliang1-1/+5
2021-05-21dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean1-3/+4
2021-05-21dpaa2-eth: name the debugfs directory after the DPNI objectIoana Ciornei1-1/+5
2021-05-21dpaa2-eth: setup the of_node field of the deviceIoana Ciornei2-12/+14
2021-05-21net: dsa: sja1105: don't use burst SPI reads for port statisticsVladimir Oltean3-468/+598
2021-05-21net: dsa: sja1105: stop reporting the queue levels in ethtool port countersVladimir Oltean3-54/+2
2021-05-21net: hns3: Fix return of uninitialized variable retColin Ian King1-0/+1
2021-05-21atm: Fix typozuoqilin1-1/+1
2021-05-21net: phy: Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-21sfc: farch: fix compile warning in efx_farch_dimension_resources()Yang Yingliang1-6/+7
2021-05-21net: bonding: bond_alb: Fix some typos in bond_alb.cWang Hai1-4/+4
2021-05-21caif_virtio: Fix some typos in caif_virtio.cWang Hai1-3/+3
2021-05-21net: wan: add necessary () to macro argumentPeng Li1-10/+10
2021-05-21net: wan: add braces {} to all arms of the statementPeng Li1-1/+2
2021-05-21net: wan: remove redundant blank linesPeng Li1-20/+0
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