Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2516ead0aaf8145c155ff7d19c32038b8de099d8
/
include
/
net
/
inet_sock.h
2af59c6
tcp/dccp: fix other lockdep splats accessing ireq_opt
by Eric Dumazet
· 7 years ago
2ffd261
tcp/dccp: fix ireq->opt races
by Eric Dumazet
· 7 years ago
56ac42b
ipv6: Allow request socks to contain IPv6 options.
by Huw Davies
· 8 years ago
6dd9a14
net: Allow accepted sockets to be bound to l3mdev domain
by David Ahern
· 9 years ago
bd5eb35
xfrm: take care of request sockets
by Eric Dumazet
· 9 years ago
54abc68
net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()
by Eric Dumazet
· 9 years ago
a1a5344
tcp: avoid two atomic ops for syncookies
by Eric Dumazet
· 9 years ago
90c337d
inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations
by Eric Dumazet
· 9 years ago
0470c8c
inet: fix request sock refcounting
by Eric Dumazet
· 10 years ago
e49bb33
inet: uninline inet_reqsk_alloc()
by Eric Dumazet
· 10 years ago
407640d
inet: add sk_listener argument to inet_reqsk_alloc()
by Eric Dumazet
· 10 years ago
adc17d6
inet: move ir_mark to fill a hole
by Eric Dumazet
· 10 years ago
13854e5
inet: add proper refcounting to request sock
by Eric Dumazet
· 10 years ago
3f66b08
inet: introduce ireq_family
by Eric Dumazet
· 10 years ago
1e2e011
inet: add rsk_refcnt/ireq_refcnt to request socks
by Eric Dumazet
· 10 years ago
d34ac51
inet: add ireq_state field to inet_request_sock
by Eric Dumazet
· 10 years ago
bd337c5
ipv6: add missing ireq_net & ir_cookie initializations
by Eric Dumazet
· 10 years ago
33cf7c9
net: add real socket cookies
by Eric Dumazet
· 10 years ago
ad6f939
ip: Add offset parameter to ip_cmsg_recv
by Tom Herbert
· 10 years ago
c44d13d
ip: IP cmsg cleanup
by Tom Herbert
· 10 years ago
224d019
ip: Move checksum convert defines to inet
by Tom Herbert
· 10 years ago
476eab8
net: remove inet6_reqsk_alloc
by Octavian Purdila
· 10 years ago
84f39b0
net: support marking accepting TCP sockets
by Lorenzo Colitti
· 10 years ago
1bbdcee
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
65cd803
ipv4: split inet_ehashfn to hash functions per compilation unit
by Hannes Frederic Sowa
· 11 years ago
b44084c
inet: rename ir_loc_port to ir_num
by Eric Dumazet
· 11 years ago
634fb979
inet: includes a sock_common in request_sock
by Eric Dumazet
· 11 years ago
5080546
inet: consolidate INET_TW_MATCH
by Eric Dumazet
· 11 years ago
aa66158
ipv4: processing ancillary IP_TOS or IP_TTL
by Francesco Fusco
· 11 years ago
1fd5115
inet*.h: Remove extern from function prototypes
by Joe Perches
· 11 years ago
503b47e
ipv4: remove is_data also from ip_options documentation.
by Rami Rosen
· 11 years ago
08dcdbf
ipv6: use a stronger hash for tcp
by Eric Dumazet
· 12 years ago
ce43b03
net: move inet_dport/inet_num in sock_common
by Eric Dumazet
· 12 years ago
5640f76
net: use a per task frag allocator
by Eric Dumazet
· 12 years ago
5d299f3
net: ipv6: fix TCP early demux
by Eric Dumazet
· 12 years ago
54764bb
ipv4: Restore old dst_free() behavior.
by Eric Dumazet
· 12 years ago
404e0a8
net: ipv4: fix RCU races on dst refcounts
by Eric Dumazet
· 12 years ago
92101b3
ipv4: Prepare for change of rt->rt_iif encoding.
by David S. Miller
· 12 years ago
3e12939
inet: Kill FLOWI_FLAG_PRECOW_METRICS.
by David S. Miller
· 12 years ago
4c507d2
net: implement IP_RECVTOS for IP_PKTOPTIONS
by Jiri Benc
· 13 years ago
76e2105
ipv4: Implement IP_UNICAST_IF socket option.
by Erich E. Hoover
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
ac8a481
ipv4: Save nexthop address of LSRR/SSRR option to IPCB.
by Li Wei
· 13 years ago
47670b7
ipv4: route non-local sources for raw socket
by Julian Anastasov
· 13 years ago
bdc712b
inet: Decrease overhead of on-stack inet_cork.
by David S. Miller
· 13 years ago
f6d8bd0
inet: add RCU protection to inet->opt
by Eric Dumazet
· 14 years ago
1470ddf
inet: Remove explicit write references to sk/inet in ip_append_data
by Herbert Xu
· 14 years ago
a4daad6
net: Pre-COW metrics for TCP.
by David S. Miller
· 14 years ago
68835ab
net: optimize INET input path further
by Eric Dumazet
· 14 years ago
1d7138d
igmp: RCU conversion of in_dev->mc_list
by Eric Dumazet
· 14 years ago
7b2ff18
net - IP_NODEFRAG option for IPv4 socket
by Jiri Olsa
· 14 years ago
c58dc01
net: Make RFS socket operations not be inet specific.
by David S. Miller
· 15 years ago
18f9f13
rps: inet_rps_save_rxhash() argument is not const
by Eric Dumazet
· 15 years ago
fec5e65
rfs: Receive Flow Steering
by Tom Herbert
· 15 years ago
d218d11
tcp: Generalized TTL Security Mechanism
by Stephen Hemminger
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
b3fec0f
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck
by Linus Torvalds
· 15 years ago
45e3ff8
net: annotate bitfields in struct inet_sock
by Vegard Nossum
· 16 years ago
f771bef
ipv4: New multicast-all socket option
by Nivedita Singhvi
· 15 years ago
a3116ac5
tcp: Port redirection support for TCP
by KOVACS Krisztian
· 16 years ago
88ef4a5
tcp: Handle TCP SYN+ACK/ACK/RST transparency
by KOVACS Krisztian
· 16 years ago
1668e01
ipv4: Make inet_sock.h independent of route.h
by KOVACS Krisztian
· 16 years ago
f5715ae
ipv4: Implement IP_TRANSPARENT socket option
by KOVACS Krisztian
· 16 years ago
0b44191
netns: introduce the net_hash_mix "salt" for hashes
by Pavel Emelyanov
· 16 years ago
9f26b3a
inet: add struct net argument to inet_ehashfn
by Pavel Emelyanov
· 16 years ago
ce4a7d0
inet{6}_request_sock: Init ->opt and ->pktopts in the constructor
by Arnaldo Carvalho de Melo
· 16 years ago
c8cdaf9
[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.
by YOSHIFUJI Hideaki
· 17 years ago
ef72249
[IPV4]: Remove unused ip_options->is_data.
by Denis V. Lunev
· 17 years ago
ee6b967
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
by Eric Dumazet
· 17 years ago
7adc383
[TCP]: Improve ipv4 established hash function.
by David S. Miller
· 17 years ago
fee9dee
[UDP]: Make use of inet_iif() when doing socket lookups.
by Vlad Yasevich
· 17 years ago
b3da2cf
[INET]: Use jhash + random secret for ehash.
by David S. Miller
· 18 years ago
fb99c84
[IPV4]: annotate inet_lookup() and friends
by Al Viro
· 18 years ago
e11be94
[IPV4]: struct inet_request_sock annotations
by Al Viro
· 18 years ago
2816e12
[IPV4]: ports in struct inet_sock are net-endian
by Al Viro
· 18 years ago
3ca3c68
[IPV4]: struct ip_options annotations
by Al Viro
· 18 years ago
adaf345
[IPV4]: annotate address in inet_request_sock
by Al Viro
· 18 years ago
011a926
[IPV4]: annotated ipv4 addresses in struct inet_sock
by Al Viro
· 18 years ago
1a01912
[INET]: Remove is_setbyuser patch
by Louis Nyffenegger
· 18 years ago
11a03f7
[NetLabel]: core network changes
by Paul Moore
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
14c8502
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
by Arnaldo Carvalho de Melo
· 19 years ago