index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ieee802154
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-10
Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
17
-181
/
+191
2014-11-05
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
2
-2
/
+2
2014-10-28
ieee802154: introduce sysfs file
Alexander Aring
4
-70
/
+108
2014-10-28
mac802154: remove driver ops in wpan-phy
Alexander Aring
1
-17
/
+2
2014-10-27
ieee802154: 6lowpan: rename process_data and lowpan_process_data
Martin Townsend
1
-7
/
+8
2014-10-27
6lowpan: fix process_data return values
Martin Townsend
1
-3
/
+3
2014-10-27
6lowpan: remove skb_deliver from IPHC
Martin Townsend
1
-15
/
+26
2014-10-25
ieee802154: move ieee802154 header
Alexander Aring
4
-4
/
+5
2014-10-25
ieee802154: move wpan-class.c to core.c
Alexander Aring
2
-1
/
+1
2014-10-25
ieee802154: move wpan-phy.h to cfg802154.h
Alexander Aring
3
-3
/
+3
2014-10-25
ieee802154: wpan-class: fix trailing semicolon
Alexander Aring
1
-1
/
+1
2014-10-25
ieee802154: mac802154: remove FSF address
Alexander Aring
10
-40
/
+0
2014-10-25
ieee802154: 6lowpan: add RTNL assertion
Alexander Aring
1
-0
/
+2
2014-10-25
ieee802154: 6lowpan: improve packet registration
Alexander Aring
1
-12
/
+18
2014-10-25
ieee802154: 6lowpan: fix sign of errno return val
Alexander Aring
1
-1
/
+1
2014-10-25
ieee802154: reassembly: fix tag byteorder
Alexander Aring
2
-5
/
+7
2014-10-25
ieee802154: 6lowpan: fix byteorder for frag tag
Alexander Aring
1
-4
/
+5
2014-10-25
ieee802154: 6lowpan: Drop PACKET_OTHERHOST skbs in 6lowpan
Simon Vincent
1
-0
/
+3
2014-10-05
Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
1
-36
/
+89
2014-10-01
ieee802154: fix __init functions
Fabian Frederick
1
-2
/
+2
2014-09-30
ieee802154: add __init to lowpan_frags_sysctl_register
Fabian Frederick
1
-2
/
+2
2014-09-24
ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 header
Simon Vincent
1
-36
/
+89
2014-09-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-14
/
+5
2014-08-19
ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpan
Martin Townsend
1
-12
/
+3
2014-08-19
ieee802154: 6lowpan: ensure of sending 1280 packets
Alexander Aring
1
-1
/
+1
2014-08-19
ieee802154: 6lowpan_rtnl: fix correct errno value
Alexander Aring
1
-1
/
+1
2014-08-14
ieee802154: 6lowpan: remove unused function
Alexander Aring
1
-8
/
+0
2014-08-02
inet: frags: use kmem_cache for inet_frag_queue
Nikolay Aleksandrov
1
-1
/
+6
2014-08-02
inet: frags: rename last_in to flags
Nikolay Aleksandrov
1
-7
/
+7
2014-07-28
Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
3
-802
/
+3
2014-07-27
inet: frag: set limits and make init_net's high_thresh limit global
Nikolay Aleksandrov
1
-2
/
+10
2014-07-27
inet: frag: use seqlock for hash rebuild
Florian Westphal
1
-1
/
+0
2014-07-27
inet: frag: remove periodic secret rebuild timer
Florian Westphal
1
-2
/
+3
2014-07-27
inet: frag: remove lru list
Florian Westphal
1
-1
/
+0
2014-07-27
inet: frag: move evictor calls into frag_find function
Florian Westphal
1
-2
/
+0
2014-07-27
inet: frag: remove hash size assumptions from callers
Florian Westphal
1
-8
/
+4
2014-07-27
inet: frag: constify match, hashfn and constructor arguments
Florian Westphal
1
-7
/
+7
2014-07-15
ieee802154: remove unnecessary break after goto
Fabian Frederick
1
-1
/
+0
2014-07-12
6lowpan: introduce new net/6lowpan directory
Alexander Aring
3
-812
/
+3
2014-07-07
6lowpan: mac802154: fix coding style issues
Varka Bhadram
11
-141
/
+144
2014-06-02
6lowpan_rtnl: fix off by one while fragmentation
Alexander Aring
1
-1
/
+1
2014-06-02
6lowpan_rtnl: fix fragmentation with two fragments
Alexander Aring
1
-2
/
+2
2014-05-22
ieee802154: missing put_dev() on error
Dan Carpenter
1
-2
/
+4
2014-05-16
ieee802154: add netlink interfaces for llsec
Phoebe Buckheister
4
-0
/
+862
2014-05-16
ieee802154: add dgram sockopts for security control
Phoebe Buckheister
1
-0
/
+66
2014-05-15
ieee802154: fix dgram socket sendmsg()
Phoebe Buckheister
1
-9
/
+19
2014-05-15
6lowpan: fix fragmentation
Phoebe Buckheister
1
-94
/
+104
2014-05-15
ieee802154: change _cb handling slightly
Phoebe Buckheister
2
-11
/
+8
2014-05-15
ieee802154: add definitions for link-layer security and header functions
Phoebe Buckheister
1
-7
/
+45
2014-04-20
6lowpan: make lowpan_cb static
Luis R. Rodriguez
1
-1
/
+1
[next]