aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_route.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-221-8/+3
* [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf2006-09-221-3/+1
* [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/+0
* [NET]: Clean up skb_linearizeHerbert Xu2006-06-171-2/+1
* [DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checkingAdrian Bunk2006-03-201-2/+1
* [DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse2006-03-201-27/+30
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-2/+1
* [NET]: Kill skb->real_devDavid S. Miller2005-08-291-1/+1
* [NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2005-06-181-5/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1840