ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / net / netlink /
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Denis Cheng[NETLINK]: use container_of instead
2007-07-24 Thomas Graf[GENETLINK]: Correctly report errors while registering...
2007-07-24 Thomas Graf[GENETLINK]: Fix adjustment of number of multicast...
2007-07-24 Thomas Graf[GENETLINK]: Fix race in genl_unregister_mc_groups()
2007-07-18 Johannes Berg[GENETLINK]: Dynamic multicast groups.
2007-07-18 Johannes Berg[NETLIKN]: Allow removing multicast groups.
2007-07-18 Johannes Berg[NETLINK]: allocate group bitmaps dynamically
2007-07-18 Johannes Berg[NETLINK]: negative groups in netlink_setsockopt
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-07-11 Patrick McHardy[NETLINK]: attr: add nested compat attribute type
2007-06-07 Patrick McHardy[NETLINK]: Mark netlink policies const
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-04 Patrick McHardy[NETLINK]: Remove bogus BUG_ON
2007-05-03 Patrick McHardy[NETLINK]: Fix use after free in netlink_recvmsg
2007-05-03 Herbert Xu[NETLINK]: Kill CB only when socket is unused
2007-04-26 Adrian Bunk[NETLINK]: Possible cleanups.
2007-04-26 Patrick McHardy[NETLINK]: don't reinitialize callback mutex
2007-04-26 Patrick McHardy[NETLINK]: Switch cb_lock spinlock to mutex and allow...
2007-04-26 Johannes Berg[NETLINK]: introduce NLA_BINARY type
2007-04-26 Thomas Graf[NETLINK]: Directly return -EINTR from netlink_dump_start()
2007-04-26 Thomas Graf[NETLINK]: Remove error pointer from netlink message...
2007-04-26 Thomas Graf[NETLINK]: Ignore control messages directly in netlink_...
2007-04-26 Thomas Graf[NETLINK]: Ignore !NLM_F_REQUEST messages directly...
2007-04-26 Thomas Graf[NETLINK]: Remove unused groups variable
2007-04-26 Arnaldo Carvalho... [NETLINK]: Introduce nlmsg_hdr() helper
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->end to sk_buff_data_t
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 Adrian Bunk[TCP/DCCP/RANDOM]: Remove unused exports.
2007-04-26 David S. Miller[NETLINK]: Mirror UDP MSG_TRUNC semantics.
2007-04-19 Denis Lunev[NETLINK]: Don't attach callback to a going-away netlin...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 8
2007-02-11 YOSHIFUJI Hideaki[NET] NETLINK: Fix whitespace errors.
2007-01-04 Mariusz Kozlowski[AF_NETLINK]: module_put cleanup
2006-12-08 Josef Sipek[PATCH] struct path: convert netlink
2006-12-07 Jamal Hadi Salim[GENETLINK]: Fix misplaced command flags.
2006-12-07 Jamal Hadi Salim[GENETLINK]: Move command capabilities to flags.
2006-12-03 Jamal Hadi Salim[GENETLINK]: Add cmd dump completion.
2006-12-03 Thomas Graf[NETLINK]: Remove unused dst_pid field in netlink_skb_parms
2006-12-03 Thomas Graf[GENETLINK] ctrl: Avoid empty CTRL_ATTR_OPS attribute...
2006-12-03 Thomas Graf[GENL]: Add genlmsg_put_reply() to simplify building...
2006-12-03 Thomas Graf[GENL]: Add genlmsg_reply() to simply unicast replies...
2006-12-03 Thomas Graf[NETLINK]: Do precise netlink message allocations where...
2006-10-30 Heiko Carstens[NET]: fix uaccess handling
2006-09-22 Thomas Graf[GENL]: Provide more information to userspace about...
2006-09-22 Thomas Graf[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attrib...
2006-09-22 Thomas Graf[NETLINK]: Improve string attribute validation
2006-09-22 YOSHIFUJI Hideaki[NET]: Use BUILD_BUG_ON() for checking size of skb...
2006-09-22 Thomas Graf[NETLINK]: Add notification message sending interface
2006-09-22 Thomas Graf[NETLINK]: Convert core netlink handling to new netlink api
2006-09-22 Thomas Graf[NETLINK]: Extend netlink messaging interface
2006-08-30 Akinobu Mita[NETLINK]: Call panic if nl_table allocation fails
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-07-03 Arjan van de Ven[PATCH] bcm43xx: netlink deadlock fix
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Darrel Goeddel[NETLINK]: Encapsulate eff_cap usage within security...
2006-05-02 Linus TorvaldsMerge branch 'audit.b10' of git://git./linux/kernel...
2006-05-01 Steve Grubb[PATCH] Reworked patch for labels on user space messages
2006-04-30 Soyoung Park[NETLINK]: cleanup unused macro in net/netlink/af_netlink.c
2006-03-27 Alan Stern[PATCH] Notifier chain update: API changes
2006-03-26 Ingo Molnar[PATCH] sem2mutex: misc static one-file mutexes
2006-03-21 Patrick McHardy[NETLINK]: Add netlink_has_listeners for avoiding unnec...
2006-03-13 Patrick McHardy[NETLINK]: Fix use-after-free in netlink_recvmsg
2006-02-13 Jamal Hadi Salim[NETLINK] genetlink: Fix bugs spotted by Andrew Morton.
2006-02-10 Alexey Kuznetsov[NETLINK]: Fix a severe bug
2006-01-13 Per Liden[PATCH] genetlink: don't touch module ref count
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-10 Martin Murray[AF_NETLINK]: Fix DoS in netlink_rcv_skb()
2006-01-09 Kirill Korotaev[PATCH] netlink oops fix due to incorrect error code
2006-01-03 Per Liden[NETLINK] genetlink: fix cmd type in genl_ops to be...
2006-01-03 Eric Dumazet[NET]: move struct proto_ops to const
2005-11-22 Herbert Xu[NETLINK]: Use tgid instead of pid for nlmsg_pid
2005-11-10 Thomas Graf[NETLINK]: Generic netlink family
2005-11-10 Thomas Graf[NETLINK]: Generic netlink receive queue processor
2005-11-10 Thomas Graf[NETLINK]: Make netlink_callback->done() optional
2005-11-10 Thomas Graf[NETLINK]: Type-safe netlink messages/attributes interface
2005-10-28 Linus TorvaldsMerge /pub/scm/linux/kernel/git/acme/net-2.6.15
2005-10-28 Al Viro[PATCH] gfp_t: net/*
2005-10-26 Jayachandran C[NETLINK]: Remove dead code in af_netlink.c
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-06 Patrick McHardy[NETLINK]: Don't prevent creating sockets when no kerne...
2005-08-29 Arnaldo Carvalho... [NETLINK]: Fix sparse warnings
2005-08-29 Patrick McHardy[NETLINK]: Add "groups" argument to netlink_kernel_create
2005-08-29 Patrick McHardy[NETLINK]: Add set/getsockopt options to support more...
2005-08-29 Patrick McHardy[NETLINK]: Support dynamic number of multicast groups...
2005-08-29 Patrick McHardy[NETLINK]: Return -EPROTONOSUPPORT in netlink_create...
2005-08-29 Patrick McHardy[NETLINK]: Use group numbers instead of bitmasks internally
2005-08-29 Patrick McHardy[NETLINK]: Fix module refcounting problems
2005-08-29 Patrick McHardy[NETLINK]: Remove unused groups member from struct...
2005-08-29 Harald Welte[NETLINK]: Add properly module refcounting for kernel...
2005-07-18 Victor Fusco[NETLINK]: Fix "nocast type" warnings
2005-07-08 David S. Miller[NET]: Transform skb_queue_len() binary tests into...
2005-06-26 David S. Miller[NETLINK]: Fix two socket hashing bugs.
2005-06-19 Thomas Graf[NETLINK]: Introduce NLMSG_NEW macro to better handle...
2005-05-19 Tommy S. Christensen[NETLINK]: Defer socket destruction a bit
2005-05-19 Tommy S. Christensen[NETLINK]: Move broadcast skb_orphan to the skb_get...
2005-05-19 Tommy S. Christensen[NETLINK]: Fix race with recvmsg().
2005-05-05 David WoodhouseMerge ... /linux/kernel/git/torvalds/linux-2.6.git
2005-05-03 Herbert Xu[NETLINK]: cb_lock does not needs ref count on sk
next