index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ieee802154
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-02
mac802154: make csma/cca parameters per-wpan
Phoebe Buckheister
5
-210
/
+122
2014-03-21
ieee802154: dgram: cleanup set of broadcast panid
Alexander Aring
1
-1
/
+1
2014-03-21
af_ieee802154: fix check on broadcast address
Alexander Aring
1
-1
/
+1
2014-03-18
ieee802154: properly unshare skbs in ieee802154 *_rcv functions
Phoebe Buckheister
3
-16
/
+21
2014-03-15
ieee802154: add proper length checks to header creations
Phoebe Buckheister
2
-2
/
+2
2014-03-15
6lowpan: move lowpan frag_info out of 802.15.4 headers
Phoebe Buckheister
1
-9
/
+18
2014-03-15
ieee802154: use ieee802154_addr instead of *_sa variants
Phoebe Buckheister
5
-101
/
+112
2014-03-15
mac802154: use header operations to create/parse headers
Phoebe Buckheister
5
-53
/
+64
2014-03-15
ieee802154: add header structs with endiannes and operations
Phoebe Buckheister
2
-1
/
+289
2014-03-15
ieee802154: enforce consistent endianness in the 802.15.4 stack
Phoebe Buckheister
5
-25
/
+31
2014-03-15
ieee802154: rename struct ieee802154_addr to *_sa
Phoebe Buckheister
7
-24
/
+25
2014-03-14
6lowpan: reassembly: un-export local functions
Florian Westphal
1
-19
/
+11
2014-03-12
ieee802154: Convert uses of __constant_<foo> to <foo>
Joe Perches
2
-2
/
+2
2014-03-11
6lowpan: reassembly: fix access of ctl table entry
Alexander Aring
1
-1
/
+1
2014-03-08
6lowpan: reassembly: fix return of init function
Alexander Aring
1
-2
/
+3
2014-03-07
6lowpan: move 6lowpan header to include/net
Alexander Aring
4
-438
/
+3
2014-03-07
6lowpan: add missing include of net/ipv6.h
Alexander Aring
1
-0
/
+2
2014-03-05
ieee802154: fix whitespace issues in Kconfig
Alexander Aring
1
-1
/
+1
2014-03-03
6lowpan: use memcpy to set tag value in fraghdr
Alexander Aring
1
-2
/
+1
2014-03-03
6lowpan: remove initialization of tag value
Alexander Aring
1
-1
/
+0
2014-03-03
6lowpan: fix type of datagram size parameter
Alexander Aring
1
-1
/
+1
2014-03-01
6lowpan: handling 6lowpan fragmentation via inet_frag api
Alexander Aring
4
-208
/
+680
2014-03-01
6lowpan: fix some checkpatch issues
Alexander Aring
1
-18
/
+9
2014-03-01
6lowpan: move 6lowpan.c to 6lowpan_rtnl.c
Alexander Aring
2
-0
/
+1
2014-03-01
6lowpan: change tag type to __be16
Alexander Aring
1
-2
/
+3
2014-03-01
6lowpan: fix fragmentation on sending side
Alexander Aring
1
-10
/
+27
2014-03-01
6lowpan: add uncompress header size function
Alexander Aring
1
-0
/
+113
2014-02-19
ieee802154: fix faulty check in set_phy_params api
Phoebe Buckheister
1
-2
/
+4
2014-02-18
ieee802154: add netlink APIs for smartMAC configuration
Phoebe Buckheister
3
-2
/
+78
2014-02-18
ieee802154: add support for setting CCA energy detection levels
Phoebe Buckheister
2
-3
/
+28
2014-02-18
ieee802154: add support for CCA mode in wpan phys
Phoebe Buckheister
2
-3
/
+30
2014-02-18
ieee802154: add support for listen-before-talk in wpan_phy
Phoebe Buckheister
2
-12
/
+47
2014-02-18
ieee802154: add TX power control to wpan_phy
Phoebe Buckheister
5
-4
/
+53
2014-02-11
6lowpan: fix lockdep splats
Eric Dumazet
1
-0
/
+20
2014-02-10
6lowpan: Remove unused pointer in lowpan_header_create()
Christian Engelmayer
1
-3
/
+0
2014-01-28
net: 6lowpan: fixup for code movement
Stephen Rothwell
1
-1
/
+1
2014-01-23
6lowpan: add a license to 6lowpan_iphc module
Yann Droneaud
1
-0
/
+3
2014-01-19
net: add build-time checks for msg->msg_name size
Steffen Hurrle
1
-3
/
+1
2014-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2014-01-16
net: move 6lowpan compression code to separate module
Dmitry Eremin-Solenikov
2
-1
/
+9
2014-01-15
ieee802154: Fix memory leak in ieee802154_add_iface()
Christian Engelmayer
1
-2
/
+4
2014-01-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
4
-757
/
+912
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-01-06
net: 6lowpan: fix lowpan_header_create non-compression memcpy call
Daniel Borkmann
1
-1
/
+1
2013-12-27
ieee802154: space prohibited before that close parenthesis
Weilong Chen
1
-1
/
+1
2013-12-17
6lowpan: cleanup udp compress function
Alexander Aring
1
-5
/
+15
2013-12-17
6lowpan: udp use subtraction on both conditions
Alexander Aring
1
-1
/
+1
2013-12-17
6lowpan: udp use lowpan_fetch_skb function
Alexander Aring
1
-19
/
+18
2013-12-17
6lowpan: add udp warning for elided checksum
Alexander Aring
2
-3
/
+9
2013-12-17
6lowpan: fix udp byte ordering
Alexander Aring
1
-19
/
+20
[next]