aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ip_options.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-29ipv4: drop fragmentation code from ip_options_build()Gravatar Jakub Kicinski 1-22/+9
2020-08-25net: clean up codestyle for net/ipv4Gravatar Miaohe Lin 1-16/+19
2020-07-24net/ipv4: merge ip_options_get and ip_options_get_from_userGravatar Christoph Hellwig 1-32/+11
2019-06-21netfilter: nf_tables: add support for matching IPv4 optionsGravatar Stephen Suryaputra 1-0/+1
2019-04-01vrf: check accept_source_route on the original netdeviceGravatar Stephen Suryaputra 1-2/+2
2019-02-25net: avoid use IPCB in cipso_v4_errorGravatar Nazarov Sergey 1-5/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Gravatar Paolo Abeni 1-3/+3
2017-08-06IP: do not modify ingress packet IP option in ip_options_echo()Gravatar Paolo Abeni 1-3/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-03-01net: ipv4: Convert IP network timestamps to be y2038 safeGravatar Deepa Dinamani 1-8/+6
2015-04-03ipv4: coding style: comparison for inequality with NULLGravatar Ian Morris 1-1/+1
2014-09-28ipv4: rename ip_options_echo to __ip_options_echo()Gravatar Eric Dumazet 1-4/+2
2014-07-21ipv4: fix buffer overflow in ip_options_compile()Gravatar Eric Dumazet 1-0/+4
2014-04-28ipv4: Use predefined value for readabilityGravatar Hisao Tanabe 1-3/+3
2014-01-02ipv4: switch and case should be at the same indentGravatar Weilong Chen 1-15/+15
2013-12-26ipv4: do clean up with spacesGravatar Weilong Chen 1-6/+6
2013-03-12net/ipv4: Ensure that location of timestamp option is storedGravatar David Ward 1-4/+1
2013-03-06net/ipv4: Timestamp option cannot overflow with prespecified addressesGravatar David Ward 1-1/+1
2012-11-18net: Allow userns root to control ipv4Gravatar Eric W. Biederman 1-3/+3
2012-07-19ipv4: optimize fib_compute_spec_dst call in ip_options_echoGravatar Julian Anastasov 1-3/+2
2012-07-05ipv4: defer fib_compute_spec_dst() callGravatar Eric Dumazet 1-3/+12
2012-07-04ipv4: Fix crashes in ip_options_compile().Gravatar David S. Miller 1-3/+6
2012-06-28ipv4: Create and use fib_compute_spec_dst() helper.Gravatar David S. Miller 1-11/+11
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedGravatar Joe Perches 1-2/+4
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-04-15ipv4: fix checkpatch errorsGravatar Daniel Baluta 1-12/+12
2012-03-12net: ipv4: Standardize prefixes for message loggingGravatar Joe Perches 1-0/+2
2012-03-11net: Convert printks to pr_<level>Gravatar Joe Perches 1-1/+1
2012-02-10ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Gravatar Li Wei 1-1/+1
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Gravatar Li Wei 1-2/+3
2011-11-09ipv4: fix for ip_options_rcv_srr() daddr update.Gravatar Li Wei 1-0/+1
2011-05-31ip_options_compile: properly handle unaligned pointerGravatar Chris Metcalf 1-7/+8
2011-05-13ipv4: Remove rt->rt_dst reference from ip_forward_options().Gravatar David S. Miller 1-1/+1
2011-05-13ipv4: Remove route key identity dependencies in ip_rt_get_source().Gravatar David S. Miller 1-6/+6
2011-05-13ipv4: Kill spurious write to iph->daddr in ip_forward_options().Gravatar David S. Miller 1-1/+0
2011-05-12ipv4: Simplify iph->daddr overwrite in ip_options_rcv_srr().Gravatar David S. Miller 1-1/+1
2011-05-12ipv4: Kill spurious opt->srr check in ip_options_rcv_srr().Gravatar David S. Miller 1-1/+1
2011-04-28inet: add RCU protection to inet->optGravatar Eric Dumazet 1-20/+18
2011-04-14ip: ip_options_compile() resilient to NULL skb routeGravatar Eric Dumazet 1-3/+3
2011-03-27ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()Gravatar Jan Luebbe 1-3/+3
2010-09-19bridge : Sanitize skb before it enters the IP stackGravatar Bandan Das 1-1/+2
2010-05-17net: Remove unnecessary returns from void function()sGravatar Joe Perches 1-1/+0
2010-05-17net: add a noref bit on skb dstGravatar Eric Dumazet 1-4/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 1-3/+3
2009-06-03net: skb->rtable accessorGravatar Eric Dumazet 1-8/+8
2008-10-10cipso: Add support for native local labeling and fixup mapping namesGravatar Paul Moore 1-1/+1
2008-06-11net: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2008-04-21[IPV4]: Convert do_gettimeofday() to getnstimeofday().Gravatar YOSHIFUJI Hideaki 1-6/+6