summaryrefslogtreecommitdiffstats
path: root/net/ieee802154/af_ieee802154.c
Commit message (Expand)AuthorAgeFilesLines
* ieee802154: rename af_ieee802154.c to socket.cAlexander Aring2015-01-031-1125/+0
* ieee802154: socket: fix checkpatch issueAlexander Aring2015-01-031-1/+1
* ieee802154: socket: put handling into one fileAlexander Aring2015-01-031-3/+759
* net/ieee802154: Remove and add extra blank lines as needed.Stefan Schmidt2014-12-051-2/+2
* ieee802154: mac802154: remove FSF addressAlexander Aring2014-10-251-4/+0
* 6lowpan: mac802154: fix coding style issuesVarka Bhadram2014-07-071-14/+12
* af_ieee802154: fix check on broadcast addressAlexander Aring2014-03-201-1/+1
* mac802154: use header operations to create/parse headersPhoebe Buckheister2014-03-141-10/+12
* ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister2014-03-141-5/+5
* ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister2014-03-141-1/+1
* ieee802154: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-1/+1
* ieee802154: free skb buffer if dev isn't runningAlexander Smirnov2011-06-301-1/+1
* net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet2010-12-081-3/+3
* ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt2010-04-261-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-0/+3
|\
| * net: check the length of the socket address passed to connect(2)Changli Gao2010-04-011-0/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* 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/+1
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* Drop ARPHRD_IEEE802154_PHYDmitry Eremin-Solenikov2009-08-191-3/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-3/+5
|\
| * af_ieee802154: fix ioctl processingDmitry Eremin-Solenikov2009-08-061-3/+5
* | ieee802154: move headers out of extra directoryDmitry Eremin-Solenikov2009-07-231-2/+2
|/
* ieee802154: use standard routine for printing dumpsDmitry Baryshkov2009-06-191-9/+3
* net: add IEEE 802.15.4 socket family implementationSergey Lapin2009-06-091-0/+372
OpenPOWER on IntegriCloud