Age | Commit message (Expand) | Author |
2022-07-06 | tls: rx: periodically flush socket backlog | Jakub Kicinski |
2022-06-13 | tcp: sk_forced_mem_schedule() optimization | Eric Dumazet |
2022-06-10 | net: unexport __sk_mem_{raise|reduce}_allocated | Eric Dumazet |
2022-06-10 | net: add per_cpu_fw_alloc field to struct proto | Eric Dumazet |
2022-06-10 | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT | Eric Dumazet |
2022-06-09 | net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock() | Eric Dumazet |
2022-05-16 | net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_if | Eric Dumazet |
2022-05-16 | net: allow gso_max_size to exceed 65536 | Alexander Duyck |
2022-05-05 | net: align SO_RCVMARK required privileges with SO_MARK | Eyal Birger |
2022-05-01 | sock: optimise sock_def_write_space barriers | Pavel Begunkov |
2022-05-01 | sock: optimise UDP sock_wfree() refcounting | Pavel Begunkov |
2022-05-01 | sock: dedup sock_def_write_space wmem_alloc checks | Pavel Begunkov |
2022-04-30 | net: inline sock_alloc_send_skb | Pavel Begunkov |
2022-04-28 | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil |
2022-04-26 | net: generalize skb freeing deferral to per-cpu lists | Eric Dumazet |
2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp |
2022-04-11 | net: sock: introduce sock_queue_rcv_skb_reason() | Menglong Dong |
2022-04-07 | net: extract a few internals from netdevice.h | Jakub Kicinski |
2022-03-08 | SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPP | Samuel Thibault |
2022-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-02-18 | net-timestamp: convert sk->sk_tskey to atomic_t | Eric Dumazet |
2022-02-17 | net: add sanity check in proto_register() | Eric Dumazet |
2022-02-01 | net: allow SO_MARK with CAP_NET_RAW via cmsg | Jakub Kicinski |
2022-01-31 | tcp: Change SYN ACK retransmit behaviour to account for rehash | Akhmat Karakotov |
2022-01-31 | txhash: Add socket option to control TX hash rethink behavior | Akhmat Karakotov |
2022-01-25 | net: Adjust sk_gso_max_size once when set | David Ahern |
2022-01-17 | net: Flush deferred skb free on socket destroy | Gal Pressman |
2022-01-12 | net: fix sock_timestamping_bind_phc() to release device | Miroslav Lichvar |
2021-12-10 | sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned. | Kuniyuki Iwashima |
2021-12-10 | net: add netns refcount tracker to struct sock | Eric Dumazet |
2021-11-24 | net: allow SO_MARK with CAP_NET_RAW | Maciej Żenczykowski |
2021-11-24 | net: allow CAP_NET_RAW to setsockopt SO_PRIORITY | Maciej Żenczykowski |
2021-11-22 | net: annotate accesses to dev->gso_max_segs | Eric Dumazet |
2021-11-22 | net: annotate accesses to dev->gso_max_size | Eric Dumazet |
2021-11-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-11-16 | net: merge net->core.prot_inuse and net->core.sock_inuse | Eric Dumazet |
2021-11-16 | net: make sock_inuse_add() available | Eric Dumazet |
2021-11-16 | net: inline sock_prot_inuse_add() | Eric Dumazet |
2021-11-16 | tcp: add RETPOLINE mitigation to sk_backlog_rcv | Eric Dumazet |
2021-11-16 | net: remove sk_route_nocaps | Eric Dumazet |
2021-11-16 | net: remove sk_route_forced_caps | Eric Dumazet |
2021-11-16 | net: use sk_is_tcp() in more places | Eric Dumazet |
2021-11-15 | sock: fix /proc/net/sockstat underflow in sk_clone_lock() | Tetsuo Handa |
2021-11-04 | net: fix possible NULL deref in sock_reserve_memory | Eric Dumazet |
2021-10-08 | vsock: Enable y2038 safe timeval for timeout | Richard Palethorpe |
2021-09-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-09-30 | af_unix: fix races in sk_peer_pid and sk_peer_cred accesses | Eric Dumazet |
2021-09-30 | net: add new socket option SO_RESERVE_MEM | Wei Wang |
2021-09-30 | net: introduce and use lock_sock_fast_nested() | Paolo Abeni |
2021-09-19 | net: core: Correct the sock::sk_lock.owned lockdep annotations | Thomas Gleixner |