index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_hashtables.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-20
tcp: Set NULL to sk->sk_prot->h.hashinfo.
Kuniyuki Iwashima
1
-7
/
+7
2022-09-20
tcp: Clean up some functions.
Kuniyuki Iwashima
1
-14
/
+15
2022-08-24
net: Add a bhash2 table hashed by port and address
Joanne Koong
1
-13
/
+255
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
1
-182
/
+11
2022-06-08
tcp: use alloc_large_system_hash() to allocate table_perturb
Muchun Song
1
-4
/
+6
2022-05-20
net: Add a second bind table hashed by port and address
Joanne Koong
1
-11
/
+182
2022-05-16
inet: rename INET_MATCH()
Eric Dumazet
1
-4
/
+4
2022-05-16
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
1
-1
/
+1
2022-05-13
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
1
-10
/
+5
2022-05-12
net: inet: Retire port only listening_hash
Martin KaFai Lau
1
-38
/
+9
2022-05-12
net: inet: Open code inet_hash2 and inet_unhash2
Martin KaFai Lau
1
-55
/
+33
2022-05-12
net: inet: Remove count from inet_listen_hashbucket
Martin KaFai Lau
1
-6
/
+0
2022-05-04
tcp: drop the hash_32() part from the index calculation
Willy Tarreau
1
-1
/
+1
2022-05-04
tcp: increase source port perturb table to 2^16
Willy Tarreau
1
-4
/
+5
2022-05-04
tcp: dynamically allocate the perturb table used by source ports
Willy Tarreau
1
-2
/
+10
2022-05-04
tcp: add small random increments to the source port
Willy Tarreau
1
-4
/
+5
2022-05-04
tcp: use different parts of the port_offset for index and offset
Willy Tarreau
1
-1
/
+1
2022-05-04
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
1
-4
/
+6
2022-02-09
tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
Sebastian Andrzej Siewior
1
-21
/
+32
2021-11-10
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
1
-4
/
+4
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
1
-1
/
+1
2021-10-07
net: prefer socket bound to interface when not in VRF
Mike Manning
1
-1
/
+3
2021-06-15
tcp: Keep TCP_CLOSE sockets in the reuseport group.
Kuniyuki Iwashima
1
-1
/
+1
2021-02-11
tcp: add some entropy in __inet_hash_connect()
Eric Dumazet
1
-0
/
+5
2021-02-11
tcp: change source port randomizarion at connect() time
Eric Dumazet
1
-3
/
+17
2020-11-23
tcp: fix race condition when creating child sockets from syncookies
Ricardo Dias
1
-8
/
+60
2020-08-31
net: ipv4: remove unused arg exact_dif in compute_score
Miaohe Lin
1
-4
/
+2
2020-08-11
net: initialize fastreuse on inet_inherit_port
Tim Froidcoeur
1
-0
/
+1
2020-07-17
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
1
-0
/
+31
2020-07-17
inet: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
1
-9
/
+20
2019-12-13
tcp/dccp: fix possible race __inet_lookup_established()
Eric Dumazet
1
-8
/
+8
2019-10-30
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
1
-1
/
+1
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
2019-06-05
net: ipv4: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-12-24
net: dccp: fix kernel crash on module load
Peter Oskolkov
1
-8
/
+26
2018-12-17
net: dccp: initialize (addr,port) listening hashtable
Peter Oskolkov
1
-0
/
+1
2018-12-14
net: tcp: prefer listeners bound to an address
Peter Oskolkov
1
-52
/
+8
2018-11-07
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
1
-8
/
+6
2018-11-07
net: allow binding socket in a VRF when there's an unbound socket
Robert Shearman
1
-5
/
+15
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-08-11
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
1
-5
/
+9
2018-08-11
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
1
-2
/
+3
2018-06-20
net/tcp: Fix socket lookups with SO_BINDTODEVICE
David Ahern
1
-2
/
+2
2018-02-01
inet: Avoid unitialized variable warning in inet_unhash()
Geert Uytterhoeven
1
-4
/
+2
2017-12-20
net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...
Yafang Shao
1
-1
/
+1
2017-12-03
inet: Add a 2nd listener hashtable (port+addr)
Martin KaFai Lau
1
-9
/
+159
2017-12-03
inet: Add a count to struct inet_listen_hashbucket
Martin KaFai Lau
1
-2
/
+9
2017-11-30
net/reuseport: drop legacy code
Paolo Abeni
1
-9
/
+2
2017-10-22
soreuseport: fix initialization race
Craig Gallek
1
-4
/
+1
[next]