summaryrefslogtreecommitdiffstats
path: root/net/llc/af_llc.c
Commit message (Expand)AuthorAgeFilesLines
* llc: switch type to bool as the timeout is only tested versus 0Alan Cox2016-09-171-2/+2
* net: fix infoleak in llcKangjie Lu2016-05-041-0/+1
* af_llc: fix types on llc_ui_wait_for_connOne Thousand Gnomes2016-02-171-2/+2
* tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-2/+2
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-2/+1
* net_dma: simple removalDan Williams2014-09-281-5/+5
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-2/+2
* net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann2014-01-021-2/+3
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* llc: Use normal etherdevice.h testsJoe Perches2013-09-031-3/+3
* llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause2013-04-071-0/+2
* net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman2012-11-181-1/+1
* llc: fix info leak via getsockname()Mathias Krause2012-08-151-2/+1
* llc2: Call llc_station_exit() on llc2_init() failure pathBen Hutchings2012-08-141-2/+3
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-1/+1
* net: include/net/sock.h cleanupEric Dumazet2012-05-171-2/+2
* net: delete all instances of special processing for token ringPaul Gortmaker2012-05-151-2/+1
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-4/+3
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* llc: Fix race condition in llc_ui_recvmsgRadu Iliescu2012-01-241-0/+5
* llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu2011-12-191-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
OpenPOWER on IntegriCloud