aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma1-9/+8
2004-08-22[PATCH] rcu: use call_rcu_bh() in route cacheDipankar Sarma1-14/+14
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds2-11/+14
2004-06-27[DECNET]: Fix signed bug in net/decnet/dn_nsp_in.c:dn_nsp_linkservice()Olaf Hering1-1/+1
2004-06-23[PATCH] rcu: avoid passing an argument to the callback functionAndrew Morton1-2/+2
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering1-1/+1
2004-06-03Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller1-2/+8
2004-06-03[NETFILTER]: Fix checksum bug for multicast/broadcast packets on postrouting ...James Morris1-2/+8
2004-06-03[PATCH] sparse: decnet annotationAlexander Viro3-24/+24
2004-05-30[PATCH] sparse: SIOCGIFCONF handling - the rest of itAlexander Viro1-8/+16
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro1-1/+1
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro1-6/+6
2004-03-18[PATCH] doc. updates/typosAndrew Morton1-1/+1
2004-02-22[DECNET]: Zap MODULE ifdefs.Alexander Viro1-22/+4
2004-02-17[DECNET]: Make second arg to dn_alloc_send_skb a size_t pointer.David S. Miller1-1/+1
2004-02-11[NET]: Do not send negative 2nd arg to skb_put().Jan Kasprzak1-1/+1
2004-02-06[NET]: Bunch of Kconfig and doc URL updates.Petri T. Koistinen1-2/+3
2004-01-31[DECNET]: Fix double rcu_read_unlock() in dn_rt_cache_seq_stop().Patrick Caulfield1-1/+2
2004-01-31[DECNET]: Made SDF_WILD sockets actually work.Patrick Caulfield1-1/+1
2004-01-25[DECNET]: Fix filling in of header length field.David S. Miller1-1/+1
2004-01-24[DECNET]: Do not use lvalue in assignment.Andrew Morton2-2/+2
2004-01-14[DECNET]: Fix initialization race.Stephen Hemminger1-6/+5
2004-01-08[DECNET]: Use size_t for size in {send,recv}msg.Stephen Hemminger1-8/+8
2004-01-04[DECNET]: Better way to prevent decnet module unload.Stephen Hemminger1-9/+8
2003-11-10[DECNET]: Normalize jiffies reported to userspace.Hideaki Yoshifuji1-2/+3
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller1-1/+0
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches1-1/+1
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches3-12/+12
2003-09-03[NET]: remove duplicate #includes in net/Randy Dunlap1-1/+0
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-08-02[NET]: janitor: don't init statics to 0.Randy Dunlap1-1/+1
2003-07-30[NETFILTER]: Put netfilter Kconfig options into dedicated submenu.Tomas Szepe1-2/+0
2003-07-22[DECNET]: Fix missing module refs in DECnet.Steven Whitehouse3-0/+3
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo1-1/+1
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo1-64/+39
2003-06-14[DECNET]: Fix bogus pointer cast to int.David S. Miller1-1/+1
2003-06-14[DECNET]: Fix signedness error in dm_ioctl().Ravikiran G. Thirumalai1-1/+1
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo5-159/+166
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo2-9/+9
2003-05-22[NET]: Kill SMP_TIMER_* users.David S. Miller1-6/+2
2003-05-20[NET]: Use ARRAY_SIZE where appropriate.Andries E. Brouwer1-1/+1
2003-05-19[NET]: More device register/unregister fixing.David S. Miller1-3/+3
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller1-3/+3
2003-05-13[NET]: Fix two bogus kfree(skb).Patrick McHardy1-1/+1
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji1-0/+1
2003-05-07[DECNET]: Decnet not obeying netdev locking (from shemminger@osdl.org).Steven Whitehouse2-10/+9
2003-05-06[NET]: Kill more direct references to netdev->refcnt.Stephen Hemminger1-3/+3
2003-05-05[DECNET]: seq file conversions and fixes.Steven Whitehouse9-425/+547
2003-05-03[DECNET]: Add netfilter subdir for decnet and add the routing grabulator.Steven Whitehouse5-4/+197
2003-05-03[DECNET]: Fix build with CONFIG_DECNET_ROUTE_FWMARK enabled.François Romieu1-2/+2
2003-05-02o decnet: use revised net module infrastructureArnaldo Carvalho de Melo1-1/+2
2003-04-28[NET]: Spelling fixes for net/Steven Cole1-1/+1
2003-04-28Merge bk://kernel.bkbits.net/acme/net-2.5David S. Miller1-17/+10
2003-04-28o af_decnet: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-17/+10
2003-04-27[DECNET]: Kill warning with gcc-3.x in dn_route.cDavid S. Miller1-0/+1
2003-04-17[DECNET]: DECnet routing fixes etc.Steven Whitehouse12-592/+1471
2003-03-23[PATCH] fix decnet compile error on newer gcc'sDave Jones1-2/+1
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-2/+2
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-8/+8
2003-02-25[PATCH] replace its with it's where appropriate.Steven Cole1-2/+2
2003-02-18[NET]: Convert dst->{input,output}() fully to dst_{input,output}().Hideaki Yoshifuji2-2/+2
2003-02-06[LSM]: Networking socket SKB receive hook.James Morris1-18/+11
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-3/+0
2002-11-23MergeGreg Kroah-Hartman1-1/+1
2002-11-06[NET]: Timer init fixes.Andrew Morton1-1/+3
2002-10-29Delete old-style config files.Linus Torvalds2-37/+0
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel1-0/+37
2002-10-28Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-1/+1
2002-10-28Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-1/+0
2002-10-25Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-1/+1
2002-10-24[NET]: Cleanup DST metrics and abstract MSS/PMTU further.Alexey Kuznetsov1-5/+7
2002-10-24[NET]: Kill reroute from DST ops, unused.Alexey Kuznetsov1-8/+0
2002-10-23kbuild: Allow for <mod>-y as well as <mod>-objs for multipart objects.Kai Germaschewski1-1/+0
2002-10-18[DECNET]: Update to support timeouts.Steven Whitehouse2-252/+275
2002-10-17LSM: convert over the remaining security calls to the new format.Greg Kroah-Hartman1-1/+1
2002-10-10net-kiocb.diffBenjamin LaHaise1-4/+4
2002-10-08[AIO]: First stage of AIO infrastructure for networking.Benjamin LaHaise2-4/+4
2002-10-08Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller6-180/+491
2002-10-08[DECNET]: Kill warnings.David S. Miller2-3/+3
2002-10-08[DECNET]: New autoconfiguration code for 2.5Steven Whitehouse6-180/+491
2002-10-07[PATCH] named initializers patch for net/decnet/dn_route.cArt Haas1-1/+1
2002-08-11[DECNET]: Fix route device refcounting.Steven Whitehouse2-1/+7
2002-07-18NET: Use ISO C struct initializers.Rusty Russell5-139/+139
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-8/+6
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from net/*Kai Germaschewski1-1/+0
2002-02-10Split protocol specific information out from struct sock.David S. Miller3-6/+15
2002-02-05v2.5.2.4 -> v2.5.2.4.1Linus Torvalds1-0/+25
2002-02-05v2.5.2 -> v2.5.2.1Linus Torvalds7-77/+118
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds3-3/+0
2002-02-04v2.4.14.1 -> v2.4.14.2Linus Torvalds4-3/+19
2002-02-04v2.4.6.3 -> v2.4.6.4Linus Torvalds1-86/+58
2002-02-04v2.4.6 -> v2.4.6.1Linus Torvalds1-1/+1
2002-02-04v2.4.5.5 -> v2.4.5.6Linus Torvalds1-1/+5
2002-02-04v2.4.4 -> v2.4.4.1Linus Torvalds1-1/+1
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-0/+1
2002-02-04v2.4.2.7 -> v2.4.2.8Linus Torvalds1-2/+5
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds2-3/+4
2002-02-04v2.4.0.11 -> v2.4.0.12Linus Torvalds1-21/+4
2002-02-04v2.4.0.9 -> v2.4.0.10Linus Torvalds12-628/+841
2002-02-04Import changesetLinus Torvalds15-0/+9455