[NET]: Eliminate duplicate copies of dst_discard
[safe/jmp/linux-2.6] / net / decnet /
2008-01-28 Herbert Xu[NET]: Eliminate duplicate copies of dst_discard
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2008-01-11 Eric Dumazet[DECNET] ROUTE: fix rcu_dereference() uses in /proc...
2007-11-30 Pavel Emelyanov[DECNET]: dn_nl_deladdr() almost always returns no...
2007-11-11 Denis V. Lunev[INET]: Small possible memory leak in FIB rules
2007-11-11 Pavel Emelyanov[NET]: Make helper to get dst entry and "use" it
2007-11-07 Alexey Dobriyan[DECNET]: "addr" module param can't be __initdata
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-15 Herbert Xu[NETFILTER]: Replace sk_buff ** with sk_buff *
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-10 Pavel Emelyanov[DECNET]: Make decnet code use the seq_open_private()
2007-10-10 Stephen Hemminger[NET]: Wrap netdevice hardware header creation.
2007-10-10 Eric W. Biederman[NET]: Make the loopback device per network namespace.
2007-10-10 Daniel Lezcano[NET]: Dynamically allocate the loopback device, part 1.
2007-10-10 Denis Cheng[NET]: all net/ cleanup with ARRAY_SIZE
2007-10-10 Denis V. Lunev[IPV4/IPV6/DECNET]: Small cleanup for fib rules.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Support multiple network namespaces with netlink
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-09-11 Patrick McHardy[DECNET]: Fix interface address listing regression.
2007-07-31 Mariusz Kozlowski[DECNET]: kmalloc + memset conversion to kzalloc
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-07-11 Patrick McHardy[NET]: dev_mcast: unexport dev_mc_upload
2007-06-07 Patrick McHardy[NETLINK]: Mark netlink policies const
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-05-03 Pavel Emelianov[NET]: Rework dev_base via list_head (v3)
2007-04-26 Patrick McHardy[RTNETLINK]: Remove unnecessary locking in dump callbacks
2007-04-26 Patrick McHardy[NETLINK]: Switch cb_lock spinlock to mutex and allow...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Some more conversions to skb_copy_from_linea...
2007-04-26 Thomas Graf[NET] fib_rules: delay route cache flush by ip_rt_min_delay
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 Thomas Graf[NET] fib_rules: Flush route cache after rule modifications
2007-04-26 Thomas Graf[NET] rules: Unified rules dumping
2007-04-26 Thomas Graf[DECNet]: Use rtnl registration interface
2007-04-26 Arnaldo Carvalho... [NETLINK]: Use nlmsg_trim() where appropriate
2007-04-26 Arnaldo Carvalho... [NETLINK]: Introduce nlmsg_hdr() helper
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-03-26 Thomas Graf[DECNet] fib: Fix out of bound access of dn_fib_props[]
2007-03-26 Thomas Graf[NET]: Fix fib_rules compatibility breakage
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove the proc_dir_entry member for...
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: decnet: remove unnecessary insert_at_he...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2007-02-11 Al Viro[PATCH] FRA_{DST,SRC} are le16 for decnet
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2007-02-11 Eric Dumazet[DECNET]: Convert decnet route to use the new dst_entry...
2007-02-11 Al Viro[DECNET]: FRA_{DST,SRC} are le16 for decnet
2007-02-11 YOSHIFUJI Hideaki[NET] DECNET: Fix whitespace errors.
2007-02-08 Patrick McHardy[NETLINK]: Don't BUG on undersized allocations
2007-01-25 Eric W. Biederman[DECNET]: Handle a failure in neigh_parms_alloc (take 2)
2006-12-10 Alexey Dobriyan[PATCH] sysctl: remove unused "context" param
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-03 Thomas Graf[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some...
2006-12-03 Thomas Graf[NETLINK]: Remove unused dst_pid field in netlink_skb_parms
2006-12-03 Thomas Graf[DECNET] address: Convert to new netlink interface
2006-12-03 Thomas Graf[DECNET] address: Rename rtmsg_ifa() to dn_ifaddr_notify()
2006-12-03 Thomas Graf[DECNET] address: Calculate accurate message size for...
2006-12-03 Arnaldo Carvalho... [DECNET]: Use kzalloc where applicable
2006-12-03 Arnaldo Carvalho... [DECNET]: Use kmemdup
2006-12-03 Arnaldo Carvalho... [NET]: Conditionally use bh_lock_sock_nested in sk_rece...
2006-12-03 David S. Miller[DECNET]: Fix build regressions.
2006-12-03 Thomas Graf[NETLINK]: Do precise netlink message allocations where...
2006-12-03 Thomas Graf[NET] rules: Share common attribute validation policy
2006-12-03 Thomas Graf[NET] rules: Protocol independant mark selector
2006-12-03 Thomas Graf[NET]: Rethink mark field in struct flowi
2006-12-03 Thomas Graf[NET]: Turn nfmark into generic mark
2006-12-03 Ralf Baechle[DECNET]: Don't clear memory twice.
2006-11-07 Steven Whitehouse[DECNET]: Endianess fixes (try #2)
2006-10-19 Steven Whitehouse[DECNET]: Fix input routing bug
2006-10-16 Patrick McHardy[DECNET]: Use correct config option for routing by...
2006-10-12 Patrick McHardy[DECNET]: Fix sfuzz hanging on 2.6.18
2006-10-12 David S. Miller[NET]: Do not memcmp() over pad bytes of struct flowi.
2006-09-22 Dmitry Mishin[NET]: Fix sk->sk_filter field access
2006-09-22 Thomas Graf[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attrib...
2006-09-22 Alexey Dobriyan[NET]: Use SLAB_PANIC
2006-09-22 Patrick McHardy[DECNET]: Add support for fwmark masks in routing rules
2006-09-22 Thomas Graf[DECNET]: Convert DECnet notifications to use rtnl_notify()
2006-09-22 Thomas Graf[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
2006-09-22 Adrian Bunk[DECNET]: cleanups
2006-09-22 Steven Whitehouse[DECNET] Fix to decnet rules compare function
2006-09-22 Steven Whitehouse[DECNET] Fix to multiple tables routing
2006-09-22 Patrick McHardy[DECNET]: Increase number of possible routing tables...
2006-09-22 Patrick McHardy[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
2006-09-22 Patrick McHardy[NET]: Use u32 for routing table IDs
2006-09-22 Steven Whitehouse[DECNET]: Convert rwlock to spinlock
2006-09-22 Steven Whitehouse[DECNET]: Covert rules to use generic code
2006-09-22 Thomas Graf[IPv4]: Move interface address bits to linux/if_addr.h
2006-08-02 Patrick Caulfield[DECNET]: Fix for routing bug
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
next