index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
genetlink.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-01
bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
Pengcheng Yang
1
-1
/
+2
2022-12-01
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
5
-13
/
+19
2022-12-01
selftests/bpf: Add bench test to arm64 and s390x denylist
Daniel Borkmann
2
-0
/
+2
2022-11-30
selftests/bpf: Make sure enum-less bpf_enable_stats() API works in C++ mode
Andrii Nakryiko
1
-3
/
+10
2022-11-30
libbpf: Avoid enum forward-declarations in public API in C++ mode
Andrii Nakryiko
1
-0
/
+7
2022-11-30
selftests/bpf: Avoid pinning prog when attaching to tc ingress in btf_skc_cls...
Martin KaFai Lau
1
-15
/
+10
2022-11-30
selftests/bpf: Remove serial from tests using {open,close}_netns
Martin KaFai Lau
5
-5
/
+5
2022-11-30
selftests/bpf: Remove the "/sys" mount and umount dance in {open,close}_netns
Martin KaFai Lau
1
-46
/
+5
2022-11-30
selftests/bpf: Avoid pinning bpf prog in the netns_load_bpf() callers
Martin KaFai Lau
1
-56
/
+27
2022-11-30
selftests/bpf: Avoid pinning bpf prog in the tc_redirect_peer_l3 test
Martin KaFai Lau
1
-20
/
+12
2022-11-30
selftests/bpf: Avoid pinning bpf prog in the tc_redirect_dtime test
Martin KaFai Lau
1
-49
/
+100
2022-11-30
selftests/bpf: Use if_nametoindex instead of reading the /sys/net/class/*/ifi...
Martin KaFai Lau
1
-28
/
+18
2022-11-30
selftests/net: add csum offload test
Willem de Bruijn
3
-0
/
+988
2022-11-30
net: pcs: altera-tse: remove unnecessary register definitions
Maxime Chevallier
1
-9
/
+0
2022-11-30
net: pcs: altera-tse: don't set the speed for 1000BaseX
Maxime Chevallier
1
-1
/
+0
2022-11-30
net: pcs: altera-tse: use read_poll_timeout to wait for reset
Maxime Chevallier
1
-8
/
+3
2022-11-30
selftests: mptcp: mptfo Initiator/Listener
Dmytro Shytyi
2
-42
/
+150
2022-11-30
mptcp: add support for TCP_FASTOPEN_KEY sockopt
Matthieu Baerts
1
-3
/
+3
2022-11-30
mptcp: add TCP_FASTOPEN sock option
Dmytro Shytyi
1
-1
/
+4
2022-11-30
mptcp: add subflow_v(4,6)_send_synack()
Dmytro Shytyi
4
-1
/
+92
2022-11-30
mptcp: implement delayed seq generation for passive fastopen
Dmytro Shytyi
6
-15
/
+54
2022-11-30
mptcp: consolidate initial ack seq generation
Paolo Abeni
4
-45
/
+45
2022-11-30
mptcp: track accurately the incoming MPC suboption type
Paolo Abeni
1
-3
/
+8
2022-11-30
mptcp: add MSG_FASTOPEN sendmsg flag support
Dmytro Shytyi
1
-6
/
+3
2022-11-29
udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()
Yuan Can
1
-0
/
+2
2022-11-29
net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
Yoshihiro Shimoda
1
-0
/
+1
2022-11-29
MAINTAINERS: Update maintainer list for chelsio drivers
Ayush Sawal
1
-4
/
+0
2022-11-29
ionic: update MAINTAINERS entry
Shannon Nelson
2
-1
/
+3
2022-11-29
sctp: fix memory leak in sctp_stream_outq_migrate()
Zhengchao Shao
5
-7
/
+49
2022-11-29
packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
Willem de Bruijn
1
-4
/
+2
2022-11-29
net/mlx5: Lag, Fix for loop when checking lag
Chris Mi
1
-2
/
+4
2022-11-29
Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"
Saeed Mahameed
2
-0
/
+23
2022-11-29
nfp: ethtool: support reporting link modes
Yu Xiao
5
-0
/
+173
2022-11-29
net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...
Jiri Pirko
1
-2
/
+2
2022-11-29
net: microchip: vcap: Implement w32be
Horatiu Vultur
1
-4
/
+112
2022-11-29
net: lan966x: Add port keyset config and callback interface
Horatiu Vultur
1
-0
/
+366
2022-11-29
net: lan966x: add tc matchall goto action
Horatiu Vultur
4
-1
/
+70
2022-11-29
net: lan966x: add tc flower support for VCAP API
Horatiu Vultur
5
-1
/
+421
2022-11-29
net: lan966x: add vcap registers
Horatiu Vultur
2
-0
/
+199
2022-11-29
net: lan966x: Add is2 vcap model to vcap API.
Horatiu Vultur
4
-1
/
+1624
2022-11-29
net: lan966x: Add initial VCAP
Horatiu Vultur
5
-1
/
+47
2022-11-29
net: microchip: vcap: Extend vcap with lan966x
Horatiu Vultur
1
-56
/
+146
2022-11-29
net: microchip: vcap: Merge the vcap_ag_api_kunit.h into vcap_ag_api.h
Horatiu Vultur
3
-720
/
+393
2022-11-29
net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functions
Shang XiaoJing
2
-3
/
+3
2022-11-29
net: tun: Fix use-after-free in tun_detach()
Shigeru Yoshida
1
-1
/
+3
2022-11-29
net: ethernet: mtk_wed: add reset to tx_ring_setup callback
Lorenzo Bianconi
3
-13
/
+16
2022-11-29
net: ethernet: mtk_wed: add mtk_wed_rx_reset routine
Lorenzo Bianconi
2
-37
/
+162
2022-11-29
net: ethernet: mtk_wed: update mtk_wed_stop
Lorenzo Bianconi
2
-9
/
+27
2022-11-29
net: ethernet: mtk_wed: move MTK_WDMA_RESET_IDX_TX configuration in mtk_wdma_...
Lorenzo Bianconi
1
-11
/
+4
2022-11-29
net: ethernet: mtk_wed: return status value in mtk_wdma_rx_reset
Lorenzo Bianconi
1
-13
/
+12
[next]