summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_options.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: add support for matching IPv4 optionsStephen Suryaputra2019-06-211-0/+1
* vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-011-2/+2
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-02-251-5/+17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-071-3/+3
* IP: do not modify ingress packet IP option in ip_options_echo()Paolo Abeni2017-08-071-3/+0Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani2016-03-011-8/+6Star
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet2014-09-281-4/+2Star
* ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet2014-07-221-0/+4
* ipv4: Use predefined value for readabilityHisao Tanabe2014-04-281-3/+3
* ipv4: switch and case should be at the same indentWeilong Chen2014-01-021-15/+15
* ipv4: do clean up with spacesWeilong Chen2013-12-261-6/+6
* net/ipv4: Ensure that location of timestamp option is storedDavid Ward2013-03-121-4/+1Star
* net/ipv4: Timestamp option cannot overflow with prespecified addressesDavid Ward2013-03-061-1/+1
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-191-3/+3
* ipv4: optimize fib_compute_spec_dst call in ip_options_echoJulian Anastasov2012-07-191-3/+2Star
* ipv4: defer fib_compute_spec_dst() callEric Dumazet2012-07-051-3/+12
* ipv4: Fix crashes in ip_options_compile().David S. Miller2012-07-051-3/+6
* ipv4: Create and use fib_compute_spec_dst() helper.David S. Miller2012-06-281-11/+11
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+4
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-12/+12
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-131-0/+2
* net: Convert printks to pr_<level>Joe Perches2012-03-121-1/+1
* ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei2012-02-101-1/+1
* ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2011-11-241-2/+3
* ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei2011-11-091-0/+1
* ip_options_compile: properly handle unaligned pointerChris Metcalf2011-06-011-7/+8
* ipv4: Remove rt->rt_dst reference from ip_forward_options().David S. Miller2011-05-131-1/+1
* ipv4: Remove route key identity dependencies in ip_rt_get_source().David S. Miller2011-05-131-6/+6
* ipv4: Kill spurious write to iph->daddr in ip_forward_options().David S. Miller2011-05-131-1/+0Star
* ipv4: Simplify iph->daddr overwrite in ip_options_rcv_srr().David S. Miller2011-05-131-1/+1
* ipv4: Kill spurious opt->srr check in ip_options_rcv_srr().David S. Miller2011-05-131-1/+1
* inet: add RCU protection to inet->optEric Dumazet2011-04-281-20/+18Star
* ip: ip_options_compile() resilient to NULL skb routeEric Dumazet2011-04-151-3/+3
* ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()Jan Luebbe2011-03-281-3/+3
* bridge : Sanitize skb before it enters the IP stackBandan Das2010-09-191-1/+2
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-181-1/+0Star
* net: add a noref bit on skb dstEric Dumazet2010-05-181-4/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-3/+3
* net: skb->rtable accessorEric Dumazet2009-06-031-8/+8
* cipso: Add support for native local labeling and fixup mapping namesPaul Moore2008-10-101-1/+1
* net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* [IPV4]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2008-04-211-6/+6
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* [NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev2008-03-241-1/+1
* [NETNS]: Add namespace parameter to ip_options_get(...).Denis V. Lunev2008-03-241-6/+8