netns xfrm: fix "ip xfrm state|policy count" misreport
[safe/jmp/linux-2.6] / net / decnet /
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.
2006-07-08 Patrick McHardy[NET]: Fix IPv4/DECnet routing rule dumping
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Darrel Goeddel[NETLINK]: Encapsulate eff_cap usage within security...
2006-06-18 Herbert Xu[NET]: Clean up skb_linearize
2006-05-04 Patrick Caulfield[DECNET]: Fix level1 router hello
2006-03-29 Patrick Caulfield[DECNET]: Fix refcount
2006-03-29 Andrew Morton[NETFILTER]: Rename init functions.
2006-03-27 Alan Stern[PATCH] Notifier chain update: API changes
2006-03-21 Adrian Bunk[DECNET]: net/decnet/dn_route.c: fix inconsequent NULL...
2006-03-21 Steven Whitehouse[DECnet]: Use RCU locking in dn_rules.c
2006-03-21 Patrick Caulfield[DECnet]: Patch to fix recvmsg() flag check
2006-03-21 Steven Whitehouse[DECnet]: Endian annotation and fixes for DECnet.
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-11 Nicolas Kaisernetfilter: headers included twice
2006-01-03 Patrick Caulfield[DECNET]: Only use local routers
2006-01-03 Christoph Hellwig[NET]: Add a dev_ioctl() fallback to sock_ioctl()
2006-01-03 Arnaldo Carvalho... [SOCK]: Introduce sk_receive_skb
2006-01-03 Eric Dumazet[NET]: move struct proto_ops to const
2005-12-05 Steven Whitehouse[DECNET]: add memory buffer settings
2005-11-11 Patrick Caulfield[DECNET]: fix SIGPIPE
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-10-26 Patrick Caulfield[DECNET]: Remove some redundant ifdeffed code
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-10-05 Randy Dunlap[DECNET]: fix sparse gfp nocast warnings
2005-09-09 Ingo Molnar[PATCH] timer initialization cleanup: DEFINE_TIMER
2005-09-02 Patrick Caulfield[DECNET]: Tidy send side socket SKB allocation.
2005-08-29 Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
2005-08-29 Andrew Morton[DECNET]: Fix build after netlink changes.
2005-08-29 Patrick McHardy[NETLINK]: Add "groups" argument to netlink_kernel_create
2005-08-29 Patrick McHardy[NETLINK]: Convert netlink users to use group numbers...
next