summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_options.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [NETNS]: Add namespace parameter to ip_options_compile.Denis V. Lunev2008-03-241-3/+4
* [IPV4]: Always pass ip_options pointer into ip_options_compile.Denis V. Lunev2008-03-231-10/+7Star
* [IPV4]: Remove unused ip_options->is_data.Denis V. Lunev2008-03-231-5/+0Star
* [IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile.Denis V. Lunev2008-03-231-2/+1Star
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-061-8/+8
* [IPV4]: skb->dst can't be NULL in ip_options_echo.Denis V. Lunev2008-03-031-4/+1Star
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-291-2/+2
* [IPV4] ip_options.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-07-311-5/+2Star
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-6/+8
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-261-6/+6
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-7/+7
* [NetLabel]: protect the CIPSOv4 socket option from setsockopt()Paul Moore2006-10-311-1/+1
* [IPV4]: trivial ip_options.c annotationsAl Viro2006-09-291-8/+8
* [IPV4]: struct ip_options annotationsAl Viro2006-09-291-1/+1
* [IPV4]: ip_options_build() annotationsAl Viro2006-09-291-1/+1
* [IPV4]: inet_addr_type() annotationsAl Viro2006-09-291-2/+2
* [IPV4]: ip_route_input() annotationsAl Viro2006-09-291-1/+1
* [INET]: Remove is_setbyuser patchLouis Nyffenegger2006-09-221-1/+0Star
* [NetLabel]: core network changesPaul Moore2006-09-221-0/+19
* [IPV4]: Get rid of redundant IPCB->opts initialisationHerbert Xu2006-07-211-1/+0Star
* [IPV4]: ip_options_fragment() has no effect on fragmentationWei Yongjun2006-05-101-1/+1
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-121-0/+1
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
* [NET]: kfree cleanupJesper Juhl2005-11-081-2/+1Star
* [IP]: Introduce ip_options_get_from_userArnaldo Carvalho de Melo2005-08-301-15/+34
* [IPV4]: possible cleanupsAdrian Bunk2005-08-301-3/+0Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+625