serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / net / netlink /
2008-02-01 Al Viro[PATCH] switch audit_get_loginuid() to task_struct *
2008-02-01 Pavel Emelyanov[NETNS]: Fix race between put_net() and netlink_kernel_...
2008-01-28 Patrick McHardy[NETLINK]: Add nla_append()
2008-01-28 Denis V. Lunev[NETNS]: Namespace stop vs 'ip r l' race.
2008-01-28 Denis V. Lunev[NETNS]: Consolidate kernel netlink socket destruction.
2008-01-28 Denis V. Lunev[NETNS]: Double free in netlink_release.
2008-01-28 Ilpo Järvinen[NETLINK] af_netlink: kill some bloat
2008-01-28 Eric Dumazet[NET]: Add some acquires/releases sparse annotations.
2008-01-28 Eric Dumazet[NETLINK]: kzalloc() conversion
2008-01-28 Patrick McHardy[NETLINK]: af_netlink.c checkpatch cleanups
2008-01-28 Denis V. Lunev[NET]: Consolidate net namespace related proc files...
2007-11-13 Denis V. Lunev[NET]: Move unneeded data to initdata section.
2007-11-07 Patrick McHardy[NETLINK]: Fix unicast timeouts
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-27 Eric W. Biederman[NET]: Marking struct pernet_operations __net_initdata...
2007-10-24 Denis V. Lunev[NETLINK]: Fix ACK processing after netlink_dump_start
2007-10-15 Jesper Juhl[NETLINK]: Don't leak 'listeners' in netlink_kernel_cre...
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-11 Denis V. Lunev[NET]: unify netlink kernel socket recognition
2007-10-11 Denis V. Lunev[NET]: cleanup 3rd argument in netlink_sendskb
2007-10-11 Denis V. Lunev[NET]: Make netlink processing routines semi-synchronio...
2007-10-10 Pavel Emelyanov[NET]: Make core networking code use seq_open_private
2007-10-10 Pavel Emelyanov[NETNS]: Move some code into __init section when CONFIG...
2007-10-10 Denis Cheng[NETLINK]: the temp variable name max is ambiguous
2007-10-10 Denis Cheng[NETLINK]: use the macro min(x,y) provided by <linux...
2007-10-10 Herbert Xu[NETLINK]: Avoid pointer in netlink_run_queue
2007-10-10 Eric W. Biederman[NET]: Fix race when opening a proc file while a networ...
2007-10-10 Thomas Graf[NETLINK]: Introduce nested and byteorder flag to netli...
2007-10-10 Eric W. Biederman[NET]: Support multiple network namespaces with netlink
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-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
next