aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154/af_ieee802154.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-05net/ieee802154: Remove and add extra blank lines as needed.Stefan Schmidt1-2/+2
2014-10-25ieee802154: mac802154: remove FSF addressAlexander Aring1-4/+0
2014-07-076lowpan: mac802154: fix coding style issuesVarka Bhadram1-14/+12
2014-03-20af_ieee802154: fix check on broadcast addressAlexander Aring1-1/+1
2014-03-14mac802154: use header operations to create/parse headersPhoebe Buckheister1-10/+12
2014-03-14ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister1-5/+5
2014-03-14ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister1-1/+1
2014-03-12ieee802154: Convert uses of __constant_<foo> to <foo>Joe Perches1-1/+1
2011-06-30ieee802154: free skb buffer if dev isn't runningAlexander Smirnov1-1/+1
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-3/+3
2010-04-26ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt1-0/+3
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+3
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+1
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-08-19Drop ARPHRD_IEEE802154_PHYDmitry Eremin-Solenikov1-3/+1
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+5
2009-08-06af_ieee802154: fix ioctl processingDmitry Eremin-Solenikov1-3/+5
2009-07-23ieee802154: move headers out of extra directoryDmitry Eremin-Solenikov1-2/+2
2009-06-19ieee802154: use standard routine for printing dumpsDmitry Baryshkov1-9/+3
2009-06-09net: add IEEE 802.15.4 socket family implementationSergey Lapin1-0/+372