Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8ac7414414c8cfb440950c23b08dc8b2f79911fa
/
net
/
ipv6
/
ipv6_sockglue.c
8651be8
ipv6: fix a potential deadlock in do_ipv6_setsockopt()
by WANG Cong
· 8 years ago
d011a4d
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into next
by James Morris
· 8 years ago
ceba183
calipso: Set the calipso socket label to match the secattr.
by Huw Davies
· 8 years ago
26879da
ipv6: add new struct ipcm6_cookie
by Wei Wang
· 9 years ago
1e1d04e
net: introduce lockdep_is_held and update various places to use it
by Hannes Frederic Sowa
· 9 years ago
ad1e46a
ipv6: process socket-level control messages in IPv6
by Soheil Hassas Yeganeh
· 9 years ago
45f6fad
ipv6: add complete rcu protection around np->opt
by Eric Dumazet
· 9 years ago
63159f2
ipv6: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
c4a6853
ipv6: invert join/leave anycast rtnl/socket locking order
by Marcelo Ricardo Leitner
· 10 years ago
54ff9ef
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
by Marcelo Ricardo Leitner
· 10 years ago
baf606d
ipv4,ipv6: grab rtnl before locking the socket
by Marcelo Ricardo Leitner
· 10 years ago
1dc7b90
ipv6: tcp: fix race in IPV6_2292PKTOPTIONS
by Eric Dumazet
· 10 years ago
86fe8f8
ipv6: remove useless spin_lock/spin_unlock
by Duan Jiong
· 10 years ago
4c83acb
ipv6: White-space cleansing : gaps between function and symbol export
by Ian Morris
· 10 years ago
67ba415
ipv6: White-space cleansing : Line Layouts
by Ian Morris
· 10 years ago
66635dc
ipv6: remove unnecessary break after return
by Fabian Frederick
· 10 years ago
cb1ce2e
ipv6: Implement automatic flow label generation on transmit
by Tom Herbert
· 10 years ago
9fe516b
inet: move ipv6only in sock_common
by Eric Dumazet
· 10 years ago
0b95227
ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMIT
by Hannes Frederic Sowa
· 11 years ago
4b261c7
ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams
by Hannes Frederic Sowa
· 11 years ago
46e5f40
ipv6: add a flag to get the flow label used remotly
by Florent Fourcot
· 11 years ago
d76ed22
ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper
by Li RongQing
· 11 years ago
93b36cf
ipv6: support IPV6_PMTU_INTERFACE on sockets
by Hannes Frederic Sowa
· 11 years ago
6853605
ipv6: fix incorrect type in declaration
by Florent Fourcot
· 11 years ago
82e9f10
ipv6: remove rcv_tclass of ipv6_pinfo
by Florent Fourcot
· 11 years ago
1397ed3
ipv6: add flowinfo for tcp6 pkt_options for all cases
by Florent Fourcot
· 11 years ago
3fdfa5f
ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt
by Florent Fourcot
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
73df66f
ipv6: rename datagram_send_ctl and datagram_recv_ctl
by Tom Parkin
· 12 years ago
af31f41
net: Allow userns root to control ipv6
by Eric W. Biederman
· 12 years ago
67f4efd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
d4596ba
ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return value
by Hannes Frederic Sowa
· 12 years ago
07a9362
ipv6: use IS_ENABLED()
by Amerigo Wang
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
6fdbd16
net/ipv6/ipv6_sockglue.c: Removed redundant extern
by Eldad Zack
· 13 years ago
4c507d2
net: implement IP_RECVTOS for IP_PKTOPTIONS
by Jiri Benc
· 13 years ago
c4062df
ipv6: Implement IPV6_UNICAST_IF socket option.
by Erich E. Hoover
· 13 years ago
b361311
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
2a38e6d
ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given.
by Li Wei
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
6cc7a76
net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENT
by Maciej Żenczykowski
· 13 years ago
ec0506d
net: relax PKTINFO non local ipv6 udp xmit check
by Maciej Żenczykowski
· 13 years ago
98e7743
ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONS
by Daniel Baluta
· 13 years ago
4c9483b
ipv6: Convert to use flowi6 where applicable.
by David S. Miller
· 14 years ago
1d28f42
net: Put flowi_* prefix on AF independent members of struct flowi
by David S. Miller
· 14 years ago
b889416
tproxy: Add missing CAP_NET_ADMIN check to ipv6 side
by Balazs Scheidler
· 14 years ago
6c46862
tproxy: added tproxy sockopt interface in the IPV6 layer
by Balazs Scheidler
· 14 years ago
9587c6d
ipv6: remove ipv6_statistics
by Eric Dumazet
· 14 years ago
13b52cd
IPv6: Add dontfrag argument to relevant functions
by Brian Haley
· 15 years ago
793b147
IPv6: data structure changes for new socket options
by Brian Haley
· 15 years ago
e802af9
IPv6: Generic TTL Security Mechanism (final version)
by Stephen Hemminger
· 15 years ago
b6c6712
net: sk_dst_cache RCUification
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
cfadf85
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0eae750
IP: Cleanups
by John Dykstra
· 15 years ago
55b8050
net: Fix IP_MULTICAST_IF
by Eric Dumazet
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
51953d5
Use sk_mark for IPv6 routing lookups
by Brian Haley
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
26ced1e
inet6: Set default traffic class
by Gerrit Renker
· 15 years ago
e651f03
inet6: Conversion from u8 to int
by Gerrit Renker
· 15 years ago
ce8632b
ipv6:remove useless check
by Yang Hongyang
· 16 years ago
800d55f
ipv6: Remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
914d116
ipv6: IPV6_PKTINFO relied userspace providing correct length
by Ilpo Järvinen
· 16 years ago
f250dcd
ipv6: fix the return interface index when get it while no message is received
by Yang Hongyang
· 16 years ago
b24a251
ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()
by Yang Hongyang
· 16 years ago
6e093d9
ipv6: routing header fixes
by Brian Haley
· 16 years ago
13601cd
ipv6: Fix the return interface index when get it while no message is received.
by Yang Hongyang
· 16 years ago
cfb266c
ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data pointer
by Yang Hongyang
· 16 years ago
53b7997
ipv6 netns: Make several "global" sysctl variables namespace aware.
by YOSHIFUJI Hideaki
· 16 years ago
725a8ff
ipv6: remove unused parameter from ip6_ra_control
by Denis V. Lunev
· 16 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
aea7427
ipv6: Remove options header when setsockopt's optlen is 0
by Shan Wei
· 16 years ago
4ae127d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
1717699
ipv6: Fail with appropriate error code when setting not-applicable sockopt.
by YOSHIFUJI Hideaki
· 16 years ago
28d4488
ipv6: Check IPV6_MULTICAST_LOOP option value.
by YOSHIFUJI Hideaki
· 16 years ago
20c61fb
ipv6 mcast: Check address family of gf_group in getsockopt(MS_FILTER).
by YOSHIFUJI Hideaki
· 17 years ago
9596cc82
[IPV6]: Do not change protocol for UDPv6 sockets with pending sent data.
by Denis V. Lunev
· 16 years ago
49d074f
[IPV6]: Do not change protocol for raw IPv6 sockets.
by Denis V. Lunev
· 16 years ago
91e1908
[IPV6] NETNS: Handle ancillary data in appropriate namespace.
by YOSHIFUJI Hideaki
· 16 years ago
95b496b
[IPV6]: Fix the data length of get destination options with short length
by Yang Hongyang
· 16 years ago
05335c2
[IPV6]: Fix the return value of get destination options with NULL data pointer
by Yang Hongyang
· 16 years ago
8099179
ipv6: Compilation fix for compat MCAST_MSFILTER sockopts.
by Pavel Emelyanov
· 17 years ago
42908c6
net: Add compat support for getsockopt (MCAST_MSFILTER)
by David L Stevens
· 17 years ago
dae5029
ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.
by David L Stevens
· 17 years ago
e7712f1
[IPV6]: Share common code-paths for sticky socket options.
by YOSHIFUJI Hideaki
· 17 years ago
b2a9d7c
[IPV6]: Check length of int/boolean optval provided by user in setsockopt().
by YOSHIFUJI Hideaki
· 17 years ago
a28398b
[IPV6]: Check length of optval provided by user in setsockopt().
by Wang Chen
· 17 years ago
a9f83bf
[IPV6]: Sparse: Reuse previous delaration where appropriate.
by YOSHIFUJI Hideaki
· 17 years ago
7bc570c
[IPV6] MROUTE: Support multicast forwarding.
by YOSHIFUJI Hideaki
· 17 years ago
c29a0bc
[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.
by Pavel Emelyanov
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
7cbca67
[IPV6]: Support Source Address Selection API (RFC5014).
by YOSHIFUJI Hideaki
· 17 years ago
6b75d09
[IPV6]: Optimize hop-limit determination.
by YOSHIFUJI Hideaki
· 17 years ago
8a3edd8
[NETNS][IPV6] fix some missing namespace
by Daniel Lezcano
· 17 years ago
db8dac2
[UDP]: Revert udplite and code split.
by David S. Miller
· 17 years ago
662397f
[IPV6]: Move packet_type{} related bits to af_inet6.c.
by YOSHIFUJI Hideaki
· 17 years ago
e898d4d
[UDP]: Allow users to configure UDP-Lite.
by YOSHIFUJI Hideaki
· 17 years ago
65f7651
[NET]: prot_inuse cleanups and optimizations
by Eric Dumazet
· 17 years ago
Next »