index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac802154
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-26
mac802154: tx: remove xmit channel context switch
Alexander Aring
1
-54
/
+4
2014-10-26
mac802154: tx: squash multiple dereferencing
Alexander Aring
1
-11
/
+12
2014-10-26
mac802154: tx: remove kmalloc in xmit hotpath
Alexander Aring
1
-29
/
+27
2014-10-26
mac802154: tx: move xmit callback to tx file
Alexander Aring
4
-67
/
+59
2014-10-25
mac802154: remove ieee802154_addr from driver_ops
Alexander Aring
1
-10
/
+0
2014-10-25
mac802154: rename dev_workqueue to workqueue
Alexander Aring
5
-10
/
+10
2014-10-25
mac802154: introduce IEEE802154_DEV_TO_SUB_IF
Alexander Aring
6
-43
/
+47
2014-10-25
mac802154: introduce hw_to_local function
Alexander Aring
4
-8
/
+12
2014-10-25
mac802154: rename sdata slaves and slaves_mtx
Alexander Aring
5
-37
/
+37
2014-10-25
mac802154: rename hw subif_data variable to local
Alexander Aring
6
-47
/
+47
2014-10-25
mac802154: rename mac802154_sub_if_data
Alexander Aring
7
-207
/
+208
2014-10-25
mac802154: rename mac802154_priv to ieee802154_local
Alexander Aring
7
-131
/
+130
2014-10-25
ieee802154: rename ieee802154_dev to ieee802154_hw
Alexander Aring
3
-24
/
+24
2014-10-25
ieee802154: move ieee802154 header
Alexander Aring
4
-4
/
+4
2014-10-25
ieee802154: move wpan-phy.h to cfg802154.h
Alexander Aring
6
-6
/
+6
2014-10-25
mac802154: move wpan.c to iface.c
Alexander Aring
2
-1
/
+1
2014-10-25
mac802154: move mac802154.h to ieee802154_i.h
Alexander Aring
9
-11
/
+11
2014-10-25
mac802154: move ieee802154_dev.c to main.c
Alexander Aring
2
-1
/
+1
2014-10-25
mac802154: fix typo IEEE802515 to IEEE802154
Alexander Aring
1
-3
/
+3
2014-10-25
ieee802154: ieee802154_dev: fix align typo
Alexander Aring
1
-1
/
+1
2014-10-25
ieee802154: mac802154: remove FSF address
Alexander Aring
8
-32
/
+0
2014-10-25
trivial: net/mac802154: Fix Kconfig typo
Julien Catalano
1
-1
/
+1
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
3
-14
/
+16
2014-10-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2014-09-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+5
2014-08-26
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2014-08-19
ieee802154: mac802154: handle the reserved dest mode by dropping the packet
Martin Townsend
1
-1
/
+4
2014-08-19
mac802154: fixed potential skb leak with mac802154_parse_frame_start
Martin Townsend
1
-0
/
+1
2014-08-14
mac802154: common tx error path
Varka Bhadram
1
-7
/
+8
2014-08-14
mac802154: common error path
Varka Bhadram
1
-4
/
+6
2014-08-14
mac802154: cleanup in rx path
Varka Bhadram
1
-3
/
+2
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-2
/
+4
2014-07-08
mac802154: at86rf230: add hw flags and merge ops
Alexander Aring
1
-14
/
+46
2014-07-08
6lowpan: mac802154: fix coding style issues
Varka Bhadram
4
-4
/
+9
2014-06-11
mac802154: don't deliver packets to devices that are down
Phoebe Buckheister
3
-10
/
+17
2014-06-11
mac802154: properly free incoming skbs on decryption failure
Phoebe Buckheister
1
-0
/
+1
2014-06-07
mac802154: llsec: add forgotten list_del_rcu in key removal
Phoebe Buckheister
1
-0
/
+1
2014-05-22
mac802154: llsec: correctly lookup implicit-indexed keys
Phoebe Buckheister
1
-0
/
+2
2014-05-22
mac802154: llsec: fold useless return value check
Phoebe Buckheister
1
-1
/
+1
2014-05-22
mac802154: llsec: fix incorrect lock pairing
Phoebe Buckheister
1
-1
/
+1
2014-05-17
ieee802154, mac802154: implement devkey record option
Phoebe Buckheister
1
-0
/
+38
2014-05-17
mac802154: propagate device address changes to llsec
Phoebe Buckheister
2
-3
/
+47
2014-05-17
mac802154: add llsec configuration functions
Phoebe Buckheister
3
-0
/
+238
2014-05-17
mac802154: integrate llsec with wpan devices
Phoebe Buckheister
2
-28
/
+100
2014-05-17
mac802154: add llsec decryption method
Phoebe Buckheister
2
-0
/
+248
2014-05-17
mac802154: add llsec encryption method
Phoebe Buckheister
2
-0
/
+255
2014-05-17
mac802154: add llsec structures and mutators
Phoebe Buckheister
4
-1
/
+637
2014-05-17
mac802154: update Kconfig
Phoebe Buckheister
1
-0
/
+4
2014-05-15
mac802154: make mac802154_wpan_open static
Phoebe Buckheister
1
-1
/
+1
2014-05-15
ieee802154: change _cb handling slightly
Phoebe Buckheister
2
-15
/
+13
[prev]
[next]