index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netrom
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-26
[NET] make all protos partially use sk_prot
Arnaldo Carvalho de Melo
1
-13
/
+19
2005-03-22
Merge bk://kernel.bkbits.net/acme/net-2.6
David S. Miller
1
-1
/
+1
2005-03-22
[NETROM]: Get rid of sk_protinfo use
Ralf Bächle
5
-56
/
+39
2005-03-22
[NET] use sk_acceptq_is_full
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-03-16
[NET] Convert sk_debug into SOCK_DBG flag
Thomas Graf
1
-1
/
+3
2005-03-16
[NET] Convert sk_zapped into SOCK_ZAPPED flag
Thomas Graf
1
-6
/
+8
2005-03-10
[NETROM]: Sparse fixes.
Ralf Bächle
1
-1
/
+0
2005-03-10
[NETROM]: Fix deadlock due to double locking.
Ralf Bächle
1
-10
/
+1
2005-02-14
[NETROM/ROSE]: Use netdev_priv()
Ralf Bächle
1
-4
/
+4
2005-01-13
[NET]: Lock initializer cleanup.
Thomas Gleixner
2
-3
/
+3
2004-12-27
[NETROM]: Make needlessly global code static.
Adrian Bunk
2
-3
/
+4
2004-11-09
[NET]: Lock initializer unifying
Andrew Morton
1
-1
/
+1
2004-09-21
[SOCK] remove sk_pair, only really used by AF_UNIX
Arnaldo Carvalho de Melo
1
-2
/
+0
2004-07-29
[NET]: Convert netrom to use module_param.
Stephen Hemminger
1
-2
/
+2
2004-06-05
[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.
Olaf Hering
1
-1
/
+1
2004-06-03
[PATCH] sparse: netrom annotation
Alexander Viro
2
-6
/
+7
2004-05-30
[PATCH] sparse: dev_ioctl() callers
Alexander Viro
1
-1
/
+1
2004-05-29
Add __user annotations to sock_get_timestamp()
Linus Torvalds
1
-1
/
+1
2004-05-29
[PATCH] sparse: ->[gs]etsockopt() annotation
Alexander Viro
1
-3
/
+3
2004-04-15
[NET]: Do lazy gettimeofday for network packets.
Andi Kleen
1
-10
/
+4
2004-01-24
[NETROM]: Do not use lvalue in assignment.
Andrew Morton
1
-1
/
+1
2004-01-19
[NETROM]: Check error return from memcpy_fromiovec()
Chris Wright
1
-1
/
+6
2004-01-08
[NETROM]: Use size_t for size in {send,recv}msg.
Stephen Hemminger
1
-3
/
+3
2003-12-24
[NET]: AX25, netrom, and rose bug fixes for 2.6.0
Jeroen Vreeken
1
-2
/
+9
2003-12-11
[NET]: Fix missing netdev unregister/free in netrom and rose protocols.
Alexander Viro
2
-4
/
+8
2003-09-21
[NETROM]: Timer code cleanup.
Vinay K. Nallamothu
3
-71
/
+40
2003-09-09
[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]
Joe Perches
2
-12
/
+9
2003-09-01
[NET]: Use MODULE_ALIAS() in network families.
Rusty Russell
1
-0
/
+1
2003-08-30
[AX25/NETROM/ROSE]: Missing sk_set_owner().
Stephen Hemminger
1
-0
/
+2
2003-08-20
[NETROM]: Update wrt. ax25_cb refcounting changes.
Jeroen Vreeken
1
-2
/
+2
2003-08-19
[NET]: free_netdev - destructors.
Stephen Hemminger
1
-1
/
+1
2003-08-14
[NETROM]: Fix use after free in socket close.
Stephen Hemminger
1
-0
/
+2
2003-08-14
[NETROM]: Convert /proc interface to seq_file.
Stephen Hemminger
2
-84
/
+195
2003-08-14
[NETROM]: Convert to alloc_netdev().
Stephen Hemminger
2
-24
/
+39
2003-08-14
[NETROM]: Make lists and locks static since they are only used in one file.
Stephen Hemminger
2
-6
/
+6
2003-08-14
[NETROM]: Use hlist for the routing table information.
Jeroen Vreeken
1
-162
/
+277
2003-08-14
[NETROM]: Better control over the AX25 devices.
Jeroen Vreeken
2
-9
/
+13
2003-08-14
[NETROM]: Lock sockets while doing protocol processing.
Jeroen Vreeken
3
-52
/
+168
2003-08-14
[NETROM]: Reserve space in socket header for AX25 header.
Jeroen Vreeken
2
-5
/
+5
2003-08-14
[NETROM]: Free buffers in write queue on socket destroy.
Jeroen Vreeken
1
-0
/
+3
2003-08-14
[NETROM]: Expire sockets faster on close.
Jeroen Vreeken
1
-1
/
+1
2003-08-14
[NETROM]: Fix sysctl initializers.
Jeroen Vreeken
1
-4
/
+4
2003-08-02
[NET]: janitor: don't init statics to 0.
Randy Dunlap
1
-4
/
+4
2003-06-28
[NET] Remove some 0 initializers.
Art Haas
1
-2
/
+0
2003-06-16
o net: use hlist for struct sock hash lists
Arnaldo Carvalho de Melo
1
-47
/
+28
2003-06-04
o net: create struct sock_common and use in struct sock & tcp_tw_bucket
Arnaldo Carvalho de Melo
5
-109
/
+112
2003-05-27
o net: abstract access to struct sock ->flags
Arnaldo Carvalho de Melo
4
-15
/
+15
2003-05-18
[PATCH] memcpy/memset fixes
Andrew Morton
1
-2
/
+3
2003-05-14
[NETROM]: Fix netdevice leak, from 2.4.x
Dave Jones
1
-0
/
+3
2003-05-02
o netrom: use revised net module infrastructure
Arnaldo Carvalho de Melo
1
-1
/
+1
[next]