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