summaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_route.c
Commit message (Expand)AuthorAgeFilesLines
* net: skb->dst accessorsEric Dumazet2009-06-031-12/+13
* net/*: use linux/kernel.h swap()Ilpo Järvinen2009-03-211-5/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* net: Make staticRoel Kluin2008-12-101-2/+2
* decnet: remove private wrappers of endian helpersHarvey Harrison2008-11-271-9/+9
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-3/+3
* net: remove struct dst_entry::entry_sizeAlexey Dobriyan2008-11-111-1/+0
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-1/+1
* ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH2008-05-041-6/+6
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [DECNET] ROUTE: remove unecessary alignmentEric Dumazet2008-02-071-1/+1
* [NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano2008-01-281-2/+2
* [NETNS]: Modify the neighbour table code so it handles multiple network names...Eric W. Biederman2008-01-281-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/+1
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-2/+1
* [DECNET] ROUTE: fix rcu_dereference() uses in /proc/net/decnet_cacheEric Dumazet2008-01-101-3/+3
* [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-101-12/+4
* [DECNET]: Make decnet code use the seq_open_private()Pavel Emelyanov2007-10-101-17/+2
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-101-7/+7
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-101-7/+7
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-3/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-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-101-1/+1
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-6/+8
* [DECNet]: Use rtnl registration interfaceThomas Graf2007-04-251-1/+8
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-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-101-16/+16
* [NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-86/+86
* [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some codeThomas Graf2006-12-021-11/+5
* [NETLINK]: Remove unused dst_pid field in netlink_skb_parmsThomas Graf2006-12-021-2/+0
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-021-20/+8
* [NET]: Turn nfmark into generic markThomas Graf2006-12-021-2/+2
* [DECNET]: Fix input routing bugSteven Whitehouse2006-10-181-2/+1
* [DECNET]: Use correct config option for routing by fwmark in compare_keys()Patrick McHardy2006-10-151-1/+1
* [NET]: Do not memcmp() over pad bytes of struct flowi.David S. Miller2006-10-121-3/+8
OpenPOWER on IntegriCloud