Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
eb3b435ecdb84d05698db862ce316b3c682f9a95
eb3b435e
at86rf230: replace state change sleeps with hrtimer
by Alexander Aring
· 10 years ago
e372174
at86rf230: init xtal_trim with zero
by Alexander Aring
· 10 years ago
3f3c4bb
mac802154: correct max sifs size handling
by Alexander Aring
· 10 years ago
022d07e3
ieee802154: remove deprecated sysfs entries
by Alexander Aring
· 10 years ago
c4dd747
ieee802154: change wpan-phy name to phy
by Alexander Aring
· 10 years ago
965e613
ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPAN
by Alexander Aring
· 10 years ago
b7cb93e
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
by Marcel Holtmann
· 10 years ago
eacb44d
Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field
by Marcel Holtmann
· 10 years ago
6576fe4
Bluetooth: btusb: Add helper for READ_LOCAL_VERSION command
by Daniel Drake
· 10 years ago
238be78
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
by Marcel Holtmann
· 10 years ago
a69d892
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
by Marcel Holtmann
· 10 years ago
516018a
Bluetooth: Introduce hci_dev_test_and_change_flag helper macro
by Marcel Holtmann
· 10 years ago
ce05d60
Bluetooth: Introduce hci_dev_change_flag helper macro
by Marcel Holtmann
· 10 years ago
a358dc1
Bluetooth: Introduce hci_dev_clear_flag helper macro
by Marcel Holtmann
· 10 years ago
a1536da
Bluetooth: Introduce hci_dev_set_flag helper macro
by Marcel Holtmann
· 10 years ago
d7a5a11
Bluetooth: Introduce hci_dev_test_flag helper macro
by Marcel Holtmann
· 10 years ago
cc91cb04
Bluetooth: Add support connectable advertising setting
by Marcel Holtmann
· 10 years ago
983f981
Bluetooth: Remove two else branches that are not needed
by Marcel Holtmann
· 10 years ago
4ba9faf
Bluetooth: Check for matching IRK when looking for paired LE devices
by Johan Hedberg
· 10 years ago
87c8b28
Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()
by Johan Hedberg
· 10 years ago
beb1c21
Bluetooth: Increment management interface revision
by Marcel Holtmann
· 10 years ago
bf906b3
Bluetooth: btusb: Fix incorrect type in qca_device_info
by Kim, Ben Young Tae
· 10 years ago
55e76b3
Bluetooth: Add 'Already Paired' error for Pair Device command
by Johan Hedberg
· 10 years ago
406ef2a
Bluetooth: Make Fast Connectable available while powered off
by Johan Hedberg
· 10 years ago
0402d9f2
Bluetooth: fix sco_exit compile warning
by Alexander Aring
· 10 years ago
7a00ff4
Bluetooth: Add mgmt_send_event() helper to send to any HCI channel
by Johan Hedberg
· 10 years ago
3b0602c
Bluetooth: Rename pending_cmd to mgmt_pending_cmd
by Johan Hedberg
· 10 years ago
2a1afb5
Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()
by Johan Hedberg
· 10 years ago
a69e837
Bluetooth: Rename cmd_status() to mgmt_cmd_status()
by Johan Hedberg
· 10 years ago
b9a245fb
Bluetooth: Move all mgmt command quirks to handler table
by Johan Hedberg
· 10 years ago
6d785aa3
Bluetooth: Convert mgmt to use HCI chan registration API
by Johan Hedberg
· 10 years ago
801c1e8
Bluetooth: Add mgmt HCI channel registration API
by Johan Hedberg
· 10 years ago
93690c2
Bluetooth: Introduce controller setting information for static address
by Marcel Holtmann
· 10 years ago
82f8b65
Bluetooth: fix service discovery behaviour for empty uuids filter
by Jakub Pawlowski
· 10 years ago
2976cde
Bluetooth: Refactor service discovery filter logic
by Jakub Pawlowski
· 10 years ago
48f86b7
Bluetooth: Move Service Discovery logic before refactoring
by Jakub Pawlowski
· 10 years ago
263be33
at86rf230: restore trx len when needed
by Alexander Aring
· 10 years ago
31fa743
at86rf230: remove multiple dereferencing for ctx
by Alexander Aring
· 10 years ago
cca990c
at86rf230: remove multiple dereferencing for irq
by Alexander Aring
· 10 years ago
74de4c8
at86rf230: refactor receive handling
by Alexander Aring
· 10 years ago
ef5428a
at86rf230: cleanup and squash stack variable
by Alexander Aring
· 10 years ago
ba6d223
at86rf230: add transmit retry support
by Alexander Aring
· 10 years ago
3267c88
Bluetooth: btusb: Add support for QCA ROME chipset family
by Kim, Ben Young Tae
· 10 years ago
ace3198
Bluetooth: btusb: Add setup callback for chip init on USB
by Kim, Ben Young Tae
· 10 years ago
49b31e5
filter: refactor common filter attach code into __sk_attach_prog
by Daniel Borkmann
· 10 years ago
70c836a4
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 10 years ago
b484435
Merge branch 'sendmsg_recvmsg_iocb_removal'
by David S. Miller
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
39a0295f
tipc: Don't use iocb argument in socket layer
by Ying Xue
· 10 years ago
6556c38
Merge branch 'dropcount'
by David S. Miller
· 10 years ago
744d5a3
net: move skb->dropcount to skb->cb[]
by Eyal Birger
· 10 years ago
3bc3b96
net: add common accessor for setting dropcount on packets
by Eyal Birger
· 10 years ago
b4772ef
net: use common macro for assering skb->cb[] available size in protocol families
by Eyal Birger
· 10 years ago
2472d76
net: packet: use sockaddr_ll fields as storage for skb original length in recvmsg path
by Eyal Birger
· 10 years ago
2cfdf9f
net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp()
by Eyal Birger
· 10 years ago
6368c23
net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields
by Eyal Birger
· 10 years ago
49a6fe0
net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl
by Eyal Birger
· 10 years ago
287f3a9
pppoe: Use workqueue to die properly when a PADT is received
by Simon Farnsworth
· 10 years ago
26caa34
bnx2: disable toggling of rxvlan if necessary
by Ivan Vecera
· 10 years ago
ea37304
net: macb: Properly add DMACFG bit definitions
by Arun Chandran
· 10 years ago
62f6924
net: macb: Add on the fly CPU endianness detection
by Arun Chandran
· 10 years ago
759c935
Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets
by Shrikrishna Khare
· 10 years ago
68932f7
Merge branch 'ebpf_support_for_cls_bpf'
by David S. Miller
· 10 years ago
e2e9b65
cls_bpf: add initial eBPF support for programmable classifiers
by Daniel Borkmann
· 10 years ago
24701ec
ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
by Daniel Borkmann
· 10 years ago
96be432
ebpf: add sched_cls_type and map it to sk_filter's verifier ops
by Daniel Borkmann
· 10 years ago
d4052c4
ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter code
by Daniel Borkmann
· 10 years ago
0fc174d
ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefs
by Daniel Borkmann
· 10 years ago
f1a66f8
ebpf: export BPF_PSEUDO_MAP_FD to uapi
by Daniel Borkmann
· 10 years ago
a2c83ff
ebpf: constify various function pointer structs
by Daniel Borkmann
· 10 years ago
f91fe17
ebpf: remove kernel test stubs
by Daniel Borkmann
· 10 years ago
b656cc6
Merge branch 's390-next'
by David S. Miller
· 10 years ago
8b7ac01
MAINTAINERS: update S390 NETWORK DRIVERS maintainer
by Ursula Braun
· 10 years ago
ca5b20a
qeth: Fix command sizes
by Stefan Raspl
· 10 years ago
83650a2
s390: remove claw driver
by Ursula Braun
· 10 years ago
74abc20
tcp: cleanup static functions
by Eric Dumazet
· 10 years ago
5999537
hyperv: Implement netvsc_get_channels() ethool op
by Andrew Schwartzmeyer
· 10 years ago
f9c7ce1
Merge branch 'tcp-tso'
by David S. Miller
· 10 years ago
a0ea700
tcp: tso: allow CA_CWR state in tcp_tso_should_defer()
by Eric Dumazet
· 10 years ago
50c8339
tcp: tso: restore IW10 after TSO autosizing
by Eric Dumazet
· 10 years ago
5f852eb
tcp: tso: remove tp->tso_deferred
by Eric Dumazet
· 10 years ago
6588af6
usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers
by Ben Hutchings
· 10 years ago
721a57a
Merge branch 'tipc-next'
by David S. Miller
· 10 years ago
d76a436
tipc: make media address offset a common define
by Erik Hugne
· 10 years ago
91e2eb5
tipc: rename media/msg related definitions
by Erik Hugne
· 10 years ago
afaa3f6
tipc: purge links when bearer is disabled
by Erik Hugne
· 10 years ago
7fe8097
tipc: fix nullpointer bug when subscribing to events
by Erik Hugne
· 10 years ago
3622c36
tipc: only create header copy for name distr messages
by Erik Hugne
· 10 years ago
247f6d0
team: allow TSO being set on master
by Jiri Pirko
· 10 years ago
7eb6034
Merge branch 'fib_trie_remove_leaf_info'
by David S. Miller
· 10 years ago
79e5ad2
fib_trie: Remove leaf_info
by Alexander Duyck
· 10 years ago
9b6ebad
fib_trie: Add slen to fib alias
by Alexander Duyck
· 10 years ago
5786ec6
fib_trie: Replace plen with slen in leaf_info
by Alexander Duyck
· 10 years ago
56315f9
fib_trie: Convert fib_alias to hlist from list
by Alexander Duyck
· 10 years ago
7705f73
Merge branch 'ip_level_multicast_join_leave'
by David S. Miller
· 10 years ago
93a714d
multicast: Extend ip address command to enable multicast group join/leave on
by Madhu Challa
· 10 years ago
46a4dee
igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop
by Madhu Challa
· 10 years ago
723b8e4
udp: In udp_flow_src_port use random hash value if skb_get_hash fails
by Tom Herbert
· 10 years ago
c91799c
at86rf230: add warning if edge-triggered irq
by Alexander Aring
· 10 years ago
702d211
at86rf230: add irq low-level for polarity
by Alexander Aring
· 10 years ago
Next »