summaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_route.c
Commit message (Expand)AuthorAgeFilesLines
* [NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano2008-01-291-2/+2
* [NETNS]: Modify the neighbour table code so it handles multiple network names...Eric W. Biederman2008-01-291-1/+1
* [DECNET]: Use htons() where appropriate.YOSHIFUJI Hideaki2008-01-281-1/+1
* [DECNET]: Fix inverted wait flag in xfrm_lookup callHerbert Xu2008-01-281-1/+1
* [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAITHerbert Xu2008-01-281-1/+2
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-281-1/+1
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-281-0/+8
* [NET]: Eliminate duplicate copies of dst_discardHerbert Xu2008-01-281-12/+1Star
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-2/+1Star
* [DECNET] ROUTE: fix rcu_dereference() uses in /proc/net/decnet_cacheEric Dumazet2008-01-111-3/+3
* [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-111-12/+4Star
* [DECNET]: Make decnet code use the seq_open_private()Pavel Emelyanov2007-10-111-17/+2Star
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-111-7/+7
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-111-7/+7
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-3/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-111-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-2/+3
* [DECNET]: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-07-311-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-041-6/+8
* [DECNet]: Use rtnl registration interfaceThomas Graf2007-04-261-1/+8
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-261-1/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [DECNET]: Convert decnet route to use the new dst_entry 'next' pointerEric Dumazet2007-02-111-16/+16
* [NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-86/+86
* [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some codeThomas Graf2006-12-031-11/+5Star
* [NETLINK]: Remove unused dst_pid field in netlink_skb_parmsThomas Graf2006-12-031-2/+0Star
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-031-20/+8Star
* [NET]: Turn nfmark into generic markThomas Graf2006-12-031-2/+2
* [DECNET]: Fix input routing bugSteven Whitehouse2006-10-191-2/+1Star
* [DECNET]: Use correct config option for routing by fwmark in compare_keys()Patrick McHardy2006-10-161-1/+1
* [NET]: Do not memcmp() over pad bytes of struct flowi.David S. Miller2006-10-121-3/+8
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-231-8/+3Star
* [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf2006-09-221-3/+1Star
* [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-221-0/+1
* [DECNET]: Covert rules to use generic codeSteven Whitehouse2006-09-221-1/+2
* [DECNET]: Fix for routing bugPatrick Caulfield2006-08-021-2/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [NET]: Clean up skb_linearizeHerbert Xu2006-06-181-2/+1Star
* [DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checkingAdrian Bunk2006-03-211-2/+1Star
* [DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse2006-03-211-27/+30
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-2/+1Star
* [NET]: Kill skb->real_devDavid S. Miller2005-08-301-1/+1
* [NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2005-06-191-5/+6