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