| .. |
|
datagram.c
|
net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
|
2019-11-10 11:27:49 +01:00 |
|
dev.c
|
net: increment xmit_recursion level in dev_direct_xmit()
|
2020-06-30 23:17:04 -04:00 |
|
dev_addr_lists.c
|
net: change the comment of dev_mc_init
|
2018-04-19 12:58:20 -04:00 |
|
dev_ioctl.c
|
net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc
|
2018-07-24 11:36:15 -07:00 |
|
devlink.c
|
devlink: validate length of region addr/len
|
2020-03-18 07:14:18 +01:00 |
|
drop_monitor.c
|
drop_monitor: work around gcc-10 stringop-overflow warning
|
2020-05-20 08:18:33 +02:00 |
|
dst.c
|
netfilter: nf_tables: add tunnel support
|
2018-08-03 21:12:12 +02:00 |
|
dst_cache.c
|
net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistency
|
2018-03-05 12:52:45 -05:00 |
|
ethtool.c
|
ethtool: reduce stack usage with clang
|
2020-01-17 19:46:55 +01:00 |
|
failover.c
|
failover: allow name change on IFF_UP slave interfaces
|
2019-04-27 09:36:30 +02:00 |
|
fib_notifier.c
|
net: Fix fib notifer to return errno
|
2018-03-29 14:10:30 -04:00 |
|
fib_rules.c
|
net: fib_rules: Correctly set table field when table number exceeds 8 bits
|
2020-03-05 16:42:15 +01:00 |
|
filter.c
|
net: place xmit recursion in softnet data
|
2020-06-30 23:17:04 -04:00 |
|
flow_dissector.c
|
net: dsa: fix flow dissection on Tx path
|
2019-12-21 10:57:11 +01:00 |
|
gen_estimator.c
|
net: core: protect rate estimator statistics pointer with lock
|
2018-08-11 12:37:10 -07:00 |
|
gen_stats.c
|
net: sched: put back q.qlen into a single location
|
2019-03-10 07:17:16 +01:00 |
|
gro_cells.c
|
gro_cells: make sure device is up in gro_cells_receive()
|
2019-03-19 13:12:38 +01:00 |
|
hwbm.c
|
|
|
|
link_watch.c
|
|
|
|
lwt_bpf.c
|
bpf: in __bpf_redirect_no_mac pull mac only if present
|
2019-01-22 21:40:35 +01:00 |
|
lwtunnel.c
|
|
|
|
Makefile
|
net: Introduce generic failover module
|
2018-05-28 22:59:54 -04:00 |
|
neighbour.c
|
net: neigh: use long type to store jiffies delta
|
2020-01-27 14:51:21 +01:00 |
|
net-procfs.c
|
proc: introduce proc_create_net{,_data}
|
2018-05-16 07:24:30 +02:00 |
|
net-sysfs.c
|
net-sysfs: Call dev_hold always in rx_queue_add_kobject
|
2020-01-29 16:43:17 +01:00 |
|
net-sysfs.h
|
|
|
|
net-traces.c
|
net/ipv6: Udate fib6_table_lookup tracepoint
|
2018-05-24 23:01:15 -04:00 |
|
net_namespace.c
|
net/net_namespace: Check the return value of register_pernet_subsys()
|
2019-12-05 09:20:51 +01:00 |
|
netclassid_cgroup.c
|
cgroup, netclassid: remove double cond_resched
|
2020-05-10 10:30:12 +02:00 |
|
netevent.c
|
|
|
|
netpoll.c
|
net: fix skb use after free in netpoll
|
2019-09-10 10:33:38 +01:00 |
|
netprio_cgroup.c
|
netprio_cgroup: Fix unlimited memory leak of v2 cgroups
|
2020-05-20 08:18:38 +02:00 |
|
page_pool.c
|
net/page_pool: Fix inconsistent lock state warning
|
2018-07-19 23:23:01 -07:00 |
|
pktgen.c
|
pktgen: do not sleep with the thread lock held.
|
2019-06-11 12:20:49 +02:00 |
|
ptp_classifier.c
|
|
|
|
request_sock.c
|
|
|
|
rtnetlink.c
|
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
|
2020-01-29 16:43:16 +01:00 |
|
scm.c
|
|
|
|
secure_seq.c
|
infiniband: i40iw, nes: don't use wall time for TCP sequence numbers
|
2018-07-11 12:10:19 -06:00 |
|
skbuff.c
|
net: gso: Fix skb_segment splat when splitting gso_size mangled skb having linear-headed frag_list
|
2019-09-19 09:09:30 +02:00 |
|
sock.c
|
net: increment xmit_recursion level in dev_direct_xmit()
|
2020-06-30 23:17:04 -04:00 |
|
sock_diag.c
|
net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
|
2018-08-14 10:01:24 -07:00 |
|
sock_reuseport.c
|
udp: correct reuseport selection with connected sockets
|
2019-09-21 07:16:43 +02:00 |
|
stream.c
|
tcp: make sure EPOLLOUT wont be missed
|
2019-09-06 10:22:07 +02:00 |
|
sysctl_net_core.c
|
net, sysctl: Fix compiler warning when only cBPF is present
|
2020-01-04 19:13:20 +01:00 |
|
timestamping.c
|
|
|
|
tso.c
|
|
|
|
utils.c
|
net: Fix skb->csum update in inet_proto_csum_replace16().
|
2020-02-05 14:43:53 +00:00 |
|
xdp.c
|
net/xdp: Fix suspicious RCU usage warning
|
2018-08-16 21:55:21 +02:00 |