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-11-28
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
2023-11-08
neighbour: fix various data-races
Eric Dumazet
2023-10-25
net: fix ifname in netlink ntf during netns move
Jakub Kicinski
2023-10-25
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2023-10-25
net: introduce a function to check if a netdev name is in use
Antoine Tenart
2023-10-25
net: pktgen: Fix interface flags printing
Gavrilov Ilia
2023-10-10
net: fix possible store tearing in neigh_periodic_work()
Eric Dumazet
2023-10-10
bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets
Jakub Sitnicki
2023-10-06
net/core: Fix ETH_P_1588 flow dissector
Sasha Neftin
2023-09-23
devlink: remove reload failed checks in params get/set callbacks
Jiri Pirko
2023-09-19
af_unix: Fix data race around sk->sk_err.
Kuniyuki Iwashima
2023-09-19
af_unix: Fix data-races around sk->sk_shutdown.
Kuniyuki Iwashima
2023-09-19
net: read sk->sk_family once in sk_mc_loop()
Eric Dumazet
2023-09-19
net/ipv6: SKB symmetric hash should incorporate transport ports
Quan Tian
2023-09-19
skbuff: skb_segment, Call zero copy functions before using skbuff frags
Mohamed Khalfella
2023-09-19
lwt: Fix return values of BPF xmit ops
Yan Zhai
2023-09-19
bpf: reject unhashed sockets in bpf_sk_assign
Lorenz Bauer
2023-08-30
rtnetlink: Reject negative ifindexes in RTM_NEWLINK
Ido Schimmel
2023-08-30
rtnetlink: return ENODEV when ifname does not exist and group is given
Florent Fourcot
2023-08-30
net: validate veth and vxcan peer ifindexes
Jakub Kicinski
2023-08-26
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
2023-08-16
bpf, sockmap: Fix bug that strp_done cannot be called
Xu Kuohai
2023-08-16
bpf, sockmap: Fix map type error in sock_map_del_link
Xu Kuohai
2023-08-16
net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()
Andrew Kanner
2023-08-11
bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
Tomas Glozar
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
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
2023-08-11
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
2023-08-11
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
2023-08-11
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
2023-08-11
rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
Lin Ma
2023-08-11
bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
Lin Ma
2023-07-27
of: net: add a helper for loading netdev->dev_addr
Jakub Kicinski
2023-07-23
net: prevent skb corruption on frag list segmentation
Paolo Abeni
2023-07-23
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
2023-07-23
netlink: do not hard code device address lenth in fdb dumps
Eric Dumazet
2023-07-23
bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings
Gilad Sever
2023-07-23
bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint
Gilad Sever
2023-07-23
bpf: Factor out socket lookup functions for the TC hookpoint.
Gilad Sever
2023-07-23
bpf: Omit superfluous address family check in __bpf_skc_lookup
Tobias Klauser
2023-07-23
rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO
Edwin Peer
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
rtnetlink: call validate_linkmsg in rtnl_create_link
Xin Long
2023-06-09
udp6: Fix race condition in udp6_sendmsg & connect
Vladislav Efanov
2023-06-05
xdp: xdp_mem_allocator can be NULL in trace_mem_connect().
Sebastian Andrzej Siewior
2023-06-05
page_pool: fix inconsistency for page_pool_ring_[un]lock()
Yunsheng Lin
2023-06-05
net: page_pool: use in_softirq() instead
Qingfang DENG
[next]