Sign in
android-kvm
/
linux
/
eb07e1b4ac544abaf4ec8ad25cdbe39485de6842
/
net
/
ipv6
/
datagram.c
20c59de
ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option
by Arnaud Ebalard
· 15 years ago
278554b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
d40a4de
IPv6: fix IPV6_RECVERR handling of locally-generated errors
by Brian Haley
· 15 years ago
4b340ae
IPv6: Complete IPV6_DONTFRAG support
by Brian Haley
· 15 years ago
13b52cd
IPv6: Add dontfrag argument to relevant functions
by Brian Haley
· 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
536b2e9
ipv6: no more dev_put() in datagram_send_ctl()
by Eric Dumazet
· 15 years ago
c720c7e8
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
b301e82
IPv6: use ipv6_addr_set_v4mapped()
by Brian Haley
· 15 years ago
51953d5
Use sk_mark for IPv6 routing lookups
by Brian Haley
· 15 years ago
52479b6
netns xfrm: lookup in netns
by Alexey Dobriyan
· 16 years ago
6e093d9
ipv6: routing header fixes
by Brian Haley
· 16 years ago
4a36702
IPv6: datagram_send_ctl() should exit immediately when an error occured
by Miao Xie
· 17 years ago
4ae127d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 17 years ago
e8766fc
ipv6: Check the hop limit setting in ancillary data.
by Shan Wei
· 17 years ago
91e1908
[IPV6] NETNS: Handle ancillary data in appropriate namespace.
by YOSHIFUJI Hideaki
· 17 years ago
187e383
[IPV6]: Check outgoing interface even if source address is unspecified.
by YOSHIFUJI Hideaki
· 17 years ago
bfeade0
[NETNS][IPV6]: inet6_addr - check ipv6 address per namespace
by Daniel Lezcano
· 17 years ago
bb72845
[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT
by Herbert Xu
· 17 years ago
1ac4f00
[IPV6]: IPV6_MULTICAST_IF setting is ignored on link-local connect()
by Brian Haley
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
bb4dbf9
[IPV6]: Do not send RH0 anymore.
by YOSHIFUJI Hideaki
· 18 years ago
59fbb3a6
[IPV6] MIP6: Loadable module support for MIPv6.
by Masahide NAKAMURA
· 18 years ago
14e50e5
[XFRM]: Allow packet drops during larval state resolution.
by David S. Miller
· 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
bd82393
[SK_BUFF]: More skb_reset_transport_header conversions
by Arnaldo Carvalho de Melo
· 18 years ago
cc70ab2
[ICMP6]: Introduce icmp6_hdr()
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
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
1ced98e
[SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull
by Arnaldo Carvalho de Melo
· 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
8eb9086
[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.
by David S. Miller
· 18 years ago
e69a4ad
[IPV6]: Misc endianness annotations.
by Al Viro
· 18 years ago
90bcaf7
[IPV6]: flowlabels are net-endian
by Al Viro
· 18 years ago
280a9d3
[IPV6] MIP6: Add socket option and ancillary data interface of routing header type 2.
by Masahide NAKAMURA
· 19 years ago
8e1ef0a
[IPV6]: Cache source address as well in ipv6_pinfo{}.
by YOSHIFUJI Hideaki
· 19 years ago
beb8d13
[MLSXFRM]: Add flow labeling
by Venkat Yekkirala
· 19 years ago
d0ee011
[IPV6]: Accept -1 for IPV6_TCLASS
by Remi Denis-Courmont
· 18 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
a305989
[IPV6]: Fix calculation of AH length during filling ancillary data.
by Ville Nuorvala
· 19 years ago
e104411b
[XFRM]: Always release dst_entry on error in xfrm_lookup
by Patrick McHardy
· 20 years ago
41a1f8e
[IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.
by YOSHIFUJI Hideaki
· 20 years ago
333fad5
[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).
by YOSHIFUJI Hideaki
· 20 years ago
64ce207
[NET]: Make NETDEBUG pure printk wrappers
by Patrick McHardy
· 20 years ago
c752f07
[TCP]: Move the tcp sock states to net/tcp_states.h
by Arnaldo Carvalho de Melo
· 20 years ago
e0f9f85
[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh
by Herbert Xu
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2