Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
ca1d4a9e772bde0a0b8cda61ee9fdca29f80f361
/
net
/
ipv4
/
ip_sockglue.c
43a951e
ipv4: add __rcu annotations to ip_ra_chain
by Eric Dumazet
· 14 years ago
a89b476
ipv4: enable getsockopt() for IP_NODEFRAG
by Michael Kerrisk
· 14 years ago
7b2ff18
net - IP_NODEFRAG option for IPv4 socket
by Jiri Olsa
· 14 years ago
592fcb9
ip: ip_ra_control() rcu fix
by Eric Dumazet
· 14 years ago
6601850
ip: Router Alert RCU conversion
by Eric Dumazet
· 14 years ago
f84af32
net: ip_queue_rcv_skb() helper
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
d4fc6db
ipv4: remove redundant verification code
by Hagen Paul Pfeifer
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d218d11
tcp: Generalized TTL Security Mechanism
by Stephen Hemminger
· 15 years ago
65a1c4f
net: Cleanup redundant tests on unsigned
by roel kluin
· 15 years ago
cfadf85
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0eae750
IP: Cleanups
by John Dykstra
· 15 years ago
55b8050
net: Fix IP_MULTICAST_IF
by Eric Dumazet
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
0915921
ipv4: check optlen for IP_MULTICAST_IF option
by Shan Wei
· 15 years ago
511c3f9
net: skb->rtable accessor
by Eric Dumazet
· 15 years ago
f771bef
ipv4: New multicast-all socket option
by Nivedita Singhvi
· 15 years ago
4d52cfb
net: ipv4/ip_sockglue.c cleanups
by Eric Dumazet
· 15 years ago
21d1a16
net: ip_sockglue.c add static, annotate ports' endianness
by Harvey Harrison
· 16 years ago
e8b2dfe
TPROXY: implemented IP_RECVORIGDSTADDR socket option
by Balazs Scheidler
· 16 years ago
09cb105
net: clean up net/ipv4/ip_sockglue.c tcp_output.c
by Jianjun Kong
· 16 years ago
f5715ae
ipv4: Implement IP_TRANSPARENT socket option
by KOVACS Krisztian
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
42908c6
net: Add compat support for getsockopt (MCAST_MSFILTER)
by David L Stevens
· 17 years ago
dae5029
ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.
by David L Stevens
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
951e07c
[IPV4]: Fix byte value boundary check in do_ip_getsockopt().
by David S. Miller
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
cb84663
[NETNS]: Process IP layer in the context of the correct namespace.
by Denis V. Lunev
· 17 years ago
7a6adb9
[NETNS]: Add namespace parameter to ip_cmsg_send.
by Denis V. Lunev
· 17 years ago
f2c4802
[NETNS]: Add namespace parameter to ip_options_get(...).
by Denis V. Lunev
· 17 years ago
577f99c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
e6f1ceb
[NET] endianness noise: INADDR_ANY
by Al Viro
· 17 years ago
ee6b967
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
by Eric Dumazet
· 17 years ago
e4f8b5d
[IPV4]: Remove IP_TOS setting privilege checks.
by David S. Miller
· 17 years ago
1ab3527
[NETNS]: Add namespace parameter to ip_dev_find.
by Denis V. Lunev
· 17 years ago
6a9fb94
[IPV4]: Clean the ip_sockglue.c from some ugly ifdefs
by Pavel Emelyanov
· 17 years ago
cfcabdc
[NET]: sparse warning fixes
by Stephen Hemminger
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
a96fb49
[NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionless
by Flavio Leitner
· 17 years ago
628a5c5
[INET]: Add IP(V6)_PMTUDISC_RPOBE
by John Heffner
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
bd82393
[SK_BUFF]: More skb_reset_transport_header conversions
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
2ca9e6f
[SK_BUFF]: Some more skb_put cases converted to skb_reset_network_header
by Arnaldo Carvalho de Melo
· 18 years ago
132adf5
[IPV4]: cleanup
by Stephen Hemminger
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
714e85b
[IPV6]: Assorted trivial endianness annotations.
by Al Viro
· 18 years ago
35986b3
[IPV4]: ip_icmp_error() annotations
by Al Viro
· 18 years ago
0579016
[IPV4]: ip_local_error() annotations
by Al Viro
· 18 years ago
4b06a7c
[IPV4]: ip_local_error() ipv4 address argument annotated
by Al Viro
· 18 years ago
dc49c1f
[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patch
by Catherine Zhang
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 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
2c7946a
[SECURITY]: TCP/UDP getpeersec
by Catherine Zhang
· 19 years ago
8b3a700
[NET]: Remove more unneeded typecasts on *malloc()
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
d83d846
[IP_SOCKGLUE]: Remove most of the tcp specific calls
by Arnaldo Carvalho de Melo
· 19 years ago
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
4c6ea29
[IP]: Introduce ip_options_get_from_user
by Arnaldo Carvalho de Melo
· 19 years ago
2038073
[NET]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 19 years ago
d8c97a9
[NET]: Export symbols needed by the current DCCP code
by Arnaldo Carvalho de Melo
· 19 years ago
6fc0b4a
[IPSEC]: Restrict socket policy loading to CAP_NET_ADMIN.
by Herbert Xu
· 19 years ago
8cdaaa1
[IPV4]: multicast API "join" issues
by David L Stevens
· 19 years ago
e0f9f85
[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh
by Herbert Xu
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago