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-02
neighbour: fix various data-races
Eric Dumazet
2023-10-25
net: move altnames together with the netdevice
Jakub Kicinski
2023-10-25
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
2023-10-25
net: check for altname conflicts when changing netdev's netns
Jakub Kicinski
2023-10-25
net: fix ifname in netlink ntf during netns move
Jakub Kicinski
2023-10-25
net: avoid UAF on deleted altname
Jakub Kicinski
2023-10-25
net: pktgen: Fix interface flags printing
Gavrilov Ilia
2023-10-25
netlink: Correct offload_xstats size
Christoph Paasch
2023-10-19
net: refine debug info in skb_checksum_help()
Eric Dumazet
2023-10-10
neighbour: fix data-races around n->output
Eric Dumazet
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
net: Use sockaddr_storage for getsockopt(SO_PEERNAME).
Kuniyuki Iwashima
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
bpf, sockmap: Fix skb refcnt race after locking changes
John Fastabend
2023-09-19
net: annotate data-races around sk->sk_bind_phc
Eric Dumazet
2023-09-19
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-09-19
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
2023-09-19
net: use sk_forward_alloc_get() in sk_get_meminfo()
Eric Dumazet
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-13
skbuff: skb_segment, Call zero copy functions before using skbuff frags
Mohamed Khalfella
2023-09-13
net: deal with integer overflows in kmalloc_reserve()
Eric Dumazet
2023-09-13
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
2023-09-13
lwt: Fix return values of BPF xmit ops
Yan Zhai
2023-09-13
bpf: reject unhashed sockets in bpf_sk_assign
Lorenz Bauer
2023-08-24
rtnetlink: Reject negative ifindexes in RTM_NEWLINK
Ido Schimmel
2023-08-20
net: validate veth and vxcan peer ifindexes
Jakub Kicinski
2023-08-17
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
2023-08-10
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-09
bpf, sockmap: Fix bug that strp_done cannot be called
Xu Kuohai
2023-08-09
bpf, sockmap: Fix map type error in sock_map_del_link
Xu Kuohai
2023-08-08
net/unix: use consistent error code in SO_PEERPIDFD
David Rheinsberg
2023-08-07
net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()
Andrew Kanner
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-01
bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
Tomas Glozar
2023-07-29
net: annotate data-races around sk->sk_priority
Eric Dumazet
2023-07-29
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
2023-07-29
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
2023-07-29
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
2023-07-29
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
2023-07-29
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
2023-07-29
net: annotate data-race around sk->sk_txrehash
Eric Dumazet
2023-07-29
net: annotate data-races around sk->sk_reserved_mem
Eric Dumazet
2023-07-27
rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
Lin Ma
[next]