aboutsummaryrefslogtreecommitdiff
path: root/net/ieee802154/dgram.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-30ieee802154: it's IEEE 802.15.4, not ZigBeeGravatar Dmitry Eremin-Solenikov 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-14net: sk_drops consolidationGravatar Eric Dumazet 1-1/+0
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgGravatar Neil Horman 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2009-09-15af_ieee802154: setsockopt optlen arg isn't __userGravatar Dmitry Eremin-Solenikov 1-1/+1
2009-08-12af_ieee802154: add support for WANT_ACK socket optionGravatar Dmitry Baryshkov 1-4/+54
2009-08-12af_ieee802154: minor cleanup in dgram_bindGravatar Dmitry Baryshkov 1-6/+8
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+14
2009-08-06af_ieee802154: provide dummy get/setsockoptGravatar Dmitry Eremin-Solenikov 1-0/+14
2009-07-23ieee802154: move headers out of extra directoryGravatar Dmitry Eremin-Solenikov 1-3/+3
2009-06-18net: correct off-by-one write allocations reportsGravatar Eric Dumazet 1-1/+2
2009-06-11ieee802154: Use '%Zu' printf format for size_t.Gravatar David S. Miller 1-1/+1
2009-06-09net: add IEEE 802.15.4 socket family implementationGravatar Sergey Lapin 1-0/+394