summaryrefslogtreecommitdiff
path: root/net/decnet
AgeCommit message (Expand)Author
2004-11-09[NET]: Lock initializer unifyingAndrew Morton
2004-11-05[DECNET]: Fix return codesPatrick Caulfield
2004-11-05[DECNET]: Route RCU fixPatrick Caulfield
2004-10-27[PATCH] RCU: use rcu_assign_pointer()Paul E. McKenney
2004-10-25[DECNET]: Connect hang bugfixPatrick Caulfield
2004-10-25[NET]: Give skb_checksum_help() an skb_buff * againHerbert Xu
2004-10-19[PATCH] module_param_array() should take a pointerRusty Russell
2004-10-05[SKBUFF] introduce eth_hdr(skb)Arnaldo Carvalho de Melo
2004-09-23[NET]: Convert neigh hashing over to jenkins.David S. Miller
2004-09-23[NET]: Create neigh_lookup_nodev for decnet.David S. Miller
2004-09-23[NET]: Apply NEIGH_HASHMASK at tbl->hash() caller.David S. Miller
2004-09-23[NET]: Abstract neigh table walking.David S. Miller
2004-09-06[NET]: Fully plug netigh_create/inetdev_destroy race.Herbert Xu
2004-09-02[NET]: Add reference counting to neigh_parms.Herbert Xu
2004-08-23Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma
2004-08-22[PATCH] rcu: use call_rcu_bh() in route cacheDipankar Sarma
2004-08-18[DECONET]: Fix build with SYSCTL=nHideaki Yoshifuji
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds
2004-06-27[DECNET]: Fix signed bug in net/decnet/dn_nsp_in.c:dn_nsp_linkservice()Olaf Hering
2004-06-23[PATCH] rcu: avoid passing an argument to the callback functionAndrew Morton
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering
2004-06-03Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller
2004-06-03[NETFILTER]: Fix checksum bug for multicast/broadcast packets on postrouting ...James Morris
2004-06-03[PATCH] sparse: decnet annotationAlexander Viro
2004-05-30[PATCH] sparse: SIOCGIFCONF handling - the rest of itAlexander Viro
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro
2004-03-18[PATCH] doc. updates/typosAndrew Morton
2004-02-22[DECNET]: Zap MODULE ifdefs.Alexander Viro
2004-02-17[DECNET]: Make second arg to dn_alloc_send_skb a size_t pointer.David S. Miller
2004-02-11[NET]: Do not send negative 2nd arg to skb_put().Jan Kasprzak
2004-02-06[NET]: Bunch of Kconfig and doc URL updates.Petri T. Koistinen
2004-01-31[DECNET]: Fix double rcu_read_unlock() in dn_rt_cache_seq_stop().Patrick Caulfield
2004-01-31[DECNET]: Made SDF_WILD sockets actually work.Patrick Caulfield
2004-01-25[DECNET]: Fix filling in of header length field.David S. Miller
2004-01-24[DECNET]: Do not use lvalue in assignment.Andrew Morton
2004-01-14[DECNET]: Fix initialization race.Stephen Hemminger
2004-01-08[DECNET]: Use size_t for size in {send,recv}msg.Stephen Hemminger
2004-01-04[DECNET]: Better way to prevent decnet module unload.Stephen Hemminger
2003-11-10[DECNET]: Normalize jiffies reported to userspace.Hideaki Yoshifuji
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches
2003-09-03[NET]: remove duplicate #includes in net/Randy Dunlap
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell
2003-08-02[NET]: janitor: don't init statics to 0.Randy Dunlap
2003-07-30[NETFILTER]: Put netfilter Kconfig options into dedicated submenu.Tomas Szepe
2003-07-22[DECNET]: Fix missing module refs in DECnet.Steven Whitehouse
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo