aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro1-6/+6
2003-07-12[NETLINK]: Just drop packets for kernel netlink socket with no data_ready han...James Morris1-0/+4
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo1-3/+1
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo1-23/+21
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo1-49/+52
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-3/+3
2003-05-25[NETLINK]: Use module_init() in netlink_dev.cLinus Torvalds2-16/+5
2003-05-20[NET]: Use ARRAY_SIZE where appropriate.Andries E. Brouwer1-2/+2
2003-05-14o af_netlink: netlink_proto_init has to be core_initcallArnaldo Carvalho de Melo1-1/+1
2003-05-07[PATCH] switch most remaining drivers over to devfs_mk_bdevAndrew Morton1-14/+8
2003-05-02o netlink: use revised net module infrastructureArnaldo Carvalho de Melo1-1/+2
2003-04-22o net: module refcounting for sk_alloc/sk_freeArnaldo Carvalho de Melo1-1/+7
2003-04-21[NETLINK]: Fix minor numbers in netlink_dev.cDavid S. Miller1-9/+17
2003-04-21o rtnetlink_dev: use C99 struct init styleArnaldo Carvalho de Melo1-10/+40
2003-04-03o net: CodyngStyle reformatting, no code changesArnaldo Carvalho de Melo1-2/+2
2003-03-23[PATCH] devfs_mk_dir simplificationChristoph Hellwig1-1/+1
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-7/+22
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-2/+2
2003-02-23[NETLINK]: Un-duplicate rcv wakeup logic.James Morris1-9/+12
2003-02-22[NETLINK]: Remove buggy and useless rcv queue wakeup tests.David S. Miller1-12/+8
2003-02-06[LSM]: Networking netlink socket capability hooks.James Morris1-1/+7
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-12-06[PATCH] undeclared variable in netlink device emulationPetr Vandrovec1-0/+2
2002-12-04[PATCH] fix netlink compile breakageJeff Garzik1-1/+3
2002-12-03[PATCH] netlink cleanupAlexander Viro1-17/+28
2002-12-01[PATCH] C99 initializer patches for four net/ filesArt Haas1-2/+2
2002-11-17[IPSEC]: Make xfrm_user key manager return proper errors.David S. Miller1-4/+12
2002-10-27[NET]: Backport netlink_set_nonroot changes by Andi Kleen.James Morris1-3/+15
2002-10-10net-kiocb.diffBenjamin LaHaise1-2/+4
2002-08-01Merge nuts.ninka.net:/home/davem/src/BK/BAK-net-2.5David S. Miller2-4/+2
2002-07-30Removed devfs_register_chrdev and devfs_unregister_chrdev.Greg Kroah-Hartman1-2/+2
2002-07-27kbuild: Fix "export-objs"Kai Germaschewski1-2/+0
2002-07-18NET: Use ISO C struct initializers.Rusty Russell2-28/+28
2002-07-12Netlink: Pid check changes need to use 2.5.x style sock private accessing.David S. Miller1-2/+2
2002-06-24NETLINK: Add unicast release notifier.James Morris1-0/+19
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-12/+2
2002-04-02[PATCH] Add missing MODULE_LICENSE tagsDave Jones1-0/+2
2002-02-10Split protocol specific information out from struct sock.David S. Miller1-84/+106
2002-02-05[PATCH] 2.5.4-pre1: further llseek cleanup (2/3)Robert Love1-6/+1
2002-02-05v2.5.2.3 -> v2.5.2.4Linus Torvalds1-3/+1
2002-02-05v2.5.2.2 -> v2.5.2.3Linus Torvalds1-0/+2
2002-02-05v2.5.2 -> v2.5.2.1Linus Torvalds1-4/+6
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds1-6/+6
2002-02-04v2.4.14.1 -> v2.4.14.2Linus Torvalds1-8/+5
2002-02-04v2.4.5.7 -> v2.4.5.8Linus Torvalds1-2/+2
2002-02-04v2.4.5.5 -> v2.4.5.6Linus Torvalds1-0/+10
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-0/+1
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds2-2/+2
2002-02-04Import changesetLinus Torvalds3-0/+1234