summaryrefslogtreecommitdiff
path: root/net/decnet
AgeCommit message (Expand)Author
2005-10-25[DECNET]: Remove some redundant ifdeffed codePatrick Caulfield
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-10-04[DECNET]: fix sparse gfp nocast warningsRandy Dunlap
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar
2005-09-01[DECNET]: Tidy send side socket SKB allocation.Patrick Caulfield
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet
2005-08-29[DECNET]: Fix build after netlink changes.Andrew Morton
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2005-08-29[NET]: Kill skb->listDavid S. Miller
2005-08-17[DECNET]: Fix RCU race condition in dn_neigh_construct().Paul E. McKenney
2005-08-10[DECNET]: Use sk_stream_error function rather than DECnet's ownSteven Whitehouse
2005-07-11[NET]: move config options out to individual protocolsSam Ravnborg
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller
2005-07-05[DECNET]: Fix memset overflow on 64bit archs while dumping decnet routing rulesThomas Graf
2005-06-18[DECNET]: Remove unnecessary initilization of unused variable entriesThomas Graf
2005-06-18[NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim
2005-05-05[DECNET]: Fix build after C99 netlink initializer change.Rafael J. Wysocki
2005-05-03[NETLINK]: Fix infinite loops in synchronous netlink changes.David S. Miller
2005-05-03[NETLINK]: Synchronous message processing.Herbert Xu
2005-05-03[RTNETLINK] Cleanup rtnetlink_link tablesThomas Graf
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo
2005-03-22[NET] use sk_acceptq_is_fullArnaldo Carvalho de Melo
2005-03-17[NET]: Kill unnecessary uses of dst_path_metricHerbert Xu
2005-03-16[NET] Convert sk_zapped into SOCK_ZAPPED flagThomas Graf
2005-03-14[NET]: Replace dst_pmtu with dst_mtuHerbert Xu
2005-03-10[NET]: Move dst_release out of dst->ops->checkHerbert Xu
2005-01-20[DECNET] Don't use sk_protinfo + private sock slab cacheArnaldo Carvalho de Melo
2005-01-13[DECNET]: Misc cleanupsAdrian Bunk
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2005-01-09[RTNETLINK]: Use rtattr_strcmp where appropriatePatrick McHardy
2005-01-09[PKT_SCHED]: Add rtattr_strlcpy, use it where appropriatePatrick McHardy
2004-11-29[DECNET]: Typo in accept causes OOPS.Patrick Caulfield
2004-11-22[DECNET]: dn_neigh.c needs linux/module.hManfred Schwarb
2004-11-17[DECNET]: Remove DECNET_SIOCGIFCONF.Patrick Caulfield
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