index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ieee802154
/
dgram.c
Age
Commit message (
Expand
)
Author
2014-07-07
6lowpan: mac802154: fix coding style issues
Varka Bhadram
2014-05-16
ieee802154: add dgram sockopts for security control
Phoebe Buckheister
2014-05-15
ieee802154: fix dgram socket sendmsg()
Phoebe Buckheister
2014-05-15
ieee802154: change _cb handling slightly
Phoebe Buckheister
2014-03-20
ieee802154: dgram: cleanup set of broadcast panid
Alexander Aring
2014-03-18
ieee802154: properly unshare skbs in ieee802154 *_rcv functions
Phoebe Buckheister
2014-03-14
ieee802154: add proper length checks to header creations
Phoebe Buckheister
2014-03-14
ieee802154: use ieee802154_addr instead of *_sa variants
Phoebe Buckheister
2014-03-14
mac802154: use header operations to create/parse headers
Phoebe Buckheister
2014-03-14
ieee802154: enforce consistent endianness in the 802.15.4 stack
Phoebe Buckheister
2014-03-14
ieee802154: rename struct ieee802154_addr to *_sa
Phoebe Buckheister
2014-01-18
net: add build-time checks for msg->msg_name size
Steffen Hurrle
2013-11-18
inet: prevent leakage of uninitialized memory to user in recv syscalls
Hannes Frederic Sowa
2013-03-27
ieee802154/dgram: Pass source address in dgram_recvmsg
Stephen Röttger
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2012-07-08
ieee802154: verify packet size before trying to allocate it
Sasha Levin
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
2011-11-18
net: Remove all uses of LL_ALLOCATED_SPACE
Herbert Xu
2011-06-30
ieee802154: it's IEEE 802.15.4, not ZigBee
Dmitry Eremin-Solenikov
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-10-14
net: sk_drops consolidation
Eric Dumazet
2009-10-12
net: Generalize socket rx gap / receive queue overflow cmsg
Neil Horman
2009-09-30
net: Make setsockopt() optlen be unsigned.
David S. Miller
2009-09-15
af_ieee802154: setsockopt optlen arg isn't __user
Dmitry Eremin-Solenikov
2009-08-12
af_ieee802154: add support for WANT_ACK socket option
Dmitry Baryshkov
2009-08-12
af_ieee802154: minor cleanup in dgram_bind
Dmitry Baryshkov
2009-08-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-08-06
af_ieee802154: provide dummy get/setsockopt
Dmitry Eremin-Solenikov
2009-07-23
ieee802154: move headers out of extra directory
Dmitry Eremin-Solenikov
2009-06-18
net: correct off-by-one write allocations reports
Eric Dumazet
2009-06-11
ieee802154: Use '%Zu' printf format for size_t.
David S. Miller
2009-06-09
net: add IEEE 802.15.4 socket family implementation
Sergey Lapin