index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
raw.c
Age
Commit message (
Expand
)
Author
Lines
2005-03-26
[NET] make all protos partially use sk_prot
Arnaldo Carvalho de Melo
-1
/
+1
2005-03-16
[NET] Convert sk_localroute into SOCK_LOCALROUTE flag and use RT_CONN_FLAGS w...
Thomas Graf
-1
/
+1
2005-01-13
Merge bk://kernel.bkbits.net/acme/connection_sock-2.6
David S. Miller
-5
/
+6
2005-01-13
[RAW] merge raw_sock with raw_opt
Arnaldo Carvalho de Melo
-5
/
+6
2005-01-13
[NET]: Lock initializer cleanup.
Thomas Gleixner
-1
/
+1
2004-12-27
Merge bk://kernel.bkbits.net/acme/connection_sock-2.6
David S. Miller
-2
/
+2
2004-12-27
[INET] move inet_sock into inet_opt and rename it to inet_sock
Arnaldo Carvalho de Melo
-7
/
+7
2004-12-27
[IPV4]: Staticize and remove unneeded exports.
Adrian Bunk
-2
/
+2
2004-11-17
[IPV4]: Missing pskb_may_pull in icmp_filter.
Ian Pratt
-0
/
+3
2004-11-15
[NET] Assign inet transport sockets to the right module
Arnaldo Carvalho de Melo
-0
/
+1
2004-10-25
[NET]: Address family not supported for sendmsg()
Suresh Krishnan
-1
/
+1
2004-09-13
[NET] generalise per protocol slab cache handling
Arnaldo Carvalho de Melo
-0
/
+1
2004-08-18
[IPV4/IPV6]: Fix direct user pointer deref in xfrm icmp changes.
David S. Miller
-4
/
+4
2004-08-19
[IPV4] XFRM: don't probe icmp type/code for hdrincl sockets.
Hideaki Yoshifuji
-1
/
+2
2004-08-19
[IPV4] XFRM: probe icmp type/code when sending packets via raw socket.
Masahide Nakamura
-0
/
+47
2004-07-21
[IPV4]: Make raw sockets behave like udp wrt. MSG_TRUNC.
David S. Miller
-1
/
+3
2004-07-21
Merge bk://bk.skbuff.net:20608/linux-2.6-dgramconnect/
David S. Miller
-1
/
+1
2004-07-20
[IPV4] Look up route with appropriate protocol when we connect().
Hideaki Yoshifuji
-1
/
+1
2004-07-09
[NET] convert storage for MIB from struct member to array item.
Hideaki Yoshifuji
-1
/
+1
2004-06-24
[NET] move already shared functions from inet to core
Arnaldo Carvalho de Melo
-1
/
+1
2004-06-03
[PATCH] sparse: mroute annotation
Alexander Viro
-1
/
+1
2004-06-02
[IPV4] use ip-independent ipstats_mib to store IPv4 statistics.
Hideaki Yoshifuji
-1
/
+1
2004-05-30
[PATCH] sparse: trivial part of net/* annotation
Alexander Viro
-2
/
+2
2004-05-29
[PATCH] sparse: ->[gs]etsockopt() annotation
Alexander Viro
-4
/
+4
2004-01-08
[IPV4/IPV6]: Use size_t for size in {send,recv}msg.
Stephen Hemminger
-14
/
+3
2003-09-11
[NET]: Use proc_net_fops_create() and proc_net_remove() in net/ipv4.
Hideaki Yoshifuji
-10
/
+4
2003-09-11
[NET]: Various /proc/net/* files may drop some data.
Hideaki Yoshifuji
-1
/
+1
2003-09-09
[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]
Joe Perches
-3
/
+3
2003-07-10
[NET]: Return EDESTADDRREQ as appropriate in sendmsg implementations.
Thomas Graf
-1
/
+1
2003-07-04
[NET] Fix oops with /proc/net/{raw,igmp,mfilter,
Hideaki Yoshifuji
-1
/
+1
2003-07-01
[NET] fixed /proc/net/raw{,6} seq_file support
Hideaki Yoshifuji
-2
/
+19
2003-06-18
o net: make sk_{add,del}_node functions take care of sock refcounting
Arnaldo Carvalho de Melo
-4
/
+1
2003-06-16
o net: use hlist for struct sock hash lists
Arnaldo Carvalho de Melo
-29
/
+28
2003-06-04
o net: create struct sock_common and use in struct sock & tcp_tw_bucket
Arnaldo Carvalho de Melo
-33
/
+36
2003-05-27
o net: abstract access to struct sock ->flags
Arnaldo Carvalho de Melo
-2
/
+1
2003-05-09
[NET]: Set file_operations->owner as appropriate.
Hideaki Yoshifuji
-0
/
+1
2003-03-22
[IPSEC]: Split up XFRM Subsystem.
Hideaki Yoshifuji
-1
/
+1
2003-03-19
[NET]: hard_header reservation.
Alexey Kuznetsov
-1
/
+1
2003-03-02
[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...
James Morris
-1
/
+2
2003-01-11
Modern gcc's don't like labels without a statement.
Linus Torvalds
-0
/
+1
2002-11-23
o net/ipv4/raw.c: add missing include <linux/mroute.h>
Arnaldo Carvalho de Melo
-0
/
+1
2002-11-16
[PATCH] don't include net.h in fs.h
Christoph Hellwig
-0
/
+1
2002-11-13
Merge master.kernel.org:/home/acme/BK/net-2.5
David S. Miller
-59
/
+156
2002-11-14
o ipv4: convert /proc/net/raw to seq_file
Arnaldo Carvalho de Melo
-59
/
+156
2002-11-10
[IPSEC]: More fixes and corrections.
Alexey Kuznetsov
-1
/
+1
2002-11-06
[IPSEC]: Semantic fixes with help from Maxim Giryaev.
Alexey Kuznetsov
-1
/
+1
2002-11-04
[IPSEC]: RAWv4 makes inverted policy check.
David S. Miller
-1
/
+1
2002-11-04
[IPSEC]: Bug fixes and updates.
Alexey Kuznetsov
-1
/
+7
2002-10-27
[IPV{4,6}]: Clean up SNMP counter bumping.
Nivedita Singhvi
-2
/
+1
2002-10-19
[IPV4]: Provide full proto/ports in flowi route lookups.
David S. Miller
-2
/
+3
[next]