index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
COPYING
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-26
libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
Florent Revest
17
-69
/
+74
2021-05-26
selftests/bpf: Add xdp_redirect_multi test
Hangbin Liu
4
-1
/
+526
2021-05-26
sample/bpf: Add xdp_redirect_map_multi for redirect_map broadcast test
Hangbin Liu
3
-0
/
+393
2021-05-26
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
11
-15
/
+313
2021-05-26
bpf: Run devmap xdp_prog on flush instead of bulk enqueue
Jesper Dangaard Brouer
1
-51
/
+76
2021-05-26
bpftool: Set errno on skeleton failures and propagate errors
Andrii Nakryiko
1
-9
/
+18
2021-05-26
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
9
-468
/
+531
2021-05-26
libbpf: Streamline error reporting for low-level APIs
Andrii Nakryiko
3
-50
/
+156
2021-05-26
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
Andrii Nakryiko
56
-425
/
+347
2021-05-26
libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviors
Andrii Nakryiko
5
-0
/
+71
2021-05-25
xsk: Use kvcalloc to support large umems
Magnus Karlsson
1
-4
/
+3
2021-05-25
bpf: Fix spelling mistakes
Zhen Lei
8
-18
/
+18
2021-05-25
samples: bpf: Ix kernel-doc syntax in file header
Aditya Srivastava
2
-2
/
+2
2021-05-25
libbpf: Add support for new llvm bpf relocations
Yonghong Song
2
-1
/
+8
2021-05-24
selftests/bpf: Add bpf_lookup_and_delete_elem tests
Denis Salopek
4
-0
/
+339
2021-05-24
bpf: Extend libbpf with bpf_map_lookup_and_delete_elem_flags
Denis Salopek
3
-0
/
+16
2021-05-24
bpf: Add lookup_and_delete_elem support to hashtab
Denis Salopek
5
-4
/
+156
2021-05-24
libbpf: Skip bpf_object__probe_loading for light skeleton
Stanislav Fomichev
1
-0
/
+3
2021-05-24
ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpy
YueHaibing
1
-2
/
+1
2021-05-24
net: r6040: Allow restarting auto-negotiation
Florian Fainelli
1
-0
/
+1
2021-05-24
net: r6040: Use ETH_FCS_LEN
Florian Fainelli
1
-2
/
+2
2021-05-24
net: r6040: Use logical or for MDIO operations
Florian Fainelli
1
-2
/
+2
2021-05-24
ehea: Use DEVICE_ATTR_*() macro
YueHaibing
1
-9
/
+9
2021-05-24
sfc: falcon: use DEVICE_ATTR_*() macro
YueHaibing
2
-7
/
+7
2021-05-24
sfc: use DEVICE_ATTR_*() macro
YueHaibing
3
-17
/
+18
2021-05-24
net: ftgmac100: add missing error return code in ftgmac100_probe()
Yang Yingliang
1
-1
/
+5
2021-05-21
dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFER
Vladimir Oltean
1
-3
/
+4
2021-05-21
dpaa2-eth: name the debugfs directory after the DPNI object
Ioana Ciornei
1
-1
/
+5
2021-05-21
dpaa2-eth: setup the of_node field of the device
Ioana Ciornei
2
-12
/
+14
2021-05-21
net: dsa: sja1105: don't use burst SPI reads for port statistics
Vladimir Oltean
3
-468
/
+598
2021-05-21
net: dsa: sja1105: stop reporting the queue levels in ethtool port counters
Vladimir Oltean
3
-54
/
+2
2021-05-21
net: hns3: Fix return of uninitialized variable ret
Colin Ian King
1
-0
/
+1
2021-05-21
atm: Fix typo
zuoqilin
1
-1
/
+1
2021-05-21
net: phy: Fix inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2021-05-21
sfc: farch: fix compile warning in efx_farch_dimension_resources()
Yang Yingliang
1
-6
/
+7
2021-05-21
net: bonding: bond_alb: Fix some typos in bond_alb.c
Wang Hai
1
-4
/
+4
2021-05-21
caif_virtio: Fix some typos in caif_virtio.c
Wang Hai
1
-3
/
+3
2021-05-21
net: wan: add necessary () to macro argument
Peng Li
1
-10
/
+10
2021-05-21
net: wan: add braces {} to all arms of the statement
Peng Li
1
-1
/
+2
2021-05-21
net: wan: remove redundant blank lines
Peng Li
1
-20
/
+0
2021-05-21
net: wan: fix the code style issue about trailing statements
Peng Li
1
-10
/
+28
2021-05-21
net: wan: add some required spaces
Peng Li
1
-3
/
+3
2021-05-21
net: wan: fix an code style issue about "foo* bar"
Peng Li
1
-5
/
+5
2021-05-21
net: dsa: sja1105: adapt to a SPI controller with a limited max transfer size
Vladimir Oltean
4
-9
/
+38
2021-05-21
net: dsa: sja1105: send multiple spi_messages instead of using cs_change
Vladimir Oltean
1
-40
/
+12
2021-05-21
net: phy: add driver for Motorcomm yt8511 phy
Peter Geis
4
-0
/
+149
2021-05-21
net: xilinx_emaclite: Do not print real IOMEM pointer
YueHaibing
1
-3
/
+2
2021-05-21
net: cdc_ncm: use DEVICE_ATTR_RW macro
YueHaibing
1
-12
/
+24
2021-05-21
net: usb: hso: use DEVICE_ATTR_RO macro
YueHaibing
1
-4
/
+3
2021-05-21
net: atm: use DEVICE_ATTR_RO macro
YueHaibing
1
-12
/
+12
[next]