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