Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
49979d091d1847823c064301da1ec173619ddd92
/
net
/
ipv6
/
exthdrs.c
4c9483b
ipv6: Convert to use flowi6 where applicable.
by David S. Miller
· 14 years ago
f6bc7d9
ipv6: avoid two atomics in ipv6_rthdr_rcv()
by Eric Dumazet
· 14 years ago
20c59de
ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option
by Arnaud Ebalard
· 14 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
3ffe533
ipv6: drop unused "dev" arg of icmpv6_send()
by Alexey Dobriyan
· 15 years ago
2570a4f
ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
by David S. Miller
· 15 years ago
41135cc
net: constify struct inet6_protocol
by Alexey Dobriyan
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
5b095d989
net: replace %p6 with %pI6
by Harvey Harrison
· 16 years ago
0c6ce78
net: replace uses of NIP6_FMT with %p6
by Harvey Harrison
· 16 years ago
483a47d
ipv6: added net argument to IP6_INC_STATS_BH
by Denis V. Lunev
· 16 years ago
53b7997
ipv6 netns: Make several "global" sysctl variables namespace aware.
by YOSHIFUJI Hideaki
· 16 years ago
2aec609
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
0ce2855
ipv6: missed namespace context in ipv6_rthdr_rcv
by Denis V. Lunev
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
389f661
[NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace aware
by Daniel Lezcano
· 17 years ago
248b238
[IPV6]: make extended headers to return an error at initialization
by Daniel Lezcano
· 17 years ago
352e512
[NET]: Eliminate duplicate copies of dst_discard
by Herbert Xu
· 17 years ago
e5bbef2
[IPV6]: Replace sk_buff ** with sk_buff * in input handlers
by Herbert Xu
· 17 years ago
65c8846
[IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on input
by Herbert Xu
· 17 years ago
bb4dbf9
[IPV6]: Do not send RH0 anymore.
by YOSHIFUJI Hideaki
· 17 years ago
c382bb9
[IPV6]: Restore semantics of Routing Header processing.
by YOSHIFUJI Hideaki
· 17 years ago
59fbb3a6
[IPV6] MIP6: Loadable module support for MIPv6.
by Masahide NAKAMURA
· 17 years ago
e76b2b2
[IPV6]: Do no rely on skb->dst before it is assigned.
by YOSHIFUJI Hideaki
· 17 years ago
ebbd90a
[IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.
by YOSHIFUJI Hideaki
· 18 years ago
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
cfe1fc7
[SK_BUFF]: Introduce skb_network_header_len
by Arnaldo Carvalho de Melo
· 18 years ago
bff9b61
[SK_BUFF]: Use the helpers to get the layer header pointer
by Arnaldo Carvalho de Melo
· 18 years ago
9c70220
[SK_BUFF]: Introduce skb_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
ea2ae17
[SK_BUFF]: Introduce skb_transport_offset()
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
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
57effc7
[IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.raw
by Arnaldo Carvalho de Melo
· 18 years ago
7159039
[IPV6]: Decentralize EXPORT_SYMBOLs.
by YOSHIFUJI Hideaki
· 18 years ago
b7aa0bf
[NET]: convert network timestamps to ktime_t
by Eric Dumazet
· 18 years ago
a23cf14
IPv6: fix Routing Header Type 0 handling thinko
by YOSHIFUJI Hideaki
· 18 years ago
0bcbc92
[IPV6]: Disallow RH0 by default.
by YOSHIFUJI Hideaki
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
1ab1457
[NET] IPV6: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
e69a4adc
[IPV6]: Misc endianness annotations.
by Al Viro
· 18 years ago
a11d206
[IPV6]: Per-interface statistics support.
by YOSHIFUJI Hideaki
· 18 years ago
dc435e6
[IPV6] MIP6: Fix to update IP6CB when cloned skbuff is received at HAO.
by Masahide NAKAMURA
· 18 years ago
e731c24
[IPV6] MIP6: Several obvious clean-ups.
by YOSHIFUJI Hideaki
· 18 years ago
a831f5b
[IPV6] MIP6: Add inbound interface of home address option.
by Masahide NAKAMURA
· 18 years ago
a80ff03
[IPV6]: Allow to replace skbuff by TLV parser.
by Masahide NAKAMURA
· 18 years ago
c61a404
[IPV6]: Find option offset by type.
by Masahide NAKAMURA
· 18 years ago
65d4ed9
[IPV6] MIP6: Add inbound interface of routing header type 2.
by Masahide NAKAMURA
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
99c7bc0
[IPV6]: Fix kernel OOPs when setting sticky socket options.
by YOSHIFUJI Hideaki
· 18 years ago
adcfc7d
[IPV6]: Added GSO support for TCPv6
by Herbert Xu
· 18 years ago
b809739
[IPV6]: Clean up hop-by-hop options handler.
by YOSHIFUJI Hideaki
· 19 years ago
ec67009
[IPV6]: Ensure to have hop-by-hop options in our header of &sk_buff.
by YOSHIFUJI Hideaki
· 19 years ago
951dbc8
[IPV6]: Move nextheader offset to the IP6CB
by Patrick McHardy
· 19 years ago
3cf3dc6
[IPV6]: Export some symbols for DCCPv6
by Arnaldo Carvalho de Melo
· 19 years ago
df9890c
[IPV6]: Fix sending extension headers before and including routing header.
by YOSHIFUJI Hideaki
· 19 years ago
8b8aa4b
[IPV6]: Fix memory management error during setting up new advapi sockopts.
by YOSHIFUJI Hideaki
· 19 years ago
e6df439
[IPV6]: Bring Type 0 routing header in-line with rfc3542.
by Brian Haley
· 19 years ago
2e66fc4
Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542
by David S. Miller
· 19 years ago
42ca89c
[IPV6]: Need to use pskb_trim_rcsum().
by Stephen Hemminger
· 19 years ago
333fad5
[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).
by YOSHIFUJI Hideaki
· 19 years ago
64ce207
[NET]: Make NETDEBUG pure printk wrappers
by Patrick McHardy
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago