.. |
bpf_sk_storage.c
|
bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
|
2023-08-20 16:01:31 +08:00 |
datagram.c
|
net: datagram: fix data-races in datagram_poll()
|
2023-06-06 18:39:26 +08:00 |
datagram.h
|
|
|
dev.c
|
Remove DECnet support from kernel
|
2023-08-20 15:23:42 +08:00 |
dev_addr_lists.c
|
net: dev_addr_list: handle first address in __hw_addr_add_ex
|
2021-09-30 13:29:09 +01:00 |
dev_ioctl.c
|
|
|
devlink.c
|
devlink: Fix use-after-free after a failed reload
|
2023-04-19 17:53:02 +08:00 |
drop_monitor.c
|
net: skb: introduce kfree_skb_reason()
|
2023-04-19 17:51:40 +08:00 |
dst.c
|
|
|
dst_cache.c
|
wireguard: device: reset peer src endpoint when netns exits
|
2023-04-19 17:42:43 +08:00 |
failover.c
|
|
|
fib_notifier.c
|
|
|
fib_rules.c
|
ipv6: fix memory leak in fib6_rule_suppress
|
2023-04-19 17:42:41 +08:00 |
filter.c
|
net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()
|
2023-08-20 16:01:41 +08:00 |
flow_dissector.c
|
netfilter: conntrack: Fix data-races around ct mark
|
2023-04-19 17:56:36 +08:00 |
flow_offload.c
|
netfilter: nf_tables: bail out early if hardware offload is not supported
|
2023-04-19 17:50:20 +08:00 |
gen_estimator.c
|
|
|
gen_stats.c
|
|
|
gro_cells.c
|
net: Fix data-races around netdev_max_backlog.
|
2023-04-19 17:53:22 +08:00 |
hwbm.c
|
|
|
link_watch.c
|
net: Write lock dev_base_lock without disabling bottom halves.
|
2023-04-19 17:50:41 +08:00 |
lwt_bpf.c
|
bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook
|
2023-04-19 17:48:25 +08:00 |
lwtunnel.c
|
lwtunnel: Validate RTA_ENCAP_TYPE attribute length
|
2023-04-19 17:43:35 +08:00 |
Makefile
|
of: net: move of_net under net/
|
2023-04-19 17:45:56 +08:00 |
neighbour.c
|
neighbour: delete neigh_lookup_nodev as not used
|
2023-08-20 15:23:47 +08:00 |
net-procfs.c
|
net-procfs: show net devices bound packet types
|
2023-04-19 17:44:53 +08:00 |
net-sysfs.c
|
net: fix data-race in dev_isalive()
|
2023-04-19 17:50:41 +08:00 |
net-sysfs.h
|
|
|
net-traces.c
|
|
|
net_namespace.c
|
net: fix UaF in netns ops registration error path
|
2023-04-19 17:59:03 +08:00 |
netclassid_cgroup.c
|
bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
|
2021-09-13 16:35:58 -07:00 |
netevent.c
|
|
|
netpoll.c
|
net: don't let netpoll invoke NAPI if in xmit context
|
2023-04-19 18:01:19 +08:00 |
netprio_cgroup.c
|
bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
|
2021-09-13 16:35:58 -07:00 |
of_net.c
|
of: net: add a helper for loading netdev->dev_addr
|
2023-08-20 16:01:11 +08:00 |
page_pool.c
|
page_pool: fix inconsistency for page_pool_ring_[un]lock()
|
2023-06-06 18:43:30 +08:00 |
pktgen.c
|
pktgen: remove unused variable
|
2021-09-03 11:48:28 +01:00 |
ptp_classifier.c
|
|
|
request_sock.c
|
|
|
rtnetlink.c
|
rtnetlink: Reject negative ifindexes in RTM_NEWLINK
|
2023-09-05 01:25:06 +08:00 |
scm.c
|
scm: add user copy checks to put_cmsg()
|
2023-04-19 18:00:11 +08:00 |
secure_seq.c
|
tcp: Fix data-races around sysctl knobs related to SYN option.
|
2023-04-19 17:51:44 +08:00 |
selftests.c
|
|
|
skbuff.c
|
net: prevent skb corruption on frag list segmentation
|
2023-08-20 15:24:54 +08:00 |
skmsg.c
|
bpf, sockmap: Fix bug that strp_done cannot be called
|
2023-08-20 16:01:42 +08:00 |
sock.c
|
sock: Fix misuse of sk_under_memory_pressure()
|
2023-08-28 23:27:03 +08:00 |
sock_destructor.h
|
skb_expand_head() adjust skb->truesize incorrectly
|
2021-10-22 12:35:51 -07:00 |
sock_diag.c
|
|
|
sock_map.c
|
bpf, sockmap: Fix map type error in sock_map_del_link
|
2023-08-20 16:01:41 +08:00 |
sock_reuseport.c
|
soreuseport: Fix socket selection for SO_INCOMING_CPU.
|
2023-04-19 17:57:19 +08:00 |
stream.c
|
net: deal with most data-races in sk_wait_event()
|
2023-06-06 18:39:25 +08:00 |
sysctl_net_core.c
|
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
|
2023-04-19 17:53:22 +08:00 |
timestamping.c
|
|
|
tso.c
|
|
|
utils.c
|
|
|
xdp.c
|
xdp: xdp_mem_allocator can be NULL in trace_mem_connect().
|
2023-06-06 18:43:30 +08:00 |