index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
inet_sock.h
Age
Commit message (
Expand
)
Author
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
2017-12-20
net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...
Yafang Shao
2017-12-20
net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...
Yafang Shao
2017-11-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-15
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-26
tcp: TCP experimental option for SMC
Ursula Braun
2017-10-26
tcp/dccp: fix other lockdep splats accessing ireq_opt
Eric Dumazet
2017-10-21
tcp/dccp: fix ireq->opt races
Eric Dumazet
2017-01-25
net/tcp-fastopen: Add new API support
Wei Wang
2016-11-03
ipv4: add IP_RECVFRAGSIZE cmsg
Willem de Bruijn
2016-06-27
ipv6: Allow request socks to contain IPv6 options.
Huw Davies
2015-12-18
net: Allow accepted sockets to be bound to l3mdev domain
David Ahern
2015-12-07
xfrm: take care of request sockets
Eric Dumazet
2015-11-08
net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()
Eric Dumazet
2015-10-05
tcp: avoid two atomic ops for syncookies
Eric Dumazet
2015-06-06
inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations
Eric Dumazet
2015-03-17
inet: fix request sock refcounting
Eric Dumazet
2015-03-17
inet: uninline inet_reqsk_alloc()
Eric Dumazet
2015-03-17
inet: add sk_listener argument to inet_reqsk_alloc()
Eric Dumazet
2015-03-17
inet: move ir_mark to fill a hole
Eric Dumazet
2015-03-16
inet: add proper refcounting to request sock
Eric Dumazet
2015-03-12
inet: introduce ireq_family
Eric Dumazet
2015-03-12
inet: add rsk_refcnt/ireq_refcnt to request socks
Eric Dumazet
2015-03-12
inet: add ireq_state field to inet_request_sock
Eric Dumazet
2015-03-12
ipv6: add missing ireq_net & ir_cookie initializations
Eric Dumazet
2015-03-11
net: add real socket cookies
Eric Dumazet
2015-01-05
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
2015-01-05
ip: IP cmsg cleanup
Tom Herbert
2015-01-05
ip: Move checksum convert defines to inet
Tom Herbert
2014-06-27
net: remove inet6_reqsk_alloc
Octavian Purdila
2014-05-13
net: support marking accepting TCP sockets
Lorenzo Colitti
2013-10-19
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
Hannes Frederic Sowa
2013-10-19
ipv4: split inet_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
2013-10-10
inet: rename ir_loc_port to ir_num
Eric Dumazet
2013-10-10
inet: includes a sock_common in request_sock
Eric Dumazet
2013-10-03
inet: consolidate INET_TW_MATCH
Eric Dumazet
2013-09-28
ipv4: processing ancillary IP_TOS or IP_TTL
Francesco Fusco
2013-09-21
inet*.h: Remove extern from function prototypes
Joe Perches
2013-06-12
ipv4: remove is_data also from ip_options documentation.
Rami Rosen
2013-02-21
ipv6: use a stronger hash for tcp
Eric Dumazet
2012-11-30
net: move inet_dport/inet_num in sock_common
Eric Dumazet
2012-09-24
net: use a per task frag allocator
Eric Dumazet
[next]