aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/af_llc.c
Commit message (Expand)AuthorAgeFilesLines
* update network codemigrate_3.2Wolfgang Wiedmeyer2015-10-241-4/+3
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+2
* llc: fix info leak via getsockname()Mathias Krause2012-10-021-2/+1
* llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu2012-01-061-4/+10
* net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet2010-12-081-5/+6
* net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter2010-09-131-1/+2
* net: sk_sleep() helperEric Dumazet2010-04-201-6/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* llc: fix SAP reference counting w.r.t. socket handlingOctavian Purdila2009-12-261-4/+1
* llc: convert the socket list to RCU lockingOctavian Purdila2009-12-261-0/+1
* llc: add support for SO_BINDTODEVICEOctavian Purdila2009-12-261-2/+27
* llc: add support for LLC_OPT_PKTINFOOctavian Purdila2009-12-261-0/+29
* net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+4
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* NET: llc, zero sockaddr_llc structJiri Slaby2009-08-231-0/+1
* net: remove needless (now buggy) & from dev->dev_addr (part2)Jiri Pirko2009-05-171-1/+1
* 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