Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1e3cf6834e7db1eac94314338c9e30c2103ac409
/
net
/
ipv4
/
icmp.c
1e3cf68
[ICMP]: Optimize icmp_socket usage.
by Denis V. Lunev
· 17 years ago
a5710d6
[ICMP]: Add return code to icmp_init.
by Denis V. Lunev
· 17 years ago
9b0f976
[INET]: Remove struct net_proto_family* from _init calls.
by Denis V. Lunev
· 17 years ago
8cf2294
[ICMP]: Restore pskb_pull calls in receive function
by Herbert Xu
· 17 years ago
dde1bc0
[NETNS]: Add namespace for ICMP replying code.
by Denis V. Lunev
· 17 years ago
b592191
[NETNS]: Routing cache virtualization.
by Denis V. Lunev
· 17 years ago
f206351
[NETNS]: Add namespace parameter to ip_route_output_key.
by Denis V. Lunev
· 17 years ago
611c183
[NETNS]: Add namespace parameter to __ip_route_output_key.
by Denis V. Lunev
· 17 years ago
69a7382
[DST]: shrinks sizeof(struct rtable) by 64 bytes on x86_64
by Eric Dumazet
· 17 years ago
6b175b2
[NETNS]: Add netns parameter to inet_(dev_)add_type.
by Eric W. Biederman
· 17 years ago
74feb6e
[ICMP]: Avoid sparse warnings in net/ipv4/icmp.c
by Eric Dumazet
· 17 years ago
aebcf82
[IPSEC]: Do not let packets pass when ICMP flag is off
by Herbert Xu
· 17 years ago
7233b9f
[IPSEC]: Fix reversed ICMP6 policy check
by Herbert Xu
· 17 years ago
8b7817f
[IPSEC]: Add ICMP host relookup support
by Herbert Xu
· 17 years ago
7bc54c9
[IPv4] RAW: Compact the API for the kernel
by Pavel Emelyanov
· 17 years ago
5b4d383
[ICMP]: ICMP_MIB_OUTMSGS increment duplicated
by Wang Chen
· 17 years ago
39296ed
[INET]: Unexport icmpmsg_statistics
by Adrian Bunk
· 17 years ago
96793b4
[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
by David L Stevens
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
6e1d910
[ICMP]: Fix icmp_errors_use_inbound_ifaddr sysctl
by Patrick McHardy
· 17 years ago
d8cf272
[IPV4]: icmp: fix crash with sysctl_icmp_errors_use_inbound_ifaddr
by Patrick McHardy
· 17 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
88c7664
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
by Arnaldo Carvalho de Melo
· 18 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
5f92a73
[NET]: Annotate callers of the reset of checksum.h stuff.
by Al Viro
· 18 years ago
d3bc23e
[NET]: Annotate callers of csum_fold() in net/*
by Al Viro
· 18 years ago
b03d73e
[IPV4] net/ipv4/icmp.c: trivial annotations
by Al Viro
· 18 years ago
3ca3c68
[IPV4]: struct ip_options annotations
by Al Viro
· 18 years ago
e488301
[IPV4]: icmp_send() annotation
by Al Viro
· 18 years ago
a144ea4
[IPV4]: annotate struct in_ifaddr
by Al Viro
· 18 years ago
a61ced5
[IPV4]: inet_select_addr() annotations
by Al Viro
· 18 years ago
ab32ea5
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
by Brian Haley
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
beb8d13
[MLSXFRM]: Add flow labeling
by Venkat Yekkirala
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
f86502b
[IPV4] icmp: Kill local 'ip' arg in icmp_redirect().
by David S. Miller
· 18 years ago
6f91204
[PATCH] for_each_possible_cpu: network codes
by KAMEZAWA Hiroyuki
· 19 years ago
cef2685
[IPV4]: Aggregate route entries with different TOS values
by Ilia Sotnikov
· 19 years ago
77decfc
[IPV4] ICMP: Invert default for invalid icmp msgs sysctl
by Dave Jones
· 19 years ago
fa60cf7
[ICMP]: Fix extra dst release when ip_options_echo fails
by Herbert Xu
· 19 years ago
f00c401
[IPV4]: Remove suprious use of goto out: in icmp_reply
by Horms
· 19 years ago
09a6266
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
by Kris Katterjohn
· 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
9b5b5cf
[NET]: Add const markers to various variables.
by Arjan van de Ven
· 19 years ago
fb286bb
[NET]: Detect hardware rx checksum faults correctly
by Herbert Xu
· 19 years ago
670c02c
[NET]: Wider use of for_each_*cpu()
by John Hawkes
· 19 years ago
7ce31246
[IPV4]: Update icmp sysctl docs and disable broadcast ECHO/TIMESTAMP by default
by David S. Miller
· 19 years ago
ba89966
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
by Eric Dumazet
· 19 years ago
64ce207
[NET]: Make NETDEBUG pure printk wrappers
by Patrick McHardy
· 19 years ago
cb94c62
[IPV4]: Fix DST leak in icmp_push_reply()
by Patrick McHardy
· 19 years ago
ca93345
[IPV4]: Debug cleanup
by Heikki Orsila
· 19 years ago
4c866aa
[IPV4]: Apply sysctl_icmp_echo_ignore_broadcasts to ICMP_TIMESTAMP as well.
by Alexey Kuznetsov
· 19 years ago
1c2fb7f
[IPV4]: Sysctl configurable icmp error source address.
by J. Simonetti
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago