Commit Graph

75 Commits (8d4d9f52081cd45bde42b9452eba95f38feb7dae)

Author SHA1 Message Date
alex.bluesman.smirnov@gmail.com 90c049b2c6 ieee802154: interface type to be added 13 years ago
alex.bluesman.smirnov@gmail.com 2d319508a3 6lowpan: duplicate definition of IEEE802154_ALEN 13 years ago
alex.bluesman.smirnov@gmail.com c2e94d73ea 6lowpan: move frame allocation code to a separate function 13 years ago
alex.bluesman.smirnov@gmail.com 768f7c7c12 6lowpan: add missing spin_lock_init() 13 years ago
alex.bluesman.smirnov@gmail.com 8deff4af87 6lowpan: clean up fragments list if module unloaded 13 years ago
alex.bluesman.smirnov@gmail.com 0848e40430 6lowpan: fix segmentation fault caused by mlme request 13 years ago
Eric Dumazet 95c9617472 net: cleanup unsigned to unsigned int 13 years ago
David S. Miller be51da0f3e ieee802154: Stop using NLA_PUT*(). 13 years ago
Danny Kukawka cdf49c283e net/ieee802154/6lowpan.c: reuse eth_mac_addr() 13 years ago
Herbert Xu ae641949df net: Remove all uses of LL_ALLOCATED_SPACE 13 years ago
Dan Carpenter d445ba613f 6LoWPAN: double free in lowpan_fragment_xmit() 13 years ago
alex.bluesman.smirnov@gmail.com f8b1b5d231 6LoWPAN: UDP header decompression 13 years ago
alex.bluesman.smirnov@gmail.com 3bd5b958c2 6LoWPAN: UDP header compression 13 years ago
alex.bluesman.smirnov@gmail.com 4d039f6843 6LoWPAN: set proper netdev flags 13 years ago
alex.bluesman.smirnov@gmail.com e86586ba8c 6LoWPAN: disable debugging by default 13 years ago
alex.bluesman.smirnov@gmail.com 719269afbc 6LoWPAN: add fragmentation support 13 years ago
Paul Gortmaker bc3b2d7fb9 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules 13 years ago
alex.bluesman.smirnov@gmail.com dcef115180 6LoWPAN: fix skb_copy call 14 years ago
Dan Carpenter dc00fd4441 6LoWPAN: call dev_put() on error in lowpan_newlink() 14 years ago
Dan Carpenter aec9db355c 6LoWPAN: use the _safe version of list_for_each 14 years ago
Dan Carpenter 90d0963d17 6LoWPAN: use kfree_skb() instead of kfree() 14 years ago
Alexander Smirnov 44331fe2aa IEEE802.15.4: 6LoWPAN basic support 14 years ago
Alexander Smirnov fa1da8835b ieee802154: free skb buffer if dev isn't running 14 years ago
Dmitry Eremin-Solenikov 5fd72607a4 ieee802154: it's IEEE 802.15.4, not ZigBee 14 years ago
Dmitry Eremin-Solenikov 060e41794e ieee802154: support specifying hw address for created devices 14 years ago
Jesper Juhl b9cabe52c2 ieee802154: Don't leak memory in ieee802154_nl_fill_phy 14 years ago
David S. Miller bfac3693c4 ieee802154: Remove hacked CFLAGS in net/ieee802154/Makefile 14 years ago
Eric Dumazet 941666c2e3 net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() 14 years ago
Denis Kirjanov a6c0f8217c ieee802154: Fix possible NULL pointer dereference in wpan_phy_alloc 15 years ago
Stefan Schmidt 93c0c8b4a5 ieee802154: Fix oops during ieee802154_sock_ioctl 15 years ago
Changli Gao 6503d96168 net: check the length of the socket address passed to connect(2) 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets 15 years ago
Dmitry Eremin-Solenikov 282a39546f ieee802154: make wpan-phy class registration to subsys_initcall 15 years ago
Dmitry Eremin-Solenikov bb1cafb8fc ieee802154: add support for creation/removal of logic interfaces 15 years ago
Dmitry Eremin-Solenikov 0a868b26c8 ieee802154: add PHY_NAME to LIST_IFACE command results 15 years ago
Dmitry Eremin-Solenikov 339b4ca5f6 ieee802154: add two nl802154 helpers 15 years ago
Dmitry Eremin-Solenikov 1eaa9d03d3 ieee802154: add LIST_PHY command support 15 years ago
Dmitry Eremin-Solenikov 78fe738d1a ieee802154: split away MAC commands implementation 15 years ago
Dmitry Eremin-Solenikov cb6b376357 ieee802154: merge nl802154 and wpan-class in single module 15 years ago
Dmitry Eremin-Solenikov e9cf356c0c wpan-phy: follow usual patter of devices registration 15 years ago
Dmitry Eremin-Solenikov a0b4a738e0 wpan-phy: allow specifying a per-page channel mask 15 years ago
Dmitry Eremin-Solenikov 375bb0e04b wpan-phy: use snprintf to limit the amount of chars written 15 years ago
Dmitry Eremin-Solenikov 37eb0edc84 wpan-phy: init channel/page fields 15 years ago
Dmitry Eremin-Solenikov 1c889f4db6 wpan-phy: add wpan-phy iteration functions 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
Eric Dumazet 766e9037cc net: sk_drops consolidation 16 years ago
Neil Horman 3b885787ea net: Generalize socket rx gap / receive queue overflow cmsg 16 years ago
Stephen Hemminger ec1b4cf74c net: mark net_proto_ops as const 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago