.. |
bpf_sk_storage.c
|
bpf: Improve bucket_log calculation logic
|
2020-02-14 16:34:10 -05:00 |
datagram.c
|
udp: fix skb_copy_and_csum_datagram with odd segment sizes
|
2021-02-17 10:35:19 +01:00 |
datagram.h
|
|
|
dev_addr_lists.c
|
net: remove unnecessary variables and callback
|
2019-10-24 14:53:49 -07:00 |
dev_ioctl.c
|
net: fix dev_ifsioc_locked() race condition
|
2021-03-07 12:20:43 +01:00 |
dev.c
|
net: Fix unwanted sign extension in netdev_stats_to_stats64()
|
2023-02-22 12:50:39 +01:00 |
devlink.c
|
devlink: Fix use-after-free after a failed reload
|
2022-08-25 11:18:23 +02:00 |
drop_monitor.c
|
drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit
|
2022-02-23 11:59:58 +01:00 |
dst_cache.c
|
|
|
dst.c
|
net: print proper warning on dst underflow
|
2019-09-26 09:05:56 +02:00 |
ethtool.c
|
This is the 5.4.230 stable release
|
2023-01-25 16:08:14 +00:00 |
failover.c
|
|
|
fib_notifier.c
|
net: fib_notifier: move fib_notifier_ops from struct net into per-net struct
|
2019-09-07 17:28:22 +02:00 |
fib_rules.c
|
ipv6: fix memory leak in fib6_rule_suppress
|
2021-12-08 09:01:13 +01:00 |
filter.c
|
This is the 5.4.232 stable release
|
2023-02-22 12:30:48 +00:00 |
flow_dissector.c
|
net/sched: flower: fix parsing of ethertype following VLAN header
|
2022-04-20 09:19:34 +02:00 |
flow_offload.c
|
net: core: rename indirect block ingress cb function
|
2019-12-18 16:08:47 +01:00 |
gen_estimator.c
|
net_sched: gen_estimator: support large ewma log
|
2021-02-07 15:35:47 +01:00 |
gen_stats.c
|
|
|
gro_cells.c
|
|
|
hwbm.c
|
net: hwbm: Make the hwbm_pool lock a mutex
|
2019-06-09 19:40:10 -07:00 |
link_watch.c
|
net: linkwatch: fix failure to restore device state across suspend/resume
|
2021-08-18 08:57:00 +02:00 |
lwt_bpf.c
|
bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook
|
2022-05-09 09:03:24 +02:00 |
lwtunnel.c
|
lwtunnel: Validate RTA_ENCAP_TYPE attribute length
|
2022-01-11 15:23:32 +01:00 |
Makefile
|
|
|
neighbour.c
|
This is the 5.4.224 stable release
|
2022-11-16 16:18:17 +00:00 |
net_namespace.c
|
net: fix UaF in netns ops registration error path
|
2023-02-06 07:52:45 +01:00 |
net-procfs.c
|
Revert "net: fix information leakage in /proc/net/ptype"
|
2022-02-06 13:06:26 +01:00 |
net-sysfs.c
|
net-sysfs: add check for netdevice being present to speed_show
|
2022-03-16 13:21:46 +01:00 |
net-sysfs.h
|
|
|
net-traces.c
|
ANDROID: Unconditionally create bridge tracepoints
|
2020-03-04 07:57:24 +00:00 |
netclassid_cgroup.c
|
cgroup, netclassid: remove double cond_resched
|
2020-05-10 10:31:32 +02:00 |
netevent.c
|
|
|
netpoll.c
|
net: Have netpoll bring-up DSA management interface
|
2020-11-24 13:28:57 +01:00 |
netprio_cgroup.c
|
netprio_cgroup: Fix unlimited memory leak of v2 cgroups
|
2020-05-20 08:20:12 +02:00 |
page_pool.c
|
Revert "mm: fix struct page layout on 32-bit systems"
|
2021-05-20 10:55:38 +02:00 |
pktgen.c
|
pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()
|
2021-03-07 12:20:44 +01:00 |
ptp_classifier.c
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
|
2019-06-05 17:36:38 +02:00 |
request_sock.c
|
tcp: add rcu protection around tp->fastopen_rsk
|
2019-10-13 10:13:08 -07:00 |
rtnetlink.c
|
rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
|
2022-02-05 12:35:37 +01:00 |
scm.c
|
|
|
secure_seq.c
|
tcp: Fix data-races around sysctl knobs related to SYN option.
|
2022-07-29 17:14:14 +02:00 |
skbuff.c
|
UPSTREAM: net: fix NULL pointer in skb_segment_list
|
2023-05-04 16:25:21 +01:00 |
skmsg.c
|
bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
|
2022-04-15 14:18:16 +02:00 |
sock_diag.c
|
sock: make cookie generation global instead of per netns
|
2019-08-09 13:14:46 -07:00 |
sock_map.c
|
bpf, sockmap: fix race in sock_map_free()
|
2023-01-18 11:41:09 +01:00 |
sock_reuseport.c
|
udp: Prevent reuseport_select_sock from reading uninitialized socks
|
2021-01-23 15:57:56 +01:00 |
sock.c
|
This is the 5.4.212 stable release
|
2022-09-21 12:34:35 +02:00 |
stream.c
|
net: stream: purge sk_error_queue in sk_stream_kill_queues()
|
2023-01-18 11:41:33 +01:00 |
sysctl_net_core.c
|
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
|
2022-09-05 10:27:41 +02:00 |
timestamping.c
|
|
|
tso.c
|
net: Use skb accessors in network core
|
2019-07-22 20:47:56 -07:00 |
utils.c
|
net: Fix skb->csum update in inet_proto_csum_replace16().
|
2020-02-05 21:22:52 +00:00 |
xdp.c
|
xdp: obtain the mem_id mutex before trying to remove an entry.
|
2019-12-18 16:09:10 +01:00 |