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