Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9a54421018d76c50c2fa82f88dffbfa6af0383d6
9a54421
Bluetooth: remove unneeded variable in l2cap_stream_rx
by Prasanna Karthik
· 9 years ago
74b93e9
Bluetooth: Clean up hci_core code
by Prasanna Karthik
· 9 years ago
f37590b
Bluetooth: clean up af_bluetooth code
by Prasanna Karthik
· 9 years ago
06fbb3d
Bluetooth: Delete an unnecessary check before the function call "kfree_skb"
by Markus Elfring
· 9 years ago
56f9ebe
mac802154: Delete an unnecessary check before the function call "kfree_skb"
by Markus Elfring
· 9 years ago
7df0f73
Bluetooth: Simplify request cleanup code
by Johan Hedberg
· 9 years ago
e2caced
Bluetooth: Remove conn_unfinished variable from hci_connect_le()
by Johan Hedberg
· 9 years ago
658aead
Bluetooth: Move check for ongoing connect earlier in hci_connect_le()
by Johan Hedberg
· 9 years ago
0ad06aa
Bluetooth: Fix specifying role for LE connections
by Johan Hedberg
· 9 years ago
3dfe590
Bluetooth: Remove unnecessary le_scan_restart_work_complete() function
by Johan Hedberg
· 9 years ago
f4a2cb4
Bluetooth: Simplify le_scan_disable_work()
by Johan Hedberg
· 9 years ago
7df26b5
Bluetooth: Pass inquiry length to bredr_inquiry()
by Johan Hedberg
· 9 years ago
2f27498
Bluetooth: Fix BR/EDR Page Scan update with Add Device
by Johan Hedberg
· 9 years ago
2154d3f
Bluetooth: Move Stop Discovery to req_workqueue
by Johan Hedberg
· 9 years ago
e68f072
Bluetooth: Move Start Discovery to req_workqueue
by Johan Hedberg
· 9 years ago
a1d01db
Bluetooth: Add error return value to hci_req_sync callback
by Johan Hedberg
· 9 years ago
591752a
Bluetooth: Add discovery type validity helper
by Johan Hedberg
· 9 years ago
7c1fbed
Bluetooth: Move LE scan disable/restart behind req_workqueue
by Johan Hedberg
· 9 years ago
145a091
Bluetooth: Make __hci_update_background_scan private to hci_request.c
by Johan Hedberg
· 9 years ago
af02dd4
Bluetooth: Use req_workqueue for background scanning when powering on
by Johan Hedberg
· 9 years ago
84235d2
Bluetooth: Use req_workqueue for explicit connect requests
by Johan Hedberg
· 9 years ago
4ebeee2
Bluetooth: Add HCI status return parameter to hci_req_sync()
by Johan Hedberg
· 9 years ago
51d7a94
Bluetooth: Don't wait for HCI in Add/Remove Device
by Johan Hedberg
· 9 years ago
2e93e53
Bluetooth: Run all background scan updates through req_workqueue
by Johan Hedberg
· 9 years ago
5fc16cc
Bluetooth: Add stubs for synchronous HCI request functionality
by Johan Hedberg
· 9 years ago
b504430
Bluetooth: Add 'sync' specifier to synchronous request APIs
by Johan Hedberg
· 9 years ago
be91cd0
Bluetooth: Move synchronous request handling into hci_request.c
by Johan Hedberg
· 9 years ago
030e7f8
Bluetooth: Remove unnecessary call to hci_update_background_scan
by Johan Hedberg
· 9 years ago
ac71494
Bluetooth: Add support for controller specific logging
by Marcel Holtmann
· 9 years ago
dd31506
Bluetooth: Add support for sending system notes to monitor channel
by Marcel Holtmann
· 9 years ago
8528d3f
Bluetooth: Fix casting coding style within HCI sockets
by Marcel Holtmann
· 9 years ago
0ebc181
Bluetooth: Add clarifying comment why schedule_work is used
by Johan Hedberg
· 9 years ago
1982162
Bluetooth: Add missing hci_skb_opcode for raw socket commands
by Marcel Holtmann
· 9 years ago
44d2713
Bluetooth: Compress the size of struct hci_ctrl
by Johan Hedberg
· 9 years ago
5fcc86b
Bluetooth: Remove redundant setting to zero of bt_cb
by Johan Hedberg
· 9 years ago
618e8bc
Bluetooth: Use new hci_skb_pkt_* wrappers for drivers
by Marcel Holtmann
· 9 years ago
d79f34e
Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handling
by Marcel Holtmann
· 9 years ago
f5c4a42
Bluetooth: Add hci_skb_* helper wrappers for bt_cb(skb) access
by Marcel Holtmann
· 9 years ago
5c3d3b4
Bluetooth: Make LE only events conditional on supported commands
by Marcel Holtmann
· 9 years ago
9fe759c
Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event mask
by Marcel Holtmann
· 9 years ago
7d26f5c
Bluetooth: Build LE event mask based on supported commands
by Marcel Holtmann
· 9 years ago
70f56aa
Bluetooth: Move BR/EDR default events behind its features
by Marcel Holtmann
· 9 years ago
d37b4c0
be2net: remove local variable 'status'
by Ivan Vecera
· 9 years ago
6fbaa57
net: hisilicon: fix binding document of mdio
by huangdaode
· 9 years ago
09605cc
net ipv4: use preferred log methods
by Bastian Stender
· 9 years ago
34258a3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 9 years ago
0d77a12
Merge tag 'hwmon-for-linus-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 9 years ago
7f151f1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
e7523a4
MAINTAINERS: Update Mellanox's Eth NIC driver entries
by Or Gerlitz
· 9 years ago
17b85d2
net/core: revert "net: fix __netdev_update_features return.." and add comment
by Nikolay Aleksandrov
· 9 years ago
a3a116e
af_unix: take receive queue lock while appending new skb
by Hannes Frederic Sowa
· 9 years ago
b22b941
rtnetlink: fix frame size warning in rtnl_fill_ifinfo
by Hannes Frederic Sowa
· 9 years ago
19125c1
net: use skb_clone to avoid alloc_pages failure.
by Martin Zhang
· 9 years ago
90836b6
packet: Use PAGE_ALIGNED macro
by Tobias Klauser
· 9 years ago
4194b49
packet: Don't check frames_per_block against negative values
by Tobias Klauser
· 9 years ago
321beec
net: phy: Use interrupts when available in NOLINK state
by Andrew Lunn
· 9 years ago
819ec8e
phy: marvell: Add support for 88E1540 PHY
by Andrew Lunn
· 9 years ago
ec0738d
arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCS
by Yang Shi
· 9 years ago
e639b8d
macvlan: fix leak in macvlan_handle_frame
by Sabrina Dubroca
· 9 years ago
a534dc5
ipvlan: fix use after free of skb
by Sabrina Dubroca
· 9 years ago
cf554ad
ipvlan: fix leak in ipvlan_rcv_frame
by Sabrina Dubroca
· 9 years ago
eb3f8b4
Merge branch 'vlan-reorder'
by David S. Miller
· 9 years ago
28f9ee2
vlan: Do not put vlan headers back on bridge and macvlan ports
by Vlad Yasevich
· 9 years ago
a6e18ff
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
by Vlad Yasevich
· 9 years ago
6c606fa
via-velocity: unconditionally drop frames with bad l2 length
by Timo Teräs
· 9 years ago
a18ab2f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
864f83a
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
e62d6e2
MAINTAINERS: linux-cachefs@redhat.com is moderated for non-subscribers
by Geert Uytterhoeven
· 9 years ago
cf89752
FS-Cache: Add missing initialization of ret in cachefiles_write_page()
by Geert Uytterhoeven
· 9 years ago
f1a454a
ipg: Remove ipg driver
by Ondrej Zary
· 9 years ago
c3f45d3
dl2k: Add support for IP1000A-based cards
by Ondrej Zary
· 9 years ago
41033f0
snmp: Remove duplicate OUTMCAST stat increment
by Neil Horman
· 9 years ago
7750130
net: thunder: Check for driver data in nicvf_remove()
by Pavel Fedin
· 9 years ago
88ad417
net/core: use netdev name in warning if no parent
by Bjørn Mork
· 9 years ago
8844f97
af_unix: don't append consumed skbs to sk_receive_queue
by Hannes Frederic Sowa
· 9 years ago
24cb705
net: switchdev: fix return code of fdb_dump stub
by Dragos Tatulea
· 9 years ago
ab6d784
bnx2x: Fix VLANs null-pointer for 57710, 57711
by Yuval Mintz
· 9 years ago
d60cf61
ravb: remove unhandle int cause
by Masaru Nagai
· 9 years ago
027ac58
raw: increment correct SNMP counters for ICMP messages
by Ben Cartwright-Cox
· 9 years ago
c300366b
sfc: constify pci_error_handlers structures
by Julia Lawall
· 9 years ago
166e236
net: cavium: liquidio: constify pci_error_handlers structures
by Julia Lawall
· 9 years ago
d37d5ec
Driver: Vmxnet3: Fix use of mfTableLen for big endian architectures
by Shrikrishna Khare
· 9 years ago
0b88393
net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
by Daniele Palmas
· 9 years ago
00ee592
net: fix __netdev_update_features return on ndo_set_features failure
by Nikolay Aleksandrov
· 9 years ago
5f8dc33
net: fix feature changes on devices without ndo_set_features
by Nikolay Aleksandrov
· 9 years ago
bbe14f5
switchdev: bridge: Check return code is not EOPNOTSUPP
by Ido Schimmel
· 9 years ago
d5d3098
be2net: replace hardcoded values with existing define
by Ivan Vecera
· 9 years ago
4114ec9
be2net: remove unused local rsstable array
by Ivan Vecera
· 9 years ago
2452cb0
ravb: Fix int mask value overwritten issue
by Masaru Nagai
· 9 years ago
cd998ec
net: smsc911x: Reset PHY during initialization
by Pavel Fedin
· 9 years ago
c3d4c68
bpf, arm64: start flushing icache range from header
by Daniel Borkmann
· 9 years ago
ebaef64
bpf, arm: start flushing icache range from header
by Daniel Borkmann
· 9 years ago
30b50aa
bpf: samples: exclude asm/sysreg.h for arm64
by Yang Shi
· 9 years ago
0fcd593
arm64: bpf: fix JIT frame pointer setup
by Yang Shi
· 9 years ago
7729b05
net: phy: vitesse: add support for VSC8601
by Måns Rullgård
· 9 years ago
0eae598
net: phy: at803x: support interrupt on 8030 and 8035
by Måns Rullgård
· 9 years ago
b4fe85f
ip_tunnel: disable preemption when updating per-cpu tstats
by Jason A. Donenfeld
· 9 years ago
cef03d7
hwmon: (scpi) skip unsupported sensors properly
by Sudeep Holla
· 9 years ago
d42d5b6
hwmon: (scpi) add thermal-of dependency
by Arnd Bergmann
· 9 years ago
f52c74f
s390: remove SALIPL loader
by Heiko Carstens
· 9 years ago
Next »