index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netlink
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-31
[NET]: Remove i_sock
Matthew Wilcox
1
-3
/
+2
2005-03-31
Merge bk://kernel.bkbits.net/acme/net-2.6
David S. Miller
1
-9
/
+19
2005-03-31
[NETLINK]: More complete fix for race.
Herbert Xu
1
-3
/
+3
2005-03-30
[NETLINK]: Fix sk_rmem_alloc assertion failure.
Herbert Xu
1
-0
/
+2
2005-03-26
[NET] make all protos partially use sk_prot
Arnaldo Carvalho de Melo
1
-9
/
+19
2005-03-22
[NET]: Kill NETLINK_DEV and its only user, ethertap.
David S. Miller
2
-279
/
+0
2005-03-22
[NETLINK]: Remove unused netlink NL_EMULATE_DEV code
Chris Wright
1
-23
/
+1
2005-03-14
[NETLINK]: Fix multicast bind/autobind race
Herbert Xu
1
-1
/
+0
2005-02-08
Resolve ATM conflicts.
David S. Miller
1
-30
/
+28
2005-01-20
[NETLINK]: Move nl_nonroot into netlink_table.
Pablo Neira
1
-3
/
+3
2005-01-20
[NETLINK] stop using sk_protinfo
Arnaldo Carvalho de Melo
1
-30
/
+28
2005-01-18
[NETLINK]: Unshare SKB, as necessary, in netlink_trim()
Herbert Xu
1
-8
/
+18
2005-01-16
[NETLINK]: Orphan SKBs in netlink_trim().
Herbert Xu
1
-9
/
+3
2005-01-13
[NET]: Lock initializer cleanup.
Thomas Gleixner
1
-1
/
+1
2005-01-13
[NETLINK]: netlink_kernel[] no longer used.
David S. Miller
1
-4
/
+0
2005-01-09
[NETLINK]: Kill netlink_post, no longer used
Arjan van de Ven
1
-34
/
+0
2004-12-27
[NETLINK]: Staticize and remove unused functions.
Adrian Bunk
1
-27
/
+1
2004-11-14
[NETLINK]: Fix mc_list operations
Herbert Xu
1
-2
/
+9
2004-11-05
[NETLINK]: Fix pid rover code.
Herbert Xu
1
-4
/
+3
2004-11-02
[NETLINK]: Hash sockets by pid if not multicast.
Herbert Xu
1
-109
/
+374
2004-10-27
[NETLINK]: Check netlink_insert in kernel_create
Herbert Xu
1
-1
/
+4
2004-10-26
[NETLINK]: Remove netlink_sock_nr
Herbert Xu
1
-8
/
+0
2004-10-19
Merge bk://kernel.bkbits.net/davem/net-2.6
Linus Torvalds
1
-3
/
+9
2004-10-19
[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>
Adrian Bunk
1
-1
/
+1
2004-10-19
[NETLINK]: Yield in netlink_broadcast when congested.
Herbert Xu
1
-3
/
+9
2004-09-28
[NETLINK]: In netlink_trim(), verify that SKB is not on a list.
David S. Miller
1
-0
/
+6
2004-09-28
[NETLINK]: Trim SKBs at netlink_{unicast,broadcast}() time.
Herbert Xu
1
-0
/
+15
2004-09-27
[NETLINK]: Kill export of netlink_broadcast_deliver.
Herbert Xu
1
-1
/
+0
2004-09-21
Cset exclude: pablo@eurodev.net|ChangeSet|20040828001121|29246
David S. Miller
1
-73
/
+4
2004-08-27
[NETLINK]: Improve behavior.
Pablo Neira
1
-4
/
+73
2004-07-05
[NETLINK]: Return err in netlink_connect.
Herbert Xu
1
-1
/
+1
2004-07-05
[NETLINK]: Check connect address.
Herbert Xu
1
-1
/
+5
2004-07-04
[PATCH] gcc 3.5 fixes
Anton Blanchard
1
-1
/
+1
2004-06-15
[SELINUX]: Fine-grained Netlink support - add sk to netlink_send hook
James Morris
1
-1
/
+1
2004-06-15
[SELINUX]: Fine-grained Netlink support - move security_netlink_send() hook.
James Morris
1
-4
/
+4
2004-06-03
[PATCH] sparse: netlink annotation
Alexander Viro
1
-3
/
+3
2004-05-19
[NETLINK]: Fix typo in netlink_unicast.
Peter Martuccelli
1
-1
/
+1
2004-05-08
[NET]: Add sock_create_lite()
James Morris
1
-3
/
+1
2004-05-08
[NET]: Add sock_create_kern()
James Morris
1
-1
/
+1
2004-04-28
[NETLINK]: Mark some functions/data static.
Stephen Hemminger
1
-4
/
+4
2004-04-11
[PATCH] split netlink_unicast
Andrew Morton
1
-26
/
+94
2004-03-10
[PATCH] Add sysfs simple class support for netlink
Leann Ogasawara
1
-2
/
+18
2004-02-05
[NETLINK]: Fix illegal lvalue with gcc-3.5
Andrew Morton
1
-1
/
+1
2004-01-08
[NETLINK]: Use size_t for size in {send,recv}msg.
Stephen Hemminger
1
-4
/
+4
2003-11-03
[NETLINK]: Initialize nl_pad in getname and recvmsg, noticed by Uli Drepper.
David S. Miller
1
-0
/
+2
2003-10-06
[NETLINK]: Set socket error on netlink_ack() allocation failure.
David S. Miller
1
-1
/
+11
2003-09-28
o NET: move net/netlink/af_netlink.c EXPORT_SYMBOLs from net/netsyms.c
Arnaldo Carvalho de Melo
1
-0
/
+18
2003-09-19
[NET]: SEQ_START_TOKEN for af_netlink.c
John Levon
1
-3
/
+3
2003-09-03
[NET]: Fix 64-bit warnings in af_netlink.c
Andrew Morton
1
-2
/
+2
2003-09-01
[NET]: Convert af_netlink.c over to seq_file.
Stephen Hemminger
1
-46
/
+93
[next]