index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-11-08
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
1
-0
/
+8
2018-11-08
net: allow binding socket in a VRF when there's an unbound socket
Robert Shearman
1
-0
/
+13
2018-10-03
inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
Eric Dumazet
1
-5
/
+0
2018-10-02
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
2018-04-26
udp: generate gso with UDP_SEGMENT
Willem de Bruijn
1
-0
/
+1
2017-12-20
net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...
Yafang Shao
1
-1
/
+24
2017-12-20
net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...
Yafang Shao
1
-0
/
+2
2017-11-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+0
2017-11-16
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-3
/
+0
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2017-10-26
tcp: TCP experimental option for SMC
Ursula Braun
1
-1
/
+2
2017-10-26
tcp/dccp: fix other lockdep splats accessing ireq_opt
Eric Dumazet
1
-0
/
+6
2017-10-21
tcp/dccp: fix ireq->opt races
Eric Dumazet
1
-1
/
+1
2017-01-25
net/tcp-fastopen: Add new API support
Wei Wang
1
-1
/
+5
2016-11-03
ipv4: add IP_RECVFRAGSIZE cmsg
Willem de Bruijn
1
-0
/
+1
2016-06-27
ipv6: Allow request socks to contain IPv6 options.
Huw Davies
1
-1
/
+6
2015-12-18
net: Allow accepted sockets to be bound to l3mdev domain
David Ahern
1
-0
/
+14
2015-12-08
xfrm: take care of request sockets
Eric Dumazet
1
-4
/
+23
2015-11-09
net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()
Eric Dumazet
1
-0
/
+12
2015-10-05
tcp: avoid two atomic ops for syncookies
Eric Dumazet
1
-1
/
+2
2015-06-07
inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations
Eric Dumazet
1
-0
/
+1
2015-03-18
inet: fix request sock refcounting
Eric Dumazet
1
-1
/
+0
2015-03-18
inet: uninline inet_reqsk_alloc()
Eric Dumazet
1
-22
/
+2
2015-03-18
inet: add sk_listener argument to inet_reqsk_alloc()
Eric Dumazet
1
-3
/
+6
2015-03-17
inet: move ir_mark to fill a hole
Eric Dumazet
1
-6
/
+5
2015-03-16
inet: add proper refcounting to request sock
Eric Dumazet
1
-0
/
+5
2015-03-13
inet: introduce ireq_family
Eric Dumazet
1
-0
/
+1
2015-03-13
inet: add rsk_refcnt/ireq_refcnt to request socks
Eric Dumazet
1
-0
/
+1
2015-03-13
inet: add ireq_state field to inet_request_sock
Eric Dumazet
1
-0
/
+3
2015-03-13
ipv6: add missing ireq_net & ir_cookie initializations
Eric Dumazet
1
-0
/
+1
2015-03-12
net: add real socket cookies
Eric Dumazet
1
-0
/
+2
2015-01-06
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
1
-0
/
+1
2015-01-06
ip: IP cmsg cleanup
Tom Herbert
1
-1
/
+10
2015-01-06
ip: Move checksum convert defines to inet
Tom Herbert
1
-0
/
+17
2014-06-28
net: remove inet6_reqsk_alloc
Octavian Purdila
1
-2
/
+4
2014-05-14
net: support marking accepting TCP sockets
Lorenzo Colitti
1
-0
/
+10
2013-10-20
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
Hannes Frederic Sowa
1
-4
/
+0
2013-10-20
ipv4: split inet_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
1
-16
/
+6
2013-10-10
inet: rename ir_loc_port to ir_num
Eric Dumazet
1
-1
/
+1
2013-10-10
inet: includes a sock_common in request_sock
Eric Dumazet
1
-7
/
+9
2013-10-03
inet: consolidate INET_TW_MATCH
Eric Dumazet
1
-2
/
+0
2013-09-29
ipv4: processing ancillary IP_TOS or IP_TTL
Francesco Fusco
1
-0
/
+3
2013-09-21
inet*.h: Remove extern from function prototypes
Joe Perches
1
-2
/
+2
2013-06-12
ipv4: remove is_data also from ip_options documentation.
Rami Rosen
1
-1
/
+0
2013-02-22
ipv6: use a stronger hash for tcp
Eric Dumazet
1
-0
/
+1
2012-12-01
net: move inet_dport/inet_num in sock_common
Eric Dumazet
1
-3
/
+5
2012-09-25
net: use a per task frag allocator
Eric Dumazet
1
-3
/
+1
[next]