Age | Commit message (Expand) | Author | Files | Lines |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra | 1 | -1/+1 |
2016-11-23 | Bluetooth: Fix using the correct source address type | Johan Hedberg | 1 | -2/+2 |
2016-06-09 | net: add netdev_lockdep_set_classes() helper | Eric Dumazet | 1 | -14/+1 |
2016-06-08 | net_sched: transform qdisc running bit into a seqcount | Eric Dumazet | 1 | -0/+2 |
2016-04-26 | Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination address | Glenn Ruben Bakke | 1 | -7/+4 |
2016-04-13 | 6lowpan: change naming for lowpan private data | Alexander Aring | 1 | -39/+43 |
2016-01-23 | Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets | Lukasz Duda | 1 | -0/+3 |
2016-01-23 | Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences | Glenn Ruben Bakke | 1 | -1/+3 |
2015-12-10 | 6lowpan: add lowpan dev register helpers | Alexander Aring | 1 | -5/+3 |
2015-10-27 | bluetooth: 6lowpan: fix NOHZ: local_softirq_pending | Alexander Aring | 1 | -1/+1 |
2015-10-21 | Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possible | Johan Hedberg | 1 | -1/+1 |
2015-10-21 | 6lowpan: cleanup lowpan_header_decompress | Alexander Aring | 1 | -19/+1 |
2015-10-21 | 6lowpan: cleanup lowpan_header_compress | Alexander Aring | 1 | -2/+1 |
2015-10-21 | bluetooth: 6lowpan: use lowpan dispatch helpers | Alexander Aring | 1 | -30/+27 |
2015-10-08 | 6lowpan: move shared settings to lowpan_netdev_setup | Alexander Aring | 1 | -6/+0 |
2015-10-08 | Bluetooth: 6lowpan: Remove unnecessary chan_get() function | Johan Hedberg | 1 | -15/+5 |
2015-10-08 | Bluetooth: 6lowpan: Rename confusing 'pchan' variables | Johan Hedberg | 1 | -21/+21 |
2015-10-08 | Bluetooth: 6lowpan: Remove unnecessary chan_open() function | Johan Hedberg | 1 | -12/+4 |
2015-10-08 | Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignment | Johan Hedberg | 1 | -2/+0 |
2015-10-08 | Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignments | Johan Hedberg | 1 | -3/+0 |
2015-10-08 | Bluetooth: 6lowpan: Fix imtu & omtu values | Johan Hedberg | 1 | -2/+1 |
2015-08-11 | 6lowpan: add generic 6lowpan netdev private data | Alexander Aring | 1 | -3/+6 |
2015-08-11 | Bluetooth: 6lowpan: change netdev_priv to lowpan_dev | Alexander Aring | 1 | -1/+1 |
2015-07-30 | Bluetooth: 6lowpan: Fix possible race | Alexander Aring | 1 | -10/+13 |
2015-06-17 | Bluetooth: 6lowpan: Fix module refcount | Glenn Ruben Bakke | 1 | -2/+0 |
2015-06-17 | Bluetooth: 6lowpan: Fix double kfree of netdev priv | Glenn Ruben Bakke | 1 | -2/+1 |
2015-06-17 | Bluetooth: 6lowpan: Move netdev sysfs device reference | Glenn Ruben Bakke | 1 | -1/+1 |
2015-06-17 | Bluetooth: 6lowpan: Rename ambiguous variable | Glenn Ruben Bakke | 1 | -3/+3 |
2015-06-17 | Bluetooth: 6lowpan: Enable delete_netdev to be scheduled when last peer is de... | Glenn Ruben Bakke | 1 | -1/+1 |
2015-05-25 | ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST | Martin KaFai Lau | 1 | -1/+1 |
2015-01-15 | Bluetooth: 6lowpan: Remove PSM setting code | Jukka Rissanen | 1 | -35/+31 |
2014-12-19 | Bluetooth: 6lowpan: Do not free skb when packet is dropped | Jukka Rissanen | 1 | -1/+0 |
2014-12-10 | first fruits - kill l2cap ->memcpy_fromiovec() | Al Viro | 1 | -2/+1 |
2014-12-10 | put iov_iter into msghdr | Al Viro | 1 | -3/+3 |
2014-11-13 | Bluetooth: Fix correct nesting for 6lowpan server channel | Johan Hedberg | 1 | -0/+2 |
2014-11-11 | Bluetooth: 6lowpan: Remove unnecessary RCU callback | Johan Hedberg | 1 | -9/+2 |
2014-11-08 | Bluetooth: 6lowpan: fix skb_unshare behaviour | Alexander Aring | 1 | -6/+2 |
2014-11-07 | 6lowpan: move skb_free from error paths in decompression | Martin Townsend | 1 | -8/+7 |
2014-10-30 | Bluetooth: 6lowpan: use after free in disconnect_devices() | Dan Carpenter | 1 | -2/+2 |
2014-10-28 | Bluetooth: 6lowpan: Fix lockdep splats | Jukka Rissanen | 1 | -0/+19 |
2014-10-28 | Bluetooth: 6lowpan: Converting rwlocks to use RCU | Jukka Rissanen | 1 | -95/+127 |
2014-10-27 | ieee802154: 6lowpan: rename process_data and lowpan_process_data | Martin Townsend | 1 | -7/+8 |
2014-10-27 | bluetooth:6lowpan: use consume_skb when packet processed successfully | Martin Townsend | 1 | -3/+4 |
2014-10-27 | 6lowpan: fix process_data return values | Martin Townsend | 1 | -1/+1 |
2014-10-27 | 6lowpan: remove skb_deliver from IPHC | Martin Townsend | 1 | -2/+12 |
2014-10-25 | 6lowpan: Use skb_cow in IPHC decompression. | Martin Townsend | 1 | -0/+4 |
2014-10-25 | Bluetooth: 6lowpan: remove unnecessary codes in give_skb_to_upper | Li RongQing | 1 | -8/+1 |
2014-10-02 | Bluetooth: 6lowpan: Check transmit errors for multicast packets | Jukka Rissanen | 1 | -3/+10 |
2014-10-02 | Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets | Jukka Rissanen | 1 | -11/+5 |
2014-10-02 | Bluetooth: 6lowpan: Avoid memory leak if memory allocation fails | Jukka Rissanen | 1 | -2/+6 |