aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154/dgram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-08ieee802154: verify packet size before trying to allocate itSasha Levin1-6/+6
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2011-11-18net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu1-2/+5
2011-06-30ieee802154: it's IEEE 802.15.4, not ZigBeeDmitry Eremin-Solenikov1-1/+1
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-10-14net: sk_drops consolidationEric Dumazet1-1/+0
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-15af_ieee802154: setsockopt optlen arg isn't __userDmitry Eremin-Solenikov1-1/+1
2009-08-12af_ieee802154: add support for WANT_ACK socket optionDmitry Baryshkov1-4/+54
2009-08-12af_ieee802154: minor cleanup in dgram_bindDmitry Baryshkov1-6/+8
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+14
2009-08-06af_ieee802154: provide dummy get/setsockoptDmitry Eremin-Solenikov1-0/+14
2009-07-23ieee802154: move headers out of extra directoryDmitry Eremin-Solenikov1-3/+3
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-1/+2
2009-06-11ieee802154: Use '%Zu' printf format for size_t.David S. Miller1-1/+1
2009-06-09net: add IEEE 802.15.4 socket family implementationSergey Lapin1-0/+394