Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
10ea18f0deb2372417c8e5be4d2ec79de1f65c4b
/
include
/
linux
/
ipv6.h
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
7cd636f
[IPV6]: IPv6 extension header structures need to be packed.
by YOSHIFUJI Hideaki
· 17 years ago
7bc570c
[IPV6] MROUTE: Support multicast forwarding.
by YOSHIFUJI Hideaki
· 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
1d5d236
[IPV6]: Use bitfields for hop_limit and mcast_hops.
by YOSHIFUJI Hideaki
· 17 years ago
4725474
[IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int.
by YOSHIFUJI Hideaki
· 17 years ago
c8cdaf9
[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.
by YOSHIFUJI Hideaki
· 17 years ago
d86e0da
[NETNS]: Tcp-v6 sockets per-net lookup.
by Pavel Emelyanov
· 17 years ago
535174e
[IPV6]: Introduce the INET6_TW_MATCH macro.
by Pavel Emelyanov
· 17 years ago
87bdc48
[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr
by Herbert Xu
· 17 years ago
20283d8
[IPV6]: Remove circular dependency on if_inet6.h
by Herbert Xu
· 17 years ago
4c75209
[IPV6]: Make IPV6_{RECV,2292}RTHDR boolean options.
by YOSHIFUJI Hideaki
· 17 years ago
bb4dbf9
[IPV6]: Do not send RH0 anymore.
by YOSHIFUJI Hideaki
· 17 years ago
59fbb3a6
[IPV6] MIP6: Loadable module support for MIPv6.
by Masahide NAKAMURA
· 17 years ago
4540250
[IPV6] ADDRCONF: Fix conflicts in DEVCONF_xxx constant.
by YOSHIFUJI Hideaki
· 17 years ago
9c70220
[SK_BUFF]: Introduce skb_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
39b8916
[SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h
by Arnaldo Carvalho de Melo
· 18 years ago
0660e03
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
by Arnaldo Carvalho de Melo
· 18 years ago
95c385b
[IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.
by Neil Horman
· 18 years ago
0bcbc92
[IPV6]: Disallow RH0 by default.
by YOSHIFUJI Hideaki
· 18 years ago
90bcaf7
[IPV6]: flowlabels are net-endian
by Al Viro
· 18 years ago
4350507
[IPV6]: IPv6 headers annotations
by Al Viro
· 18 years ago
4f765d8
[IPV4]: INET_MATCH() annotations
by Al Viro
· 18 years ago
fbea49e
[IPV6] NDISC: Add proxy_ndp sysctl.
by YOSHIFUJI Hideaki
· 18 years ago
8dd7368
[IPV6]: Put dsthao after flags in order to pack inet6_skb_parm better.
by David S. Miller
· 18 years ago
a831f5b
[IPV6] MIP6: Add inbound interface of home address option.
by Masahide NAKAMURA
· 18 years ago
842426e
[IPV6] MIP6: Add home address option definition.
by Noriaki TAKAMIYA
· 18 years ago
642ec62
[IPV6] MIP6: Add routing header type 2 definition.
by Noriaki TAKAMIYA
· 18 years ago
8e1ef0a
[IPV6]: Cache source address as well in ipv6_pinfo{}.
by YOSHIFUJI Hideaki
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
09c884d
[IPV6]: ROUTE: Add accept_ra_rt_info_max_plen sysctl.
by YOSHIFUJI Hideaki
· 19 years ago
52e1635
[IPV6]: ROUTE: Add router_probe_interval sysctl.
by YOSHIFUJI Hideaki
· 19 years ago
930d6ff
[IPV6]: ROUTE: Add accept_ra_rtr_pref sysctl.
by YOSHIFUJI Hideaki
· 19 years ago
c4fd30e
[IPV6]: ADDRCONF: Add accept_ra_pinfo sysctl.
by YOSHIFUJI Hideaki
· 19 years ago
65f5c7c
[IPV6]: ROUTE: Add accept_ra_defrtr sysctl.
by YOSHIFUJI Hideaki
· 19 years ago
3e3850e
[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder
by Patrick McHardy
· 19 years ago
951dbc8
[IPV6]: Move nextheader offset to the IP6CB
by Patrick McHardy
· 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
6d6ee43
[TWSK]: Introduce struct timewait_sock_ops
by Arnaldo Carvalho de Melo
· 19 years ago
0fa1a53
[IPV6]: Introduce inet6_timewait_sock
by Arnaldo Carvalho de Melo
· 19 years ago
b9750ce
[IPV6]: Generalise some functions
by Arnaldo Carvalho de Melo
· 19 years ago
ca304b6
[IPV6]: Introduce inet6_rsk()
by Arnaldo Carvalho de Melo
· 19 years ago
81c3d54
[INET]: speedup inet (tcp/dccp) lookups
by Eric Dumazet
· 19 years ago
e6df439
[IPV6]: Bring Type 0 routing header in-line with rfc3542.
by Brian Haley
· 19 years ago
41a1f8e
[IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.
by YOSHIFUJI Hideaki
· 19 years ago
333fad5
[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).
by YOSHIFUJI Hideaki
· 19 years ago
505cbfc
[IPV6]: Generalise the tcp_v6_lookup routines
by Arnaldo Carvalho de Melo
· 19 years ago
3f421ba
[NET]: Just move the inet_connection_sock function from tcp sources
by Arnaldo Carvalho de Melo
· 19 years ago
463c84b
[NET]: Introduce inet_connection_sock
by Arnaldo Carvalho de Melo
· 19 years ago
8feaf0c0
[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
by Arnaldo Carvalho de Melo
· 19 years ago
60236fd
[NET] Rename open_request to request_sock
by Arnaldo Carvalho de Melo
· 19 years ago
2e6599c
[NET] Generalise TCP's struct open_request minisock infrastructure
by Arnaldo Carvalho de Melo
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago