index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ieee802154
/
6lowpan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-15
6lowpan: Uncompression of traffic class field was incorrect
Jukka Rissanen
1
-2
/
+2
2013-11-07
6lowpan: release device on error path
Dan Carpenter
1
-1
/
+3
2013-10-30
6lowpan: cleanup skb copy data
Alexander Aring
1
-5
/
+8
2013-10-30
6lowpan: set 6lowpan network and transport header
Alexander Aring
1
-0
/
+2
2013-10-30
6lowpan: set and use mac_len for mac header length
Alexander Aring
1
-12
/
+1
2013-10-30
6lowpan: remove unnecessary set of headers
Alexander Aring
1
-4
/
+0
2013-10-28
6lowpan: remove unnecessary break
Alexander Aring
1
-1
/
+0
2013-10-28
6lowpan: remove skb->dev assignment
Alexander Aring
1
-1
/
+0
2013-10-28
6lowpan: use netdev_alloc_skb instead dev_alloc_skb
Alexander Aring
1
-2
/
+2
2013-10-28
6lowpan: remove unnecessary check on err >= 0
Alexander Aring
1
-1
/
+1
2013-10-28
6lowpan: remove unnecessary ret variable
Alexander Aring
1
-4
/
+2
2013-10-08
6lowpan: Sync default hardware address of lowpan links to their wpan
Alan Ott
1
-0
/
+3
2013-10-08
6lowpan: Only make 6lowpan links to IEEE802154 devices
Alan Ott
1
-0
/
+2
2013-08-20
6lowpan: handle context based source address
Alexander Aring
1
-3
/
+46
2013-08-20
6lowpan: lowpan_uncompress_addr with address_mode
Alexander Aring
1
-68
/
+77
2013-08-20
6lowpan: add function to uncompress multicast addr
Alexander Aring
1
-19
/
+59
2013-08-20
6lowpan: Fix fragmentation with link-local compressed addresses
David Hauweele
1
-0
/
+6
2013-08-20
6lowpan: init ipv6hdr buffer to zero
Alexander Aring
1
-11
/
+1
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
1
-3
/
+2
2013-04-07
6lowpan: handle dev_queue_xmit() error code properly
Alan Ott
1
-2
/
+2
2013-03-27
6lowpan: use IEEE802154_ADDR_LEN instead of a magic number
Tony Cheneau
1
-1
/
+1
2013-03-27
6lowpan: fix a small formatting issue
Tony Cheneau
1
-1
/
+1
2013-03-26
6lowpan: modify udp compression/uncompression to match the standard
Tony Cheneau
1
-3
/
+36
2013-03-26
6lowpan: use the PANID provided by the device instead of a static value
Tony Cheneau
1
-2
/
+4
2013-03-26
6lowpan: obtain IEEE802.15.4 sequence number from the MAC layer
Tony Cheneau
1
-0
/
+8
2013-03-26
6lowpan: store fragment tag values per device instead of net stack wide
Tony Cheneau
1
-4
/
+5
2013-03-26
6lowpan: add debug messages for 6LoWPAN fragmentation
Tony Cheneau
1
-4
/
+21
2013-03-26
6lowpan: fix first fragment (FRAG1) handling
Tony Cheneau
1
-13
/
+23
2013-03-26
6lowpan: use short IEEE 802.15.4 addresses for broadcast destination
Tony Cheneau
1
-8
/
+15
2013-03-26
6lowpan: always enable link-layer acknowledgments
Tony Cheneau
1
-0
/
+4
2013-03-26
6lowpan: next header is not properly set upon decompression of a UDP header.
Tony Cheneau
1
-1
/
+3
2013-02-06
6lowpan: use stack buffer instead of heap
Alexander Aring
1
-9
/
+4
2013-02-06
6lowpan: Remove __init tag from lowpan_netlink_fini().
David S. Miller
1
-1
/
+1
2013-01-18
6lowpan: Handle uncompressed IPv6 packets over 6LoWPAN
Alan Ott
1
-9
/
+32
2013-01-18
6lowpan: Refactor packet delivery into a function
Alan Ott
1
-14
/
+24
2012-11-30
6lowpan: consider checksum bytes in fragmentation threshold
Alan Ott
1
-1
/
+2
2012-09-18
net/ieee802154/6lowpan.c: Remove unecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-09-01
6lowpan: handle NETDEV_UNREGISTER event
Alan Ott
1
-7
/
+37
2012-09-01
6lowpan: Make a copy of skb's delivered to 6lowpan
Alan Ott
1
-1
/
+8
2012-07-16
6lowpan: Change byte order when storing/accessing to len field
Tony Cheneau
1
-8
/
+12
2012-07-16
6lowpan: Change byte order when storing/accessing u16 tag
Tony Cheneau
1
-3
/
+3
2012-07-16
6lowpan: Fix null pointer dereference in UDP uncompression function
Tony Cheneau
1
-0
/
+3
2012-07-12
6lowpan: rework fragment-deleting routine
alex.bluesman.smirnov@gmail.com
1
-19
/
+20
2012-07-12
6lowpan: fix tag variable size
alex.bluesman.smirnov@gmail.com
1
-1
/
+1
2012-07-12
6lowpan: get extra headroom in allocated frame
alex.bluesman.smirnov@gmail.com
1
-2
/
+2
2012-07-12
6lowpan: revert: add missing spin_lock_init()
alex.bluesman.smirnov@gmail.com
1
-3
/
+1
2012-07-05
6lowpan: revert 'reuse eth_mac_addr()'
alex.bluesman.smirnov@gmail.com
1
-2
/
+14
2012-06-27
6lowpan: double unlock on an error path
Dan Carpenter
1
-1
/
+1
2012-06-25
6lowpan: remove excessive argument in pr_debug
alex.bluesman.smirnov@gmail.com
1
-57
/
+37
2012-06-25
6lowpan: fix hop limit compression
alex.bluesman.smirnov@gmail.com
1
-0
/
+1
[next]