Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c04209a7948b95e8c52084e8595e74e9428653d3
/
net
/
ipv4
/
af_inet.c
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
96793b4
[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
by David L Stevens
· 17 years ago
c40f6ff
[IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h instead
by Denis Cheng
· 17 years ago
1b8d7ae
[NET]: Make socket creation namespace safe.
by Eric W. Biederman
· 17 years ago
3516ffb
[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().
by David S. Miller
· 17 years ago
d212f87
[NET]: IPV6 checksum offloading in network devices
by Stephen Hemminger
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
5e0f043
[IPV4]: Consolidate common SNMP code
by Herbert Xu
· 18 years ago
3349017
[IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.
by YOSHIFUJI Hideaki
· 18 years ago
be77628
[NET]: inet_ehash_secret should be __read_mostly and set only once
by Eric Dumazet
· 18 years ago
b3da2cf
[INET]: Use jhash + random secret for ehash.
by David S. Miller
· 18 years ago
badff6d
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
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
132adf5
[IPV4]: cleanup
by Stephen Hemminger
· 18 years ago
ae40eb1
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
by Eric Dumazet
· 18 years ago
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
8eb9086
[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.
by David S. Miller
· 18 years ago
469de9b
[INET]: style updates for the inet_sock->is_icsk assignment fix
by Paul Moore
· 18 years ago
cbbd7d4
[INET]: Fix incorrect "inet_sock->is_icsk" assignment.
by Paul Moore
· 18 years ago
714e85b
[IPV6]: Assorted trivial endianness annotations.
by Al Viro
· 18 years ago
ba4e58e
[NET]: Supporting UDP-Lite (RFC 3828) in Linux
by Gerrit Renker
· 18 years ago
72a3eff
[NET]: Size listen hash tables using backlog hint
by Eric Dumazet
· 18 years ago
3ca3c68
[IPV4]: struct ip_options annotations
by Al Viro
· 18 years ago
321efff
[IPV4]: Fix order in inet_init failure path.
by Olaf Kirch
· 18 years ago
bada8ad
[IPV4]: ip_route_connect() ipv4 address arguments annotated
by Al Viro
· 18 years ago
ef047f5
[NET]: Use BUILD_BUG_ON() for checking size of skb->cb.
by YOSHIFUJI Hideaki
· 18 years ago
ab32ea5
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
by Brian Haley
· 18 years ago
bf0d524
[NET]: Remove unnecessary config.h includes from net/
by Dave Jones
· 18 years ago
beb8d13
[MLSXFRM]: Add flow labeling
by Venkat Yekkirala
· 18 years ago
a430a43
[NET] gso: Fix up GSO packets with broken checksums
by Herbert Xu
· 18 years ago
bbcf467
[NET]: Verify gso_type too in gso_segment
by Herbert Xu
· 18 years ago
576a30e
[NET]: Added GSO header verification
by Herbert Xu
· 18 years ago
f4c50d9
[NET]: Add software TSOv4
by Herbert Xu
· 18 years ago
a536e07
[IPV4]: inet_init() -> fs_initcall
by Heiko Carstens
· 19 years ago
543d9cf
[NET]: Identation & other cleanups related to compat_[gs]etsockopt cset
by Arnaldo Carvalho de Melo
· 19 years ago
3fdadf7
[NET]: {get|set}sockopt compatibility layer
by Dmitry Mishin
· 19 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
b5e5fa5
[NET]: Add a dev_ioctl() fallback to sock_ioctl()
by Christoph Hellwig
· 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
90ddc4f
[NET]: move struct proto_ops to const
by Eric Dumazet
· 19 years ago
d83d846
[IP_SOCKGLUE]: Remove most of the tcp specific calls
by Arnaldo Carvalho de Melo
· 19 years ago
86c8f9d
[IPV4] Fix EPROTONOSUPPORT error in inet_create
by Herbert Xu
· 19 years ago
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
cb7b593
[IPV4] fib_trie: fix proc interface
by Stephen Hemminger
· 19 years ago
ba89966
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
by Eric Dumazet
· 19 years ago
2038073
[NET]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 19 years ago
bb97d31
[INET]: Make inet_create try to load protocol modules
by Arnaldo Carvalho de Melo
· 19 years ago
295f732
[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer
by Arnaldo Carvalho de Melo
· 19 years ago
0a5578c
[ICSK]: Generalise tcp_listen_{start,stop}
by Arnaldo Carvalho de Melo
· 19 years ago
32519f1
[INET]: Introduce inet_sk_rebuild_header
by Arnaldo Carvalho de Melo
· 19 years ago
e684897
[NET]: Cleanup INET_REFCNT_DEBUG code
by Arnaldo Carvalho de Melo
· 19 years ago
c877efb
[IPV4]: Fix up lots of little whitespace indentation stuff in fib_trie.
by Stephen Hemminger
· 19 years ago
30e224d
[IPV4]: Fix crash in ip_rcv while booting related to netconsole
by Herbert Xu
· 19 years ago
19baf83
[IPV4]: Add LC-Trie FIB lookup algorithm.
by Robert Olsson
· 19 years ago
cdac4e0
[SCTP] Add support for ip_nonlocal_bind sysctl & IP_FREEBIND socket option
by Neil Horman
· 19 years ago
02c30a8
[PATCH] update Ross Biro bouncing email address
by Jesper Juhl
· 20 years ago
b453257
[PATCH] kill gratitious includes of major.h under net/*
by Al Viro
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago