aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/af_llc.c
Commit message (Expand)AuthorAgeFilesLines
* llc: fix non-const printk warningStephen Hemminger2009-02-221-3/+3
* net: remove redundant argument commentsQinghuang Feng2008-11-211-1/+0
* llc: Use sock_graft() instead of by-hand version.David S. Miller2008-06-171-3/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-0/+3
|\
| * [LLC]: Restrict LLC sockets to rootPatrick McHardy2008-03-271-0/+3
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-8/+8
|/
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-2/+2
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-2/+5
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* [NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-9/+9
* [LLC]: anotationsAl Viro2006-12-021-1/+1
* [LLX]: SOCK_DGRAM interface fixesStephen Hemminger2006-08-041-12/+8
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [LLC]: allow datagram recvmsgStephen Hemminger2006-06-171-2/+2
* [I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech2006-06-171-1/+1
* [LLC]: Fix sap refcountingArnaldo Carvalho de Melo2006-03-201-1/+3
* [LLC]: Replace __inline__ with inlineArnaldo Carvalho de Melo2006-03-201-5/+4
* [LLC]: Fix struct proto .nameArnaldo Carvalho de Melo2006-03-201-1/+1
* [NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig2006-01-031-1/+1
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-2/+2
* [NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise2006-01-031-3/+2
* [LLC]: Make core block on remote busy.Jochen Friedrich2005-11-141-1/+4
* [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo2005-09-221-33/+147
* [LLC]: Fix sparse warningsArnaldo Carvalho de Melo2005-09-221-4/+1
* [LLC]: Fix for Bugzilla ticket #5157Jochen Friedrich2005-09-221-2/+2
* [LLC]: Fix for Bugzilla ticket #5156Jochen Friedrich2005-09-221-0/+6
* [LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo2005-09-221-5/+6
* [LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo2005-09-221-2/+0
* [LLC]: Use sk_wait_dataArnaldo Carvalho de Melo2005-09-221-19/+23
* [LLC]: Use some more likely/unlikelyArnaldo Carvalho de Melo2005-09-221-6/+4
* [LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo2005-09-221-12/+35
* [LLC]: Use the sk_wait_event primitiveArnaldo Carvalho de Melo2005-09-221-38/+27
* [LLC]: Convert llc_ui_wait_for_ functions to use prepare_to_wait/finish_waitArnaldo Carvalho de Melo2005-09-221-80/+67
* [LLC]: Help the compiler with likely/unlikely, saving some more bytesArnaldo Carvalho de Melo2005-09-221-18/+19
* [LLC]: Update comments for llc_ui_bind and llc_ui_autobind to match new behav...Arnaldo Carvalho de Melo2005-09-221-18/+7
* [LLC]: Remove unneeded temp net_device variablesArnaldo Carvalho de Melo2005-09-221-9/+5
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-291-1/+1
* [NET]: Kill skb->listDavid S. Miller2005-08-291-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1079