aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/icmp.c
Commit message (Expand)AuthorAgeFilesLines
* icmp: Account for ICMP out errorsEric Dumazet2010-04-031-2/+3
* icmp: move icmp_err_convert[] to .rodataAlexey Dobriyan2010-01-231-1/+1
* icmp: icmp_send() can avoid a dev_put()Eric Dumazet2009-11-011-4/+5
* icmp: No need to call sk_write_space()Eric Dumazet2009-10-051-0/+4
* net: constify struct net_protocolAlexey Dobriyan2009-09-141-1/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-5/+5
* net: skb->rtable accessorEric Dumazet2009-06-031-5/+5
* netns: Fix icmp shutdown.Eric W. Biederman2009-02-221-1/+1
* ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly2009-02-151-0/+2
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-2/+2
* net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet2008-11-241-4/+4
* net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-14/+10
* net: reduce structures when XFRM=nAlexey Dobriyan2008-10-281-1/+2
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-131-1/+1
* icmp: icmp_sk() should not use smp_processor_id() in preemptible codeDenis V. Lunev2008-08-231-8/+14
* mib: put icmpmsg statistics on struct netPavel Emelyanov2008-07-181-5/+0
* mib: put icmp statistics on struct netPavel Emelyanov2008-07-181-2/+0
* mib: add struct net to ICMPMSGIN_INC_STATS_BHPavel Emelyanov2008-07-141-1/+1
* mib: add struct net to ICMPMSGOUT_INC_STATSPavel Emelyanov2008-07-141-1/+1
* mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov2008-07-141-5/+5
* mib: add struct net to ICMP_INC_STATSPavel Emelyanov2008-07-141-1/+1
* inet: toss struct net initialization aroundPavel Emelyanov2008-07-141-3/+1
* icmp: add struct net argument to icmp_out_countPavel Emelyanov2008-07-141-1/+1
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()Timo Teras2008-04-291-1/+2
* [IPV4]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2008-04-211-4/+4
* [IPV4]: Make icmp_sk_init() static.Adrian Bunk2008-04-211-1/+1
* [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki2008-04-141-6/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-11/+13
|\
| * [ICMP]: Ensure that ICMP relookup maintains status quoHerbert Xu2008-04-031-11/+13
* | [ICMP]: Simplify ICMP control socket creation.Denis V. Lunev2008-04-031-18/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-3/+3
|\ \ | |/
| * [ICMP]: Dst entry leak in icmp_send host re-lookup code (v2).Pavel Emelyanov2008-03-261-3/+3
* | [NETNS][ICMP]: Build fix for NET_NS=n case (dev->nd_net is omitted).Pavel Emelyanov2008-03-261-2/+2
* | [NETNS][ICMP]: Use per-net sysctls in ipv4/icmp.c.Pavel Emelyanov2008-03-261-9/+16
* | [NETNS][ICMP]: Move ICMP sysctls on struct net.Pavel Emelyanov2008-03-261-29/+31
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-4/+4
* | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-051-5/+5
* | [ICMP]: Section conflict between icmp_sk_init/icmp_sk_exit.Denis V. Lunev2008-02-291-1/+3
* | [NETNS]: Make icmp_sk per namespace.Denis V. Lunev2008-02-291-17/+32
* | [NETNS]: icmp(v6)_sk should not pin a namespace.Denis V. Lunev2008-02-291-8/+4
* | [ICMP]: Allocate data for __icmp(v6)_sk dynamically.Denis V. Lunev2008-02-291-5/+10
* | [ICMP]: Pass proper ICMP socket into icmp(v6)_xmit_(un)lock.Denis V. Lunev2008-02-291-9/+10
* | [ICMP]: Store sock rather than socket for ICMP flow control.Denis V. Lunev2008-02-291-14/+13
* | [ICMP]: Optimize icmp_socket usage.Denis V. Lunev2008-02-291-12/+17
* | [ICMP]: Add return code to icmp_init.Denis V. Lunev2008-02-291-4/+22
* | [INET]: Remove struct net_proto_family* from _init calls.Denis V. Lunev2008-02-291-1/+1
|/
* [ICMP]: Restore pskb_pull calls in receive functionHerbert Xu2008-02-051-1/+2
* [NETNS]: Add namespace for ICMP replying code.Denis V. Lunev2008-01-281-8/+13
* [NETNS]: Routing cache virtualization.Denis V. Lunev2008-01-281-1/+1