Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
[safe/jmp/linux-2.6] / net / netlink / af_netlink.c
2009-03-24 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-03-23 Pablo Neira Ayusonefilter: nfnetlink: add nfnetlink_set_err and use...
2009-03-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-04 Pablo Neira Ayusonetlink: invert error code in netlink_set_err()
2009-02-27 Wei Yongjunnetlink: remove some pointless conditionals before...
2009-02-25 Pablo Neira Ayusonetlink: change nlmsg_notify() return value logic
2009-02-20 Pablo Neira Ayusonetlink: add NETLINK_BROADCAST_ERROR socket option
2009-02-06 Pablo Neira Ayusonetlink: change return-value logic of netlink_broadcast()
2008-11-24 Eric Dumazetnet: Make sure BHs are disabled in sock_prot_inuse_add()
2008-11-24 David S. Millernet: Make sure BHs are disabled in sock_prot_inuse_add()
2008-11-23 Eric Dumazetnet: af_netlink should update its inuse counter
2008-10-16 Johannes Bergnet: Remove CONFIG_KMOD from net/ (towards removing...
2008-10-14 Alan Coxnet: Rationalise email address: Network Specific Parts
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-07-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-07-02 Wang Chennetlink: Unneeded local variable
2008-06-05 Denis V. Lunevnetlink: Remove nonblock parameter from netlink_attachskb
2008-04-28 Eric ParisAudit: collect sessionid in netlink messages
2008-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-18 Ahmed S. DarwishNetlink: Use generic LSM hook
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit namespace comparision without CONFIG_...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit seq_net_private->net without CONFIG_N...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-21 Stephen Hemmingernetlink: make socket filters work on netlink
2008-02-29 Denis V. Lunev[NET]: Make netlink_kernel_release publically available...
2008-02-29 Denis V. Lunev[NETLINK]: No need for a separate __netlink_release...
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 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-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 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-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-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 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-03 Thomas Graf[NETLINK]: Remove unused dst_pid field in netlink_skb_parms
2006-12-03 Thomas Graf[NETLINK]: Do precise netlink message allocations where...
2006-10-30 Heiko Carstens[NET]: fix uaccess handling
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-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-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-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-10 Alexey Kuznetsov[NETLINK]: Fix a severe bug
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
next