index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
decnet
(
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
/
+15
2005-03-22
[NET] use sk_acceptq_is_full
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-03-17
[NET]: Kill unnecessary uses of dst_path_metric
Herbert Xu
1
-2
/
+2
2005-03-16
[NET] Convert sk_zapped into SOCK_ZAPPED flag
Thomas Graf
1
-13
/
+11
2005-03-14
[NET]: Replace dst_pmtu with dst_mtu
Herbert Xu
2
-2
/
+2
2005-03-10
[NET]: Move dst_release out of dst->ops->check
Herbert Xu
1
-1
/
+0
2005-01-20
[DECNET] Don't use sk_protinfo + private sock slab cache
Arnaldo Carvalho de Melo
1
-2
/
+1
2005-01-13
[DECNET]: Misc cleanups
Adrian Bunk
5
-77
/
+5
2005-01-13
[NET]: Lock initializer cleanup.
Thomas Gleixner
6
-7
/
+7
2005-01-09
[RTNETLINK]: Use rtattr_strcmp where appropriate
Patrick McHardy
2
-2
/
+2
2005-01-09
[PKT_SCHED]: Add rtattr_strlcpy, use it where appropriate
Patrick McHardy
2
-3
/
+2
2004-11-29
[DECNET]: Typo in accept causes OOPS.
Patrick Caulfield
1
-1
/
+1
2004-11-22
[DECNET]: dn_neigh.c needs linux/module.h
Manfred Schwarb
1
-0
/
+1
2004-11-17
[DECNET]: Remove DECNET_SIOCGIFCONF.
Patrick Caulfield
2
-71
/
+0
2004-11-09
[NET]: Lock initializer unifying
Andrew Morton
1
-1
/
+1
2004-11-05
[DECNET]: Fix return codes
Patrick Caulfield
2
-5
/
+5
2004-11-05
[DECNET]: Route RCU fix
Patrick Caulfield
1
-1
/
+1
2004-10-27
[PATCH] RCU: use rcu_assign_pointer()
Paul E. McKenney
1
-8
/
+5
2004-10-25
[DECNET]: Connect hang bugfix
Patrick Caulfield
1
-0
/
+1
2004-10-25
[NET]: Give skb_checksum_help() an skb_buff * again
Herbert Xu
1
-8
/
+2
2004-10-19
[PATCH] module_param_array() should take a pointer
Rusty Russell
1
-2
/
+1
2004-10-05
[SKBUFF] introduce eth_hdr(skb)
Arnaldo Carvalho de Melo
1
-2
/
+2
2004-09-23
[NET]: Convert neigh hashing over to jenkins.
David S. Miller
1
-7
/
+2
2004-09-23
[NET]: Create neigh_lookup_nodev for decnet.
David S. Miller
2
-22
/
+1
2004-09-23
[NET]: Apply NEIGH_HASHMASK at tbl->hash() caller.
David S. Miller
1
-1
/
+1
2004-09-23
[NET]: Abstract neigh table walking.
David S. Miller
1
-119
/
+51
2004-09-06
[NET]: Fully plug netigh_create/inetdev_destroy race.
Herbert Xu
2
-4
/
+9
2004-09-02
[NET]: Add reference counting to neigh_parms.
Herbert Xu
2
-4
/
+15
2004-08-23
Merge bk://kernel.bkbits.net/davem/net-2.6
Linus Torvalds
1
-61
/
+61
2004-08-22
[PATCH] rcu: abstracted RCU dereferencing
Dipankar Sarma
1
-9
/
+8
2004-08-22
[PATCH] rcu: use call_rcu_bh() in route cache
Dipankar Sarma
1
-14
/
+14
2004-08-18
[DECONET]: Fix build with SYSCTL=n
Hideaki Yoshifuji
1
-61
/
+61
2004-08-07
Make sysctl pass the pos pointer around properly.
Linus Torvalds
2
-11
/
+14
2004-06-27
[DECNET]: Fix signed bug in net/decnet/dn_nsp_in.c:dn_nsp_linkservice()
Olaf Hering
1
-1
/
+1
2004-06-23
[PATCH] rcu: avoid passing an argument to the callback function
Andrew Morton
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
Merge nuts.davemloft.net:/disk1/BK/network-2.6
David S. Miller
1
-2
/
+8
2004-06-03
[NETFILTER]: Fix checksum bug for multicast/broadcast packets on postrouting ...
James Morris
1
-2
/
+8
2004-06-03
[PATCH] sparse: decnet annotation
Alexander Viro
3
-24
/
+24
2004-05-30
[PATCH] sparse: SIOCGIFCONF handling - the rest of it
Alexander Viro
1
-8
/
+16
2004-05-30
[PATCH] sparse: dev_ioctl() callers
Alexander Viro
1
-1
/
+1
2004-05-29
[PATCH] sparse: ->[gs]etsockopt() annotation
Alexander Viro
1
-6
/
+6
2004-03-18
[PATCH] doc. updates/typos
Andrew Morton
1
-1
/
+1
2004-02-22
[DECNET]: Zap MODULE ifdefs.
Alexander Viro
1
-22
/
+4
2004-02-17
[DECNET]: Make second arg to dn_alloc_send_skb a size_t pointer.
David S. Miller
1
-1
/
+1
2004-02-11
[NET]: Do not send negative 2nd arg to skb_put().
Jan Kasprzak
1
-1
/
+1
2004-02-06
[NET]: Bunch of Kconfig and doc URL updates.
Petri T. Koistinen
1
-2
/
+3
2004-01-31
[DECNET]: Fix double rcu_read_unlock() in dn_rt_cache_seq_stop().
Patrick Caulfield
1
-1
/
+2
2004-01-31
[DECNET]: Made SDF_WILD sockets actually work.
Patrick Caulfield
1
-1
/
+1
2004-01-25
[DECNET]: Fix filling in of header length field.
David S. Miller
1
-1
/
+1
[next]