index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
sock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
1
-14
/
+0
2022-05-20
net: Add a second bind table hashed by port and address
Joanne Koong
1
-0
/
+14
2022-05-16
net: annotate races around sk->sk_bound_dev_if
Eric Dumazet
1
-2
/
+3
2022-05-13
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
1
-3
/
+0
2022-04-30
net: inline sock_alloc_send_skb
Pavel Begunkov
1
-2
/
+8
2022-04-28
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
1
-8
/
+10
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
1
-2
/
+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
-1
/
+8
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-01-31
txhash: Add socket option to control TX hash rethink behavior
Akhmat Karakotov
1
-9
/
+3
2022-01-31
txhash: Make rethinking txhash behavior configurable via sysctl
Akhmat Karakotov
1
-13
/
+21
2022-01-06
net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
Menglong Dong
1
-0
/
+1
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-1
/
+1
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-20
inet: fully convert sk->sk_rx_dst to RCU rules
Eric Dumazet
1
-1
/
+1
2021-12-10
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
1
-11
/
+12
2021-12-10
net: add netns refcount tracker to struct sock
Eric Dumazet
1
-0
/
+2
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+23
2021-12-01
net: avoid uninit-value from tcp_conn_request
Eric Dumazet
1
-2
/
+15
2021-11-29
tcp: fix page frag corruption on page fault
Paolo Abeni
1
-5
/
+8
2021-11-23
neigh: introduce neigh_confirm() helper function
Yajun Deng
1
-4
/
+1
2021-11-18
tcp: add missing htmldocs for skb->ll_node and sk->defer_list
Eric Dumazet
1
-0
/
+1
2021-11-16
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
1
-2
/
+2
2021-11-16
net: merge net->core.prot_inuse and net->core.sock_inuse
Eric Dumazet
1
-1
/
+2
2021-11-16
net: make sock_inuse_add() available
Eric Dumazet
1
-0
/
+10
2021-11-16
net: inline sock_prot_inuse_add()
Eric Dumazet
1
-3
/
+11
2021-11-16
net: move early demux fields close to sk_refcnt
Eric Dumazet
1
-3
/
+5
2021-11-16
tcp: defer skb freeing after socket lock is released
Eric Dumazet
1
-0
/
+3
2021-11-16
tcp: add RETPOLINE mitigation to sk_backlog_rcv
Eric Dumazet
1
-1
/
+7
2021-11-16
net: forward_alloc_get depends on CONFIG_MPTCP
Eric Dumazet
1
-4
/
+7
2021-11-16
net: shrink struct sock by 8 bytes
Eric Dumazet
1
-1
/
+1
2021-11-16
net: remove sk_route_nocaps
Eric Dumazet
1
-6
/
+5
2021-11-16
net: remove sk_route_forced_caps
Eric Dumazet
1
-3
/
+0
2021-11-16
net: use sk_is_tcp() in more places
Eric Dumazet
1
-0
/
+5
2021-11-01
tcp: rename sk_wmem_free_skb
Talal Ahmad
1
-7
/
+0
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+7
2021-10-28
net: cleanup __sk_stream_memory_free()
Eric Dumazet
1
-8
/
+2
2021-10-27
net: introduce sk_forward_alloc_get()
Paolo Abeni
1
-0
/
+11
2021-10-27
tcp: define macros for a couple reclaim thresholds
Paolo Abeni
1
-2
/
+7
2021-10-26
net: Rename ->stream_memory_read to ->sock_is_readable
Cong Wang
1
-1
/
+7
2021-10-26
tcp: rename sk_stream_alloc_skb
Eric Dumazet
1
-3
/
+0
2021-10-25
net: annotate accesses to sk->sk_rx_queue_mapping
Eric Dumazet
1
-3
/
+7
2021-10-25
net: avoid dirtying sk->sk_rx_queue_mapping
Eric Dumazet
1
-4
/
+2
2021-10-25
ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie
Eric Dumazet
1
-0
/
+2
2021-10-25
tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex
Eric Dumazet
1
-0
/
+3
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
1
-1
/
+1
2021-10-08
vsock: Enable y2038 safe timeval for timeout
Richard Palethorpe
1
-0
/
+4
[next]