index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
inet_sock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-05
inet: constify inet_sk_bound_dev_eq() net parameter
Eric Dumazet
1
-1
/
+2
2024-03-06
inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERT
Juntong Deng
1
-0
/
+1
2024-01-21
udp: fix busy polling
Eric Dumazet
1
-5
/
+0
2023-12-08
Use READ/WRITE_ONCE() for IP local_port_range.
David Laight
1
-4
/
+1
2023-10-25
ipv6: drop feature RTAX_FEATURE_ALLFRAG
Yan Zhai
1
-1
/
+0
2023-09-15
ipv6: lockless IPV6_FLOWINFO_SEND implementation
Eric Dumazet
1
-0
/
+1
2023-09-15
ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementation
Eric Dumazet
1
-0
/
+1
2023-09-15
ipv6: move np->repflow to atomic flags
Eric Dumazet
1
-0
/
+1
2023-09-15
ipv6: lockless IPV6_RECVERR implemetation
Eric Dumazet
1
-0
/
+1
2023-09-15
ipv6: lockless IPV6_DONTFRAG implementation
Eric Dumazet
1
-0
/
+1
2023-09-15
ipv6: lockless IPV6_AUTOFLOWLABEL implementation
Eric Dumazet
1
-0
/
+2
2023-09-15
ipv6: lockless IPV6_MULTICAST_ALL implementation
Eric Dumazet
1
-0
/
+1
2023-09-15
ipv6: lockless IPV6_RECVERR_RFC4884 implementation
Eric Dumazet
1
-0
/
+1
2023-09-15
ipv6: lockless IPV6_MULTICAST_LOOP implementation
Eric Dumazet
1
-0
/
+1
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
1
-6
/
+4
2023-08-16
inet: move inet->bind_address_no_port to inet->inet_flags
Eric Dumazet
1
-2
/
+2
2023-08-16
inet: move inet->nodefrag to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
1
-3
/
+2
2023-08-16
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
1
-3
/
+3
2023-08-16
inet: move inet->mc_all to inet->inet_frags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
1
-2
/
+2
2023-08-16
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
1
-2
/
+3
2023-08-16
inet: move inet->recverr_rfc4884 to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->recverr to inet->inet_flags
Eric Dumazet
1
-2
/
+3
2023-08-16
inet: introduce inet->inet_flags
Eric Dumazet
1
-11
/
+44
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-3
/
+4
2023-03-17
inet: preserve const qualifier in inet_sk()
Eric Dumazet
1
-4
/
+1
2023-01-25
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
1
-0
/
+4
2022-07-29
net: allow unbound socket for packets in VRF when tcp_l3mdev_accept set
Mike Manning
1
-0
/
+11
2022-07-15
tcp: Fix data-races around sysctl_tcp_l3mdev_accept.
Kuniyuki Iwashima
1
-2
/
+2
2022-07-15
tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-15
ip: Fix data-races around sysctl_ip_nonlocal_bind.
Kuniyuki Iwashima
1
-1
/
+1
2022-06-23
sock: redo the psock vs ULP protection check
Jakub Kicinski
1
-0
/
+5
2022-05-16
tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
Eric Dumazet
1
-2
/
+3
2021-11-17
ipv4/raw: support binding to nonlocal addresses
Riccardo Paolo Bestetti
1
-0
/
+12
2021-10-25
tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex
Eric Dumazet
1
-2
/
+1
2020-08-26
inet: remove inet_sk_copy_descendant()
Eric Dumazet
1
-7
/
+0
2020-07-19
icmp: support rfc 4884
Willem de Bruijn
1
-0
/
+1
2020-03-02
net: inet_sock: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-09-13
ip: support SO_MARK cmsg
Willem de Bruijn
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-11-07
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
1
-0
/
+8
2018-11-07
net: allow binding socket in a VRF when there's an unbound socket
Robert Shearman
1
-0
/
+13
2018-10-02
inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
Eric Dumazet
1
-5
/
+0
2018-10-01
tcp/dccp: fix lockdep issue when SYN is backlogged
Eric Dumazet
1
-2
/
+1
2018-08-01
net: add helpers checking if socket can be bound to nonlocal address
Vincent Bernat
1
-0
/
+8
2018-07-04
net: ipv4: Hook into time based transmission
Jesus Sanchez-Palencia
1
-0
/
+1
[next]