- 2.6.17 port work build breaks, but the patch set is relativly stable
[linux-flexiantxendom0-3.2.10.git] / net / netlink / af_netlink.c
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
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/)
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 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 receive queue processor
2005-11-10 Thomas Graf[NETLINK]: Make netlink_callback->done() optional
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
2005-04-30 Andrew Mortonnetlink audit warning fix
2005-04-29 Serge HallynAdd audit uid to netlink credentials
2005-04-26 Al Viro[NET]: kill gratitious includes of major.h
2005-04-26 Al Viro[PATCH] kill gratitious includes of major.h under net/*
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-01-21 Pablo Neira[NETLINK]: Move nl_nonroot into netlink_table.
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2005-01-19 Herbert Xu[NETLINK]: Unshare SKB, as necessary, in netlink_trim()
2005-01-17 Herbert Xu[NETLINK]: Orphan SKBs in netlink_trim().
2005-01-13 Thomas Gleixner[NET]: Lock initializer cleanup.
2005-01-13 David S. Miller[NETLINK]: netlink_kernel[] no longer used.
2005-01-10 Arjan van de Ven[NETLINK]: Kill netlink_post, no longer used
2004-12-27 Adrian Bunk[NETLINK]: Staticize and remove unused functions.
2004-11-15 Herbert Xu[NETLINK]: Fix mc_list operations
2004-11-05 Herbert Xu[NETLINK]: Fix pid rover code.
2004-11-03 Herbert Xu[NETLINK]: Hash sockets by pid if not multicast.
2004-10-27 Herbert Xu[NETLINK]: Check netlink_insert in kernel_create
2004-10-26 Herbert Xu[NETLINK]: Remove netlink_sock_nr
2004-10-19 Herbert Xu[NETLINK]: Yield in netlink_broadcast when congested.
2004-09-28 David S. Miller[NETLINK]: In netlink_trim(), verify that SKB is not...
2004-09-28 Herbert Xu[NETLINK]: Trim SKBs at netlink_{unicast,broadcast...
2004-09-27 Herbert Xu[NETLINK]: Kill export of netlink_broadcast_deliver.
2004-09-21 David S. MillerCset exclude: pablo@eurodev.net|ChangeSet|2004082800112...
2004-08-27 Pablo Neira[NETLINK]: Improve behavior.
2004-07-05 Herbert Xu[NETLINK]: Return err in netlink_connect.
2004-07-05 Herbert Xu[NETLINK]: Check connect address.
2004-07-05 Anton Blanchard[PATCH] gcc 3.5 fixes
2004-06-18 James Morris[PATCH] SELinux: Fine-grained Netlink support - add...
2004-06-18 James Morris[PATCH] SELinux: Fine-grained Netlink support - move...
2004-06-15 James Morris[SELINUX]: Fine-grained Netlink support - add sk to...
2004-06-15 James Morris[SELINUX]: Fine-grained Netlink support - move security...
2004-05-19 Peter Martuccelli[NETLINK]: Fix typo in netlink_unicast.
2004-05-08 James Morris[NET]: Add sock_create_lite()
2004-04-28 Stephen Hemminger[NETLINK]: Mark some functions/data static.
2004-04-12 Andrew Morton[PATCH] split netlink_unicast
2004-04-05 Manfred Spraul[NETLINK]: Split up netlink_unicast.
2004-02-09 Olaf Hering+- update to post 2.6.3-rc1 20040209
2004-02-06 Andrew Morton[NETLINK]: Fix illegal lvalue with gcc-3.5
2004-01-15 Olaf Hering+- add patches.fixes/linus-latest-2.6
2004-01-08 Stephen Hemminger[NETLINK]: Use size_t for size in {send,recv}msg.
2003-11-18 Olaf Hering+- update to 2.6.0-test9-bk22, update config, arch...
2003-11-04 David S. Miller[NETLINK]: Initialize nl_pad in getname and recvmsg...
2003-10-06 David S. Miller[NETLINK]: Set socket error on netlink_ack() allocation...
2003-09-28 Arnaldo Carvalho... o NET: move net/netlink/af_netlink.c EXPORT_SYMBOLs...
2003-09-19 John Levon[NET]: SEQ_START_TOKEN for af_netlink.c
2003-09-03 Andrew Morton[NET]: Fix 64-bit warnings in af_netlink.c
2003-09-02 Stephen Hemminger[NET]: Convert af_netlink.c over to seq_file.
2003-09-01 Rusty Russell[NET]: Use MODULE_ALIAS() in network families.
2003-07-12 James Morris[NETLINK]: Just drop packets for kernel netlink socket...
2003-06-18 Arnaldo Carvalho... o net: make sk_{add,del}_node functions take care of...
2003-06-16 Arnaldo Carvalho... o net: use hlist for struct sock hash lists
2003-06-04 Arnaldo Carvalho... o net: create struct sock_common and use in struct...
2003-05-28 Arnaldo Carvalho... o net: abstract access to struct sock ->flags
2003-05-25 Linus Torvalds[NETLINK]: Use module_init() in netlink_dev.c
2003-05-14 Arnaldo Carvalho... o af_netlink: netlink_proto_init has to be core_initcall
2003-05-03 Arnaldo Carvalho... o netlink: use revised net module infrastructure
2003-04-22 Arnaldo Carvalho... o net: module refcounting for sk_alloc/sk_free
2003-04-03 Arnaldo Carvalho... o net: CodyngStyle reformatting, no code changes
2003-03-06 Benjamin LaHaise[NET]: Simplify scm handling and sendmsg/recvmsg invoca...
2003-03-02 James Morris[NET]: Convert volatile char socket flags to real bitop...
2003-02-23 James Morris[NETLINK]: Un-duplicate rcv wakeup logic.
2003-02-22 David S. Miller[NETLINK]: Remove buggy and useless rcv queue wakeup...
2003-02-06 James Morris[LSM]: Networking netlink socket capability hooks.
2002-12-01 Art Haas[PATCH] C99 initializer patches for four net/ files
2002-11-18 David S. Miller[IPSEC]: Make xfrm_user key manager return proper errors.
2002-10-27 James Morris[NET]: Backport netlink_set_nonroot changes by Andi...
2002-10-10 Benjamin LaHaisenet-kiocb.diff
next