aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu2-4/+2
2006-05-03[DECNET]: Fix level1 router helloPatrick Caulfield1-5/+0
2006-03-29[DECNET]: Fix refcountPatrick Caulfield1-1/+1
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton1-4/+4
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-5/+5
2006-03-20[DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checkingAdrian Bunk1-2/+1
2006-03-20[DECnet]: Use RCU locking in dn_rules.cSteven Whitehouse1-44/+53
2006-03-20[DECnet]: Patch to fix recvmsg() flag checkPatrick Caulfield1-1/+1
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse10-122/+125
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap2-0/+2
2006-01-11netfilter: headers included twiceNicolas Kaiser1-2/+0
2006-01-03[DECNET]: Only use local routersPatrick Caulfield1-5/+8
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig1-1/+1
2006-01-03[SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo1-16/+1
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-2/+2
2005-12-05[DECNET]: add memory buffer settings Steven Whitehouse2-3/+55
2005-11-11[DECNET]: fix SIGPIPEPatrick Caulfield1-7/+7
2005-11-08[NET]: kfree cleanupJesper Juhl1-8/+6
2005-10-25[DECNET]: Remove some redundant ifdeffed codePatrick Caulfield1-13/+0
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro2-15/+11
2005-10-04[DECNET]: fix sparse gfp nocast warningsRandy Dunlap2-11/+18
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-2/+1
2005-09-01[DECNET]: Tidy send side socket SKB allocation.Patrick Caulfield2-70/+33
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet1-1/+1
2005-08-29[DECNET]: Fix build after netlink changes.Andrew Morton1-2/+3
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-2/+2
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy3-9/+9
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2-2/+2
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+3
2005-08-29[NET]: Kill skb->real_devDavid S. Miller2-2/+2
2005-08-29[NET]: Kill skb->listDavid S. Miller2-2/+2
2005-08-17[DECNET]: Fix RCU race condition in dn_neigh_construct().Paul E. McKenney1-1/+1
2005-08-10[DECNET]: Use sk_stream_error function rather than DECnet's ownSteven Whitehouse1-10/+1
2005-07-11[NET]: move config options out to individual protocolsSam Ravnborg1-0/+23
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2-6/+7
2005-07-05[DECNET]: Fix memset overflow on 64bit archs while dumping decnet routing rulesThomas Graf1-1/+2
2005-06-18[DECNET]: Remove unnecessary initilization of unused variable entriesThomas Graf1-1/+0
2005-06-18[NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim4-16/+19
2005-05-05[DECNET]: Fix build after C99 netlink initializer change.Rafael J. Wysocki1-1/+1
2005-05-03[NETLINK]: Fix infinite loops in synchronous netlink changes.David S. Miller1-1/+1
2005-05-03[NETLINK]: Synchronous message processing.Herbert Xu1-1/+2
2005-05-03[RTNETLINK] Cleanup rtnetlink_link tablesThomas Graf1-12/+13
2005-04-16Linux-2.6.12-rc2Linus Torvalds18-0/+10975