Age | Commit message (Expand) | Author |
2023-09-04 | af_unix: Fix data race around sk->sk_err. | Kuniyuki Iwashima |
2023-09-04 | af_unix: Fix data-races around sk->sk_shutdown. | Kuniyuki Iwashima |
2023-09-01 | net: annotate data-races around sk->sk_bind_phc | Eric Dumazet |
2023-09-01 | net: annotate data-races around sk->sk_tsflags | Eric Dumazet |
2023-09-01 | net: annotate data-races around sk->sk_forward_alloc | Eric Dumazet |
2023-09-01 | net: use sk_forward_alloc_get() in sk_get_meminfo() | Eric Dumazet |
2023-08-31 | net: read sk->sk_family once in sk_mc_loop() | Eric Dumazet |
2023-08-21 | net: annotate data-races around sk->sk_lingertime | Eric Dumazet |
2023-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-17 | sock: Fix misuse of sk_under_memory_pressure() | Abel Wu |
2023-08-16 | inet: move inet->mc_loop to inet->inet_frags | Eric Dumazet |
2023-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-09 | net: annotate data-races around sock->ops | Eric Dumazet |
2023-08-08 | net/unix: use consistent error code in SO_PEERPIDFD | David Rheinsberg |
2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-07-31 | net: Use sockaddr_storage for getsockopt(SO_PEERNAME). | Kuniyuki Iwashima |
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-11 | net/core: Make use of assign_bit() API | Andy Shevchenko |
2023-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-27 | netlink: Add __sock_i_ino() for __netlink_diag_dump(). | Kuniyuki Iwashima |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells |
2023-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-22 | revert "net: align SO_RCVMARK required privileges with SO_MARK" | Maciej Żenczykowski |
2023-06-20 | net: remove sk_is_ipmr() and sk_is_icmpv6() helpers | Eric Dumazet |
2023-06-15 | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao |
2023-06-12 | net: core: add getsockopt SO_PEERPIDFD | Alexander Mikhalitsyn |
2023-06-12 | scm: add SO_PASSPIDFD and SCM_PIDFD | Alexander Mikhalitsyn |
2023-05-31 | udp6: Fix race condition in udp6_sendmsg & connect | Vladislav Efanov |
2023-04-07 | net: make SO_BUSY_POLL available to all users | Eric Dumazet |
2023-03-02 | net: use indirect calls helpers for sk_exit_memory_pressure() | Brian Vazquez |
2023-02-15 | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing |
2023-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-02-08 | txhash: fix sk->sk_txrehash default | Kevin Yang |
2023-02-06 | net: add sock_init_data_uid() | Pietro Borrello |
2023-02-01 | net: add support for ipv4 big tcp | Xin Long |
2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye |
2022-12-19 | net: Introduce sk_use_task_frag in struct sock. | Guillaume Nault |
2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-12-08 | net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCP | Willem de Bruijn |
2022-11-04 | lsm: make security_socket_getpeersec_stream() sockptr_t safe | Paul Moore |