Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5b61c4db49e2530ed10631321d4c73f49d560a93
/
net
/
mac802154
38130c3
mac802154: add basic support for monitor
by Alexander Aring
· 10 years ago
05f7de6
mac802154: rx: add error handling after skb_clone
by Alexander Aring
· 10 years ago
20b4812
mac802154: rx: monitor receive cleanup
by Alexander Aring
· 10 years ago
1846067
mac802154: rx: add rx stats incrementation
by Alexander Aring
· 10 years ago
21fdf0a
mac802154: rx: use netif_receive_skb
by Alexander Aring
· 10 years ago
1054ed8
mac802154: rx: remove override pkt_type set to PACKET_HOST
by Alexander Aring
· 10 years ago
ec718f3
mac802154: rx: add software checksum filtering check
by Alexander Aring
· 10 years ago
b788949
mac802154: rx: simplify crc receive handling
by Alexander Aring
· 10 years ago
08c511a
mac802154: rx: remove unnecessary parameter
by Alexander Aring
· 10 years ago
90386a7
mac802154: separate omit tx/rx flags
by Alexander Aring
· 10 years ago
94b7922
mac802154: add support for promiscuous mode
by Alexander Aring
· 10 years ago
55a2d06
mac802154: main: remove unnecessary include
by Alexander Aring
· 10 years ago
7445764
mac802154: cleanup open count handling
by Alexander Aring
· 10 years ago
c7420c3
mac802154: move mac_params functions into mac_cmd
by Alexander Aring
· 10 years ago
12439a5
mac802154: remove channel attributes from sdata
by Alexander Aring
· 10 years ago
33d4189
mac802154: iface: remove assign to zero
by Alexander Aring
· 10 years ago
538181a
mac802154: add synchronization handling
by Alexander Aring
· 10 years ago
e363eca
mac802154: move local started handling
by Alexander Aring
· 10 years ago
5d65cae
mac802154: rename running to started
by Alexander Aring
· 10 years ago
0ea3da6
mac802154: rework sdata state change to running
by Alexander Aring
· 10 years ago
a543c59
mac802154: remove driver ops in wpan-phy
by Alexander Aring
· 10 years ago
59cb300
mac802154: use driver-ops function wrappers
by Alexander Aring
· 10 years ago
b6eea9c
mac802154: introduce driver-ops header
by Alexander Aring
· 10 years ago
1630186
mac802154: declare struct ieee802154_ops as const
by Alexander Aring
· 10 years ago
19ec690
mac802154: main: move open and close into iface
by Alexander Aring
· 10 years ago
b9ff77e
mac802154: monitor: merge into iface implementation
by Alexander Aring
· 10 years ago
be9d215
mac802154: rx: change naming convention
by Alexander Aring
· 10 years ago
e176b68
mac802154: rx: move rcu locking
by Alexander Aring
· 10 years ago
9cf215d
mac802154: rx: move skb_reset_mac_header
by Alexander Aring
· 10 years ago
c9ca640
mac802154: rx: add monitor pkt_type information
by Alexander Aring
· 10 years ago
75a46f0
mac802154: rx: add CHECKSUM_UNNECESSARY
by Alexander Aring
· 10 years ago
702dcf9
mac802154: rx: move skb->protocol setting
by Alexander Aring
· 10 years ago
469100d
mac802154: rx: rename remove mac802154_subif_rx
by Alexander Aring
· 10 years ago
4ca18be
mac802154: tx: remove monitor receive while xmit
by Alexander Aring
· 10 years ago
2a9820c
mac802154: rx: move receive handling into rx.c
by Alexander Aring
· 10 years ago
c730c90
mac802154: rx: document ieee802154_rx() context requirement
by Alexander Aring
· 10 years ago
c5c47e6
mac802154: rx: use tasklet instead workqueue
by Alexander Aring
· 10 years ago
061ef8f
mac802154: tx: use put_unaligned_le16 for copy crc
by Alexander Aring
· 10 years ago
f81f466
mac802154: tx: make worker information static
by Alexander Aring
· 10 years ago
e5e584f
mac802154: tx: change naming convention
by Alexander Aring
· 10 years ago
409c3b0
mac802154: tx: move stats tx increment
by Alexander Aring
· 10 years ago
b7eec52
mac802154: tx: cleanup crc calculation
by Alexander Aring
· 10 years ago
cfa626c
mac802154: tx: use netdev print helpers
by Alexander Aring
· 10 years ago
6001d52
mac802154: tx: don't allow if down while sync tx
by Alexander Aring
· 10 years ago
ed0a5dc
mac802154: tx: add support for xmit_async callback
by Alexander Aring
· 10 years ago
cdb66be
mac802154: tx: fix error handling while xmit
by Alexander Aring
· 10 years ago
18d60a0
mac802154: tx: use queue helpers in xmit worker
by Alexander Aring
· 10 years ago
c208510
mac802154: add netdev qeue helpers
by Alexander Aring
· 10 years ago
dc67c6b
mac802154: tx: remove xmit channel context switch
by Alexander Aring
· 10 years ago
e89e45f
mac802154: tx: squash multiple dereferencing
by Alexander Aring
· 10 years ago
fe24371
mac802154: tx: remove kmalloc in xmit hotpath
by Alexander Aring
· 10 years ago
50c6fb9
mac802154: tx: move xmit callback to tx file
by Alexander Aring
· 10 years ago
c6f635f
mac802154: remove ieee802154_addr from driver_ops
by Alexander Aring
· 10 years ago
f773054
mac802154: rename dev_workqueue to workqueue
by Alexander Aring
· 10 years ago
59d19cd
mac802154: introduce IEEE802154_DEV_TO_SUB_IF
by Alexander Aring
· 10 years ago
6074136
mac802154: introduce hw_to_local function
by Alexander Aring
· 10 years ago
d98be45
mac802154: rename sdata slaves and slaves_mtx
by Alexander Aring
· 10 years ago
04e850f
mac802154: rename hw subif_data variable to local
by Alexander Aring
· 10 years ago
036562f
mac802154: rename mac802154_sub_if_data
by Alexander Aring
· 10 years ago
a5e1ec5
mac802154: rename mac802154_priv to ieee802154_local
by Alexander Aring
· 10 years ago
5a50439
ieee802154: rename ieee802154_dev to ieee802154_hw
by Alexander Aring
· 10 years ago
4ca24ac
ieee802154: move ieee802154 header
by Alexander Aring
· 10 years ago
5ad60d3
ieee802154: move wpan-phy.h to cfg802154.h
by Alexander Aring
· 10 years ago
15859a5
mac802154: move wpan.c to iface.c
by Alexander Aring
· 10 years ago
0f1556b
mac802154: move mac802154.h to ieee802154_i.h
by Alexander Aring
· 10 years ago
62eb01f
mac802154: move ieee802154_dev.c to main.c
by Alexander Aring
· 10 years ago
57205c1
mac802154: fix typo IEEE802515 to IEEE802154
by Alexander Aring
· 10 years ago
139f14a
ieee802154: ieee802154_dev: fix align typo
by Alexander Aring
· 10 years ago
b3020f0
ieee802154: mac802154: remove FSF address
by Alexander Aring
· 10 years ago
ee4c148
trivial: net/mac802154: Fix Kconfig typo
by Julien Catalano
· 10 years ago
35a9ad8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
28596c97
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
61a3d4f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 10 years ago
9b13494
treewide: Fix typo in printk
by Masanari Iida
· 10 years ago
6e361d6
ieee802154: mac802154: handle the reserved dest mode by dropping the packet
by Martin Townsend
· 10 years ago
7629d1e
mac802154: fixed potential skb leak with mac802154_parse_frame_start
by Martin Townsend
· 10 years ago
f558891
mac802154: common tx error path
by Varka Bhadram
· 10 years ago
b288a49
mac802154: common error path
by Varka Bhadram
· 10 years ago
24bbd44
mac802154: cleanup in rx path
by Varka Bhadram
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
640985e
mac802154: at86rf230: add hw flags and merge ops
by Alexander Aring
· 11 years ago
4710d80
6lowpan: mac802154: fix coding style issues
by Varka Bhadram
· 11 years ago
2d3b5b0
mac802154: don't deliver packets to devices that are down
by Phoebe Buckheister
· 11 years ago
a374eeb
mac802154: properly free incoming skbs on decryption failure
by Phoebe Buckheister
· 11 years ago
fff1f59
mac802154: llsec: add forgotten list_del_rcu in key removal
by Phoebe Buckheister
· 11 years ago
53819a6
mac802154: llsec: correctly lookup implicit-indexed keys
by Phoebe Buckheister
· 11 years ago
62e9c11
mac802154: llsec: fold useless return value check
by Phoebe Buckheister
· 11 years ago
6f3eabc
mac802154: llsec: fix incorrect lock pairing
by Phoebe Buckheister
· 11 years ago
f0f77dc
ieee802154, mac802154: implement devkey record option
by Phoebe Buckheister
· 11 years ago
9b0bb4a
mac802154: propagate device address changes to llsec
by Phoebe Buckheister
· 11 years ago
29e0237
mac802154: add llsec configuration functions
by Phoebe Buckheister
· 11 years ago
f30be4d
mac802154: integrate llsec with wpan devices
by Phoebe Buckheister
· 11 years ago
4c14a2f
mac802154: add llsec decryption method
by Phoebe Buckheister
· 11 years ago
03556e4
mac802154: add llsec encryption method
by Phoebe Buckheister
· 11 years ago
5d637d5
mac802154: add llsec structures and mutators
by Phoebe Buckheister
· 11 years ago
87de726
mac802154: update Kconfig
by Phoebe Buckheister
· 11 years ago
6ef0023
mac802154: make mac802154_wpan_open static
by Phoebe Buckheister
· 11 years ago
32edc40
ieee802154: change _cb handling slightly
by Phoebe Buckheister
· 11 years ago
8c84296
mac802154: account for all header parts during wpan header creationg
by Phoebe Buckheister
· 11 years ago
6c6a985
mac802154: fix duplicate #include headers
by Jean Sacren
· 11 years ago
Next »