index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2023-08-11
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
2023-08-11
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
2023-08-11
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
2023-08-11
netlink: do not hard code device address lenth in fdb dumps
Eric Dumazet
2023-06-21
neighbour: delete neigh_lookup_nodev as not used
Leon Romanovsky
2023-06-21
Remove DECnet support from kernel
Stephen Hemminger
2023-06-14
rfs: annotate lockless accesses to RFS sock flow table
Eric Dumazet
2023-06-09
udp6: Fix race condition in udp6_sendmsg & connect
Vladislav Efanov
2023-05-30
net: fix skb leak in __skb_tstamp_tx()
Pratyush Yadav
2023-05-30
net: Catch invalid index in XPS mapping
Nick Child
2023-05-30
net: datagram: fix data-races in datagram_poll()
Eric Dumazet
2023-05-30
tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2023-05-17
tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.
Kuniyuki Iwashima
2023-04-20
net: don't let netpoll invoke NAPI if in xmit context
Jakub Kicinski
2023-03-11
net: fix __dev_kfree_skb_any() vs drop monitor
Eric Dumazet
2023-03-03
net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().
Kuniyuki Iwashima
2023-02-22
bpf: Always return target ifindex in bpf_fib_lookup
Toke Høiland-Jørgensen
2023-02-06
net: fix UaF in netns ops registration error path
Paolo Abeni
2023-01-24
net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats
Daniil Tatianin
2023-01-18
bpf: pull before calling skb_postpull_rcsum()
Jakub Kicinski
2023-01-18
bpf: make sure skb->len != 0 when redirecting to a tunneling device
Stanislav Fomichev
2023-01-18
net: stream: purge sk_error_queue in sk_stream_kill_queues()
Eric Dumazet
2023-01-18
skbuff: Account for tail adjustment during pull operations
Subash Abhinov Kasiviswanathan
2022-11-25
net: gso: fix panic on frag_list with mixed head alloc types
Jiri Benc
2022-11-10
net, neigh: Fix null-ptr-deref in neigh_table_clear()
Chen Zhongjin
2022-11-03
net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed
Zhengchao Shao
2022-10-26
net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
Liu Jian
2022-09-05
net: neigh: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-09-05
neigh: fix possible DoS due to net iface start/stop loop
Denis V. Lunev
2022-09-05
net: Fix a data-race around netdev_budget_usecs.
Kuniyuki Iwashima
2022-09-05
net: Fix a data-race around netdev_budget.
Kuniyuki Iwashima
2022-09-05
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
2022-09-05
net: Fix a data-race around sysctl_tstamp_allow_data.
Kuniyuki Iwashima
2022-09-05
net: Fix data-races around netdev_tstamp_prequeue.
Kuniyuki Iwashima
2022-09-05
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
2022-07-21
seg6: bpf: fix skb checksum in bpf_push_seg6_encap()
Andrea Mayer
2022-06-06
bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytes
Liu Jian
2022-06-06
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
2022-05-18
tcp: resalt the secret every 10 seconds
Eric Dumazet
2022-04-20
net/sched: flower: fix parsing of ethertype following VLAN header
Vlad Buslov
2022-03-28
esp: Fix possible buffer overflow in ESP transformation
Steffen Klassert
2022-03-16
net-sysfs: add check for netdevice being present to speed_show
suresh kumar
2022-03-02
net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
Eric Dumazet
2022-02-23
drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit
Eric Dumazet
2022-02-08
rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
Eric Dumazet
2022-02-08
net-procfs: show net devices bound packet types
Jianguo Wu
2022-02-08
net: fix information leakage in /proc/net/ptype
Congyu Liu
2022-01-27
netns: add schedule point in ops_exit_list()
Eric Dumazet
2022-01-27
bpf: Do not WARN in bpf_warn_invalid_xdp_action()
Paolo Abeni
2022-01-27
net-sysfs: update the queue counts in the unregistration path
Antoine Tenart
[next]