tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / net / decnet /
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-12-03 Eric W. Biedermannet: Allow fib_rule_unregister to batch
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
2009-11-12 stephen hemmingerdecnet: convert dndev_lock to spinlock
2009-11-12 stephen hemmingerdecnet: add RTNL lock when reading address list
2009-11-11 stephen hemmingerdecnet: use RCU to find network devices
2009-11-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-06 Eric Dumazetdecnet: netdevice refcount leak
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-11-04 Eric Dumazetdecnet: avoid touching device refcount in dn_dev_by_index()
2009-11-04 Eric Dumazetnet: Introduce for_each_netdev_rcu() iterator
2009-10-21 Krishna Kumarnet: Fix for dst_negative_advice
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-09-02 Stephen Hemmingernet: make neigh_ops constant
2009-07-06 Florian Westphalnet: remove NET_RX_BAD and NET_RX_CN* defines
2009-06-26 Jesper Dangaard... decnet: Use rcu_barrier() on module unload.
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-28 David S. Millerdecnet: Use SKB queue and list helpers instead of doing...
2009-05-21 Rami Rosennet: Remove unused parameter from fill method in fib_ru...
2009-05-17 Rami Rosenipv4: remove an unused parameter from configure method...
2009-05-09 Steven Whitehousedecnet: Use data ready call back, rather than hand...
2009-03-21 Ilpo Järvinennet/*: use linux/kernel.h swap()
2009-03-10 Stephen Hemmingernet: convert usage of packet_type to read_mostly
2009-02-27 Hannes Ederdecnet: fix sparse warnings: symbol shadows an earlier one
2009-02-27 Hannes Ederdecnet: fix sparse warnings: context imbalance
2009-02-27 Wei Yongjundecnet: remove some pointless conditionals before kfree...
2009-02-25 Pablo Neira Ayusonetlink: change nlmsg_notify() return value logic
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2008-12-10 Roel Kluinnet: Make static
2008-11-27 Harvey Harrisondecnet: remove private wrappers of endian helpers
2008-11-26 Alexey Dobriyannetns xfrm: lookup in netns
2008-11-22 Qinghuang Fengnet: remove redundant argument comments
2008-11-12 Alexey Dobriyannet: remove struct dst_entry::entry_size
2008-11-04 Alexey Dobriyannet: '&' redux
2008-10-17 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-10-16 Johannes Bergnet: Remove CONFIG_KMOD from net/ (towards removing...
2008-10-16 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-10-16 Alexey Dobriyansysctl: simplify ->strategy
2008-10-15 David S. Millerdecnet: Fix compiler warning in dn_dev.c
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-07-17 Pavel Emelyanovsock: add net to prot->enter_memory_pressure callback
2008-07-06 Denis V. Lunevnet: add fib_rules_ops to flush_cache method
2008-06-17 David S. Millerdecnet: Remove SOCK_SLEEP_{PRE,POST} usage.
2008-05-05 Satoru SATOHip: Use inline function dst_metric() instead of direct...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-02-29 Pavel Emelyanov[ATALK/DECNET]: Use seq_open_private in appletalk and...
2008-02-08 Eric Dumazet[DECNET] ROUTE: remove unecessary alignment
2008-01-28 Denis V. Lunev[NETNS]: FIB rules API cleanup.
2008-01-28 Denis V. Lunev[FIB]: Add netns to fib_rules_ops.
2008-01-28 Denis V. Lunev[NETNS]: Consolidate kernel netlink socket destruction.
2008-01-28 Daniel Lezcano[NETNS][DST] dst: pass the dst_ops as parameter to...
2008-01-28 Denis V. Lunev[NETNS]: Pass fib_rules_ops into default_pref method.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to fib_rules_(un)register.
2008-01-28 Pavel Emelyanov[DECNET]: Switch to using ctl_paths.
2008-01-28 Eric W. Biederman[NETNS]: Modify the neighbour table code so it handles...
2008-01-28 Patrick McHardy[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option
2008-01-28 YOSHIFUJI Hideaki[DECNET]: Use htons() where appropriate.
2008-01-28 Herbert Xu[DECNET]: Fix inverted wait flag in xfrm_lookup call
2008-01-28 Herbert Xu[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP...
2008-01-28 Patrick McHardy[NETFILTER]: Mark hooks __read_mostly
2008-01-28 Denis V. Lunev[DECNET]: Remove extra memset from dn_fib_check_nh
2008-01-28 Denis V. Lunev[NET]: Make rtnetlink infrastructure network namespace...
2008-01-28 Denis V. Lunev[NET]: Modify all rtnetlink methods to only work in...
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)
next