index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_sockglue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-11
net: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-04-29
net: Add compat support for getsockopt (MCAST_MSFILTER)
David L Stevens
1
-1
/
+8
2008-04-27
ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.
David L Stevens
1
-0
/
+5
2008-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2008-04-10
[IPV4]: Fix byte value boundary check in do_ip_getsockopt().
David S. Miller
1
-1
/
+1
2008-03-26
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-3
/
+3
2008-03-24
[NETNS]: Process IP layer in the context of the correct namespace.
Denis V. Lunev
1
-3
/
+4
2008-03-24
[NETNS]: Add namespace parameter to ip_cmsg_send.
Denis V. Lunev
1
-2
/
+2
2008-03-24
[NETNS]: Add namespace parameter to ip_options_get(...).
Denis V. Lunev
1
-2
/
+2
2008-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
1
-1
/
+1
2008-03-17
[NET] endianness noise: INADDR_ANY
Al Viro
1
-1
/
+1
2008-03-05
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
Eric Dumazet
1
-1
/
+1
2008-02-12
[IPV4]: Remove IP_TOS setting privilege checks.
David S. Miller
1
-5
/
+0
2008-01-28
[NETNS]: Add namespace parameter to ip_dev_find.
Denis V. Lunev
1
-1
/
+1
2007-11-07
[IPV4]: Clean the ip_sockglue.c from some ugly ifdefs
Pavel Emelyanov
1
-27
/
+12
2007-10-10
[NET]: sparse warning fixes
Stephen Hemminger
1
-3
/
+3
2007-10-10
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
1
-1
/
+1
2007-08-26
[NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionless
Flavio Leitner
1
-0
/
+4
2007-04-25
[INET]: Add IP(V6)_PMTUDISC_RPOBE
John Heffner
1
-1
/
+1
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: More skb_reset_transport_header conversions
Arnaldo Carvalho de Melo
1
-5
/
+7
2007-04-25
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-6
/
+7
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
1
-3
/
+5
2007-04-25
[SK_BUFF]: Some more skb_put cases converted to skb_reset_network_header
Arnaldo Carvalho de Melo
1
-2
/
+3
2007-04-25
[IPV4]: cleanup
Stephen Hemminger
1
-564
/
+563
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-10
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-41
/
+41
2006-12-02
[IPV6]: Assorted trivial endianness annotations.
Al Viro
1
-1
/
+1
2006-09-28
[IPV4]: ip_icmp_error() annotations
Al Viro
1
-1
/
+1
2006-09-28
[IPV4]: ip_local_error() annotations
Al Viro
1
-1
/
+1
2006-09-28
[IPV4]: ip_local_error() ipv4 address argument annotated
Al Viro
1
-1
/
+1
2006-08-02
[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patch
Catherine Zhang
1
-2
/
+7
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-20
[NET]: Identation & other cleanups related to compat_[gs]etsockopt cset
Arnaldo Carvalho de Melo
1
-19
/
+16
2006-03-20
[NET]: {get|set}sockopt compatibility layer
Dmitry Mishin
1
-19
/
+123
2006-03-20
[SECURITY]: TCP/UDP getpeersec
Catherine Zhang
1
-1
/
+30
2006-01-11
[NET]: Remove more unneeded typecasts on *malloc()
Kris Katterjohn
1
-3
/
+3
2006-01-03
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2006-01-03
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
1
-7
/
+6
2005-11-08
[NET]: kfree cleanup
Jesper Juhl
1
-8
/
+4
2005-08-29
[IP]: Introduce ip_options_get_from_user
Arnaldo Carvalho de Melo
1
-2
/
+2
2005-08-29
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
1
-2
/
+0
2005-08-29
[NET]: Export symbols needed by the current DCCP code
Arnaldo Carvalho de Melo
1
-2
/
+0
2005-08-06
[IPSEC]: Restrict socket policy loading to CAP_NET_ADMIN.
Herbert Xu
1
-0
/
+3
2005-07-08
[IPV4]: multicast API "join" issues
David L Stevens
1
-3
/
+3
2005-06-18
[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh
Herbert Xu
1
-3
/
+3
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+1093