History log of /openbmc/linux/net/netlink/af_netlink.c (Results 2851 – 2875 of 2956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v2.6.14-rc4
# dd0fc66f 07-Oct-2005 Al Viro <viro@ftp.linux.org.uk>

[PATCH] gfp flags annotations - part 1

- added typedef unsigned int __nocast gfp_t;

- replaced __nocast uses for gfp flags with gfp_t - it gives exactly
the same warnings as far as sparse is c

[PATCH] gfp flags annotations - part 1

- added typedef unsigned int __nocast gfp_t;

- replaced __nocast uses for gfp flags with gfp_t - it gives exactly
the same warnings as far as sparse is concerned, doesn't change
generated code (from gcc point of view we replaced unsigned int with
typedef) and documents what's going on far better.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

show more ...


Revision tags: v2.6.14-rc3
# 4e0c1159 24-Sep-2005 Dave Airlie <airlied@starflyer.(none)>

update from upstream


Revision tags: v2.6.14-rc2
# d7f6884a 14-Sep-2005 Jeff Garzik <jgarzik@pobox.com>

Merge /spare/repo/linux-2.6/


Revision tags: v2.6.14-rc1
# d344c5e0 09-Sep-2005 Dmitry Torokhov <dtor_core@ameritech.net>

Manual merge with Linus


# 344a0761 08-Sep-2005 Tony Luck <tony.luck@intel.com>

[IA64] Manual merge fix for 3 files

arch/ia64/Kconfig
arch/ia64/kernel/acpi.c
include/asm-ia64/irq.h

Signed-off-by: Tony Luck <tony.luck@intel.com>


# 1d6ae775 08-Sep-2005 Jeff Garzik <jgarzik@pobox.com>

Merge /spare/repo/linux-2.6/


# 142e27fc 08-Sep-2005 Jeff Garzik <jgarzik@pobox.com>

Merge /spare/repo/linux-2.6/


# c324b44c 08-Sep-2005 Jeff Garzik <jgarzik@pobox.com>

Merge /spare/repo/linux-2.6/


# 5a2cec83 08-Sep-2005 Jeff Garzik <jgarzik@pobox.com>

Merge /spare/repo/linux-2.6/


# 64e47488 08-Sep-2005 Len Brown <len.brown@intel.com>

Merge linux-2.6 with linux-acpi-2.6


# f7402dc4 07-Sep-2005 Linus Torvalds <torvalds@g5.osdl.org>

Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6


# 513c2500 06-Sep-2005 Patrick McHardy <kaber@trash.net>

[NETLINK]: Don't prevent creating sockets when no kernel socket is registered

This broke the pam audit module which includes an incorrect check for
-ENOENT instead of -EPROTONOTSUPP.

Signed-off-by:

[NETLINK]: Don't prevent creating sockets when no kernel socket is registered

This broke the pam audit module which includes an incorrect check for
-ENOENT instead of -EPROTONOTSUPP.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

show more ...


# 15c42e5a 04-Sep-2005 Dmitry Torokhov <dtor_core@ameritech.net>

Merge HEAD from rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git


# 129521dc 03-Sep-2005 Len Brown <len.brown@intel.com>

Merge linux-2.6 into linux-acpi-2.6 test


# ceeec3dc 01-Sep-2005 Jeff Garzik <jgarzik@pobox.com>

/spare/repo/netdev-2.6 branch 'ieee80211'


# e3ee3b78 01-Sep-2005 Jeff Garzik <jgarzik@pobox.com>

/spare/repo/netdev-2.6 branch 'master'


# 2016ef78 30-Aug-2005 Steve French <sfrench@us.ibm.com>

Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git


# ed735ccb 30-Aug-2005 Jeff Garzik <jgarzik@pobox.com>

Merge HEAD from /spare/repo/linux-2.6/.git


# 288ceb8f 30-Aug-2005 Tony Luck <tony.luck@intel.com>

Auto-update from upstream


# 2fcf5225 30-Aug-2005 Jeff Garzik <jgarzik@pobox.com>

/spare/repo/libata-dev branch 'master'


# 4dd9e909 30-Aug-2005 Jeff Garzik <jgarzik@pobox.com>

/spare/repo/libata-dev branch 'master'


# 826509f8 29-Aug-2005 Linus Torvalds <torvalds@g5.osdl.org>

Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git


Revision tags: v2.6.13, v2.6.13-rc7
# 6ed8a485 16-Aug-2005 Arnaldo Carvalho de Melo <acme@mandriva.com>

[NETLINK]: Fix sparse warnings

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>


# 06628607 15-Aug-2005 Patrick McHardy <kaber@trash.net>

[NETLINK]: Add "groups" argument to netlink_kernel_create

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>


# 9a4595bc 15-Aug-2005 Patrick McHardy <kaber@trash.net>

[NETLINK]: Add set/getsockopt options to support more than 32 groups

NETLINK_ADD_MEMBERSHIP/NETLINK_DROP_MEMBERSHIP are used to join/leave
groups, NETLINK_PKTINFO is used to enable nl_pktinfo contro

[NETLINK]: Add set/getsockopt options to support more than 32 groups

NETLINK_ADD_MEMBERSHIP/NETLINK_DROP_MEMBERSHIP are used to join/leave
groups, NETLINK_PKTINFO is used to enable nl_pktinfo control messages
for received packets to get the extended destination group number.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

show more ...


1...<<111112113114115116117118119