Commit Graph

94 Commits (50f2de61269bbe2f40bead1969a9594fa8599b93)

Author SHA1 Message Date
Peter Senna Tschudin 4c835019a6 net/ieee802154/6lowpan.c: Remove unecessary semicolon 13 years ago
Eric W. Biederman 15e473046c netlink: Rename pid to portid to avoid confusion 13 years ago
Alan Ott a2dc375e12 6lowpan: handle NETDEV_UNREGISTER event 13 years ago
Alan Ott a437d2744b 6lowpan: Make a copy of skb's delivered to 6lowpan 13 years ago
Tony Cheneau 5e96855fc5 6lowpan: Change byte order when storing/accessing to len field 13 years ago
Tony Cheneau 4576039ffc 6lowpan: Change byte order when storing/accessing u16 tag 13 years ago
Tony Cheneau d4787a1543 6lowpan: Fix null pointer dereference in UDP uncompression function 13 years ago
alex.bluesman.smirnov@gmail.com 33c34c5e93 6lowpan: rework fragment-deleting routine 13 years ago
alex.bluesman.smirnov@gmail.com abbee2effc 6lowpan: fix tag variable size 13 years ago
alex.bluesman.smirnov@gmail.com 79ff1db6d9 6lowpan: get extra headroom in allocated frame 13 years ago
alex.bluesman.smirnov@gmail.com 4d27de149b 6lowpan: revert: add missing spin_lock_init() 13 years ago
Sasha Levin 3da947b269 ieee802154: verify packet size before trying to allocate it 13 years ago
alex.bluesman.smirnov@gmail.com 42c3629551 6lowpan: revert 'reuse eth_mac_addr()' 13 years ago
Thomas Graf 58050fce35 net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() 13 years ago
Dan Carpenter 747cf6ed3d 6lowpan: double unlock on an error path 13 years ago
alex.bluesman.smirnov@gmail.com e71094f989 6lowpan: remove excessive argument in pr_debug 13 years ago
alex.bluesman.smirnov@gmail.com 5c00c0cba5 6lowpan: fix hop limit compression 13 years ago
alex.bluesman.smirnov@gmail.com c5d3687f6c 6lowpan: read data from skb safely 13 years ago
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