netlink: fix for too early rmmod
[safe/jmp/linux-2.6] / net / netlink / af_netlink.c
2010-02-04 Alexey Dobriyannetlink: fix for too early rmmod
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-17 Johannes Bergnetlink: remove subscriptions check on notifier
2009-11-11 Cyrill Gorcunovnet: netlink_getname, packet_getname -- use DECLARE_SOC...
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-27 John Fastabendnet: fix nlmsg len size for skb when error bit is set.
2009-09-24 Johannes Berggenetlink: fix netns vs. netlink table locking (2)
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-09-15 Johannes Berggenetlink: fix netns vs. netlink table locking
2009-08-25 Patrick McHardynetlink: constify nlmsghdr arguments
2009-07-15 Johannes Bergnet/compat/wext: send different messages to compat...
2009-07-12 Johannes Bergnetlink: use call_rcu for netlink_change_ngroups
2009-07-12 Johannes Bergnetlink: remove unused exports
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-03-24 Pablo Neira Ayusonetlink: add NETLINK_NO_ENOBUFS socket flag
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
next