Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
953005770ec3b52132a4cdbdbce74bd0de2b8490
/
net
/
ipv4
/
ip_options.c
00db412
ipv4: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
24a2d43
ipv4: rename ip_options_echo to __ip_options_echo()
by Eric Dumazet
· 10 years ago
10ec947
ipv4: fix buffer overflow in ip_options_compile()
by Eric Dumazet
· 10 years ago
5a2b646
ipv4: Use predefined value for readability
by Hisao Tanabe
· 11 years ago
dd9b455
ipv4: switch and case should be at the same indent
by Weilong Chen
· 11 years ago
a22318e
ipv4: do clean up with spaces
by Weilong Chen
· 11 years ago
4660c7f
net/ipv4: Ensure that location of timestamp option is stored
by David Ward
· 12 years ago
fa2b04f
net/ipv4: Timestamp option cannot overflow with prespecified addresses
by David Ward
· 12 years ago
52e804c
net: Allow userns root to control ipv4
by Eric W. Biederman
· 12 years ago
6255e5e
ipv4: optimize fib_compute_spec_dst call in ip_options_echo
by Julian Anastasov
· 12 years ago
bf5e53e
ipv4: defer fib_compute_spec_dst() call
by Eric Dumazet
· 12 years ago
1160472
ipv4: Fix crashes in ip_options_compile().
by David S. Miller
· 12 years ago
35ebf65
ipv4: Create and use fib_compute_spec_dst() helper.
by David S. Miller
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
5e73ea1
ipv4: fix checkpatch errors
by Daniel Baluta
· 13 years ago
afd46503
net: ipv4: Standardize prefixes for message logging
by Joe Perches
· 13 years ago
058bd4d
net: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
5dc7883
ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.
by Li Wei
· 13 years ago
ac8a481
ipv4: Save nexthop address of LSRR/SSRR option to IPCB.
by Li Wei
· 13 years ago
b12f62e
ipv4: fix for ip_options_rcv_srr() daddr update.
by Li Wei
· 13 years ago
48bdf07
ip_options_compile: properly handle unaligned pointer
by Chris Metcalf
· 13 years ago
7be799a
ipv4: Remove rt->rt_dst reference from ip_forward_options().
by David S. Miller
· 13 years ago
8e36360
ipv4: Remove route key identity dependencies in ip_rt_get_source().
by David S. Miller
· 13 years ago
0374d9c
ipv4: Kill spurious write to iph->daddr in ip_forward_options().
by David S. Miller
· 13 years ago
c30883b
ipv4: Simplify iph->daddr overwrite in ip_options_rcv_srr().
by David S. Miller
· 13 years ago
1094955
ipv4: Kill spurious opt->srr check in ip_options_rcv_srr().
by David S. Miller
· 13 years ago
f6d8bd0
inet: add RCU protection to inet->opt
by Eric Dumazet
· 14 years ago
c65353d
ip: ip_options_compile() resilient to NULL skb route
by Eric Dumazet
· 14 years ago
8628bd8
ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()
by Jan Luebbe
· 14 years ago
462fb2a
bridge : Sanitize skb before it enters the IP stack
by Bandan Das
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
7fee226
net: add a noref bit on skb dst
by Eric Dumazet
· 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
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
511c3f9
net: skb->rtable accessor
by Eric Dumazet
· 15 years ago
15c45f7
cipso: Add support for native local labeling and fixup mapping names
by Paul Moore
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
f25c3d6
[IPV4]: Convert do_gettimeofday() to getnstimeofday().
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
cb84663
[NETNS]: Process IP layer in the context of the correct namespace.
by Denis V. Lunev
· 17 years ago
f2c4802
[NETNS]: Add namespace parameter to ip_options_get(...).
by Denis V. Lunev
· 17 years ago
0e6bd4a
[NETNS]: Add namespace parameter to ip_options_compile.
by Denis V. Lunev
· 17 years ago
22aba38
[IPV4]: Always pass ip_options pointer into ip_options_compile.
by Denis V. Lunev
· 17 years ago
ef72249
[IPV4]: Remove unused ip_options->is_data.
by Denis V. Lunev
· 17 years ago
10fe7d8
[IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile.
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
da7ef33
[IPV4]: skb->dst can't be NULL in ip_options_echo.
by Denis V. Lunev
· 17 years ago
6b175b2
[NETNS]: Add netns parameter to inet_(dev_)add_type.
by Eric W. Biederman
· 17 years ago
3764070
[IPV4] ip_options.c: kmalloc + memset conversion to kzalloc
by Mariusz Kozlowski
· 17 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
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
f8687af
[NetLabel]: protect the CIPSOv4 socket option from setsockopt()
by Paul Moore
· 18 years ago
e25d2ca
[IPV4]: trivial ip_options.c annotations
by Al Viro
· 18 years ago
3ca3c68
[IPV4]: struct ip_options annotations
by Al Viro
· 18 years ago
8712f77
[IPV4]: ip_options_build() annotations
by Al Viro
· 18 years ago
fd68322
[IPV4]: inet_addr_type() annotations
by Al Viro
· 18 years ago
9e12bb2
[IPV4]: ip_route_input() annotations
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
5d9c5a3
[IPV4]: Get rid of redundant IPCB->opts initialisation
by Herbert Xu
· 18 years ago
63cbd2f
[IPV4]: ip_options_fragment() has no effect on fragmentation
by Wei Yongjun
· 18 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 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
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
4c6ea29
[IP]: Introduce ip_options_get_from_user
by Arnaldo Carvalho de Melo
· 19 years ago
0742fd5
[IPV4]: possible cleanups
by Adrian Bunk
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago