..
bpf_sk_storage.c
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
2020-09-25 13:58:01 -07:00
datagram.c
udp: fix skb_copy_and_csum_datagram with odd segment sizes
2021-02-17 11:02:28 +01:00
datagram.h
net/core: Allow the compiler to verify declaration and definition consistency
2019-03-27 13:49:44 -07:00
dev_addr_lists.c
net: core: add nested_level variable in net_device
2020-09-28 15:00:15 -07:00
dev_ioctl.c
net: fix dev_ifsioc_locked() race condition
2021-03-07 12:34:07 +01:00
dev.c
net: fix dev_ifsioc_locked() race condition
2021-03-07 12:34:07 +01:00
devlink.c
net: core: devlink: use right genl user_ptr when handling port param get/set
2021-01-27 11:55:26 +01:00
drop_monitor.c
genetlink: move to smaller ops wherever possible
2020-10-02 19:11:11 -07:00
dst_cache.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
2019-05-30 11:26:32 -07:00
dst.c
net: Correct the comment of dst_dev_put()
2020-09-10 13:28:57 -07:00
failover.c
failover: allow name change on IFF_UP slave interfaces
2019-04-10 22:12:26 -07:00
fib_notifier.c
net: fib_notifier: propagate extack down to the notifier block callback
2019-10-04 11:10:56 -07:00
fib_rules.c
fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=m
2020-09-08 20:09:08 -07:00
filter.c
bpf: Fix bpf_fib_lookup helper MTU check for SKB ctx
2021-03-04 11:37:33 +01:00
flow_dissector.c
net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic case
2020-09-26 14:17:59 -07:00
flow_offload.c
net: flow_offload: Fix memory leak for indirect flow block
2020-12-09 16:08:33 -08:00
gen_estimator.c
net_sched: gen_estimator: support large ewma log
2021-01-27 11:55:23 +01:00
gen_stats.c
docs: networking: convert gen_stats.txt to ReST
2020-04-28 14:39:46 -07:00
gro_cells.c
gro_cells: reduce number of synchronize_net() calls
2020-11-25 11:28:12 -08:00
hwbm.c
net: hwbm: Make the hwbm_pool lock a mutex
2019-06-09 19:40:10 -07:00
link_watch.c
net: Add IF_OPER_TESTING
2020-04-20 12:43:24 -07:00
lwt_bpf.c
lwt_bpf: Replace preempt_disable() with migrate_disable()
2020-12-07 11:53:40 -08:00
lwtunnel.c
net: ipv6: add rpl sr tunnel
2020-03-29 22:30:57 -07:00
Makefile
ethtool: move to its own directory
2019-12-12 17:07:05 -08:00
neighbour.c
neighbour: Prevent a dead entry from updating gc_list
2021-02-10 09:29:22 +01:00
net_namespace.c
bpf, net: Rework cookie generator as per-cpu one
2020-09-30 11:50:35 -07:00
net-procfs.c
net-sysfs: add backlog len and CPU id to softnet data
2020-09-21 13:56:37 -07:00
net-sysfs.c
net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc
2021-01-12 20:18:11 +01:00
net-sysfs.h
net-sysfs: add netdev_change_owner()
2020-02-26 20:07:25 -08:00
net-traces.c
page_pool: add tracepoints for page_pool with details need by XDP
2019-06-19 11:23:13 -04:00
netclassid_cgroup.c
cgroup, netclassid: remove double cond_resched
2020-04-21 15:44:30 -07:00
netevent.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
2019-05-30 11:26:32 -07:00
netpoll.c
net: Have netpoll bring-up DSA management interface
2020-11-18 11:04:11 -08:00
netprio_cgroup.c
netprio_cgroup: Fix unlimited memory leak of v2 cgroups
2020-05-09 20:59:21 -07:00
page_pool.c
net: page pool: allow to pass zero flags to page_pool_init()
2020-03-29 21:49:20 -07:00
pktgen.c
pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()
2021-03-07 12:34:09 +01:00
ptp_classifier.c
ptp: Add generic ptp v2 header parsing function
2020-08-19 16:07:49 -07:00
request_sock.c
tcp: add rcu protection around tp->fastopen_rsk
2019-10-13 10:13:08 -07:00
rtnetlink.c
net: fix dev_ifsioc_locked() race condition
2021-03-07 12:34:07 +01:00
scm.c
fs: Add receive_fd() wrapper for __receive_fd()
2020-07-13 11:03:44 -07:00
secure_seq.c
crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h
2020-05-08 15:32:17 +10:00
skbuff.c
net: fix up truesize of cloned skb in skb_prepare_for_shift()
2021-03-07 12:34:05 +01:00
skmsg.c
bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_list
2020-11-18 00:14:04 +01:00
sock_diag.c
bpf, net: Rework cookie generator as per-cpu one
2020-09-30 11:50:35 -07:00
sock_map.c
net, sockmap: Don't call bpf_prog_put() on NULL pointer
2020-10-15 21:05:23 +02:00
sock_reuseport.c
udp: Prevent reuseport_select_sock from reading uninitialized socks
2021-01-23 16:03:59 +01:00
sock.c
net: Properly typecast int values to set sk_max_pacing_rate
2020-10-22 12:18:25 -07:00
stream.c
tcp: make sure EPOLLOUT wont be missed
2019-08-19 13:07:43 -07:00
sysctl_net_core.c
net: add option to not create fall-back tunnels in root-ns as well
2020-08-28 06:52:44 -07:00
timestamping.c
net: Introduce a new MII time stamping interface.
2019-12-25 19:51:33 -08:00
tso.c
net: tso: add UDP segmentation support
2020-06-18 20:46:23 -07:00
utils.c
net: Fix skb->csum update in inet_proto_csum_replace16().
2020-01-24 20:54:30 +01:00
xdp.c
xdp: Remove the xdp_attachment_flags_ok() callback
2020-12-09 16:27:42 +01:00