Commit Graph

122 Commits (7263dda41b5a28ae6566fd126d9b06ada73dd721)

Author SHA1 Message Date
Jiri Pirko 351638e7de net: pass info struct via netdevice notifier 12 years ago
Werner Almesberger 56aa091d60 ieee802154/nl-mac.c: make some MLME operations optional 12 years ago
Alan Ott fc52eea4c5 6lowpan: handle dev_queue_xmit() error code properly 12 years ago
Hong zhi guo 10c9cbb10f netlink: fix the warning introduced by netlink API replacement 12 years ago
Hong zhi guo 573ce260b3 net-next: replace obsolete NLMSG_* with type safe nlmsg_* 12 years ago
Tony Cheneau 6bdeaba47d 6lowpan: use IEEE802154_ADDR_LEN instead of a magic number 12 years ago
Tony Cheneau ababf38596 6lowpan: fix a small formatting issue 12 years ago
Stephen Röttger 6364e6ee78 ieee802154/dgram: Pass source address in dgram_recvmsg 12 years ago
Tony Cheneau 24363b6732 6lowpan: modify udp compression/uncompression to match the standard 12 years ago
Tony Cheneau 43de7aa6ac 6lowpan: use the PANID provided by the device instead of a static value 12 years ago
Tony Cheneau c7d0ab28b4 6lowpan: obtain IEEE802.15.4 sequence number from the MAC layer 12 years ago
Tony Cheneau d4ac32365d 6lowpan: store fragment tag values per device instead of net stack wide 12 years ago
Tony Cheneau 9da2924c4b 6lowpan: add debug messages for 6LoWPAN fragmentation 12 years ago
Tony Cheneau d991b98f50 6lowpan: fix first fragment (FRAG1) handling 12 years ago
Tony Cheneau 58ef67c318 6lowpan: use short IEEE 802.15.4 addresses for broadcast destination 12 years ago
Tony Cheneau f333a15a3e 6lowpan: always enable link-layer acknowledgments 12 years ago
Tony Cheneau f5c20f58d9 6lowpan: next header is not properly set upon decompression of a UDP header. 12 years ago
Tony Cheneau 8d879a3f98 6lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible address correctly 12 years ago
YOSHIFUJI Hideaki / 吉藤英明 9026c49272 6lowpan: Fix endianness issue in is_addr_link_local(). 12 years ago
Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 years ago
Alexander Aring fc4e98dbba 6lowpan: use stack buffer instead of heap 12 years ago
David S. Miller a07fdceccf 6lowpan: Remove __init tag from lowpan_netlink_fini(). 12 years ago
Michał Mirosław 9f3b795a62 driver-core: constify data for class_find_device() 12 years ago
Alan Ott ee21c7e0d1 6lowpan: Handle uncompressed IPv6 packets over 6LoWPAN 12 years ago
Alan Ott 0c446212c4 6lowpan: Refactor packet delivery into a function 12 years ago
Kees Cook f4671a90c4 net/ieee802154: remove depends on CONFIG_EXPERIMENTAL 12 years ago
Alan Ott b333b7e6ec 6lowpan: consider checksum bytes in fragmentation threshold 12 years ago
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