Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
connectivity
/
shill
/
a44d6087a9b1940a424ecef3054eeb1995fada9a
/
device_info.cc
7e8b8ee
shill: add support for allowing remote dbus service to claim/release devices
by Peter Qiu
· 10 years ago
d6a8b51
shill: wifi: Move wifi code to its own sub-directory.
by Ben Chan
· 10 years ago
8760251
shill: ethernet: Move ethernet code to its own sub-directory.
by Ben Chan
· 10 years ago
2240e8c
shill: vpn: Move vpn code to its own sub-directory.
by Ben Chan
· 10 years ago
127b341
shill: Third party VPN driver and DBus bindings
by Prabhu Kaliamoorthi
· 10 years ago
c9c31d8
shill: add object id to scoped log messages
by Rebecca Silberstein
· 10 years ago
02e3dc3
shill: Move netlink functionality to libshill-net shared library
by Peter Qiu
· 10 years ago
8d6b597
shill: export a shared library for RTNL interface.
by Peter Qiu
· 10 years ago
da8cbee
shill: DeviceInfo: Default unknown to Ethernet
by Paul Stewart
· 10 years ago
cd47732
shill: Replace scoped_ptr with std::unique_ptr.
by Ben Chan
· 10 years ago
cc225ef
shill: Replace NULL with nullptr.
by Ben Chan
· 10 years ago
9f5159e
shill: Add a metric for tracking device removed event
by Peter Qiu
· 10 years ago
11c213f
Update code to include base/files/file_util.h
by Ben Chan
· 10 years ago
0353c22
Update to build against libchrome-293518.
by Ben Chan
· 10 years ago
5412de0
shill: netlink_manager: add support for Nl80211 Ack handlers (reland)
by Samuel Tan
· 10 years ago
29740cb
Revert "shill: netlink_manager: add support for Nl80211 Ack handlers"
by Alex Deymo
· 10 years ago
6c29ce3
shill: netlink_manager: add support for Nl80211 Ack handlers
by Samuel Tan
· 10 years ago
016fa0e
platform2: sweep the lint errors identified by the updated linter
by Alex Vakulenko
· 10 years ago
7fab897
shill: Use integer types from stdint.h
by Ben Chan
· 10 years ago
9855170
shill: IPv6 DNS server addresses changed notification.
by Peter Qiu
· 10 years ago
8a53229
shill: Fix most of warnings from cpplint
by Alex Vakulenko
· 10 years ago
6fbf64f
shill: Update to build against libchrome-271506.
by Ben Chan
· 10 years ago
6db7b24
shill: Remove trivial use of iterators
by Paul Stewart
· 11 years ago
d55f6ae
shill: DeviceInfo: Report IPv6 address changes to Device
by Paul Stewart
· 11 years ago
a0ddf46
shill: Update to build against libchrome-242728.
by Ben Chan
· 11 years ago
5742b24
shill: Completely exclude ModemInfo when built with USE=-cellular.
by Ben Chan
· 11 years ago
a0db0ff
shill: DeviceInfo: Add utility for address reachability
by Paul Stewart
· 11 years ago
6950ba5
shill: DeviceInfo: Query ARP table for a peer IP
by Paul Stewart
· 11 years ago
520eb17
shill: Disable WiMAX support when built with USE='-gdmwimax -wimax'.
by Ben Chan
· 11 years ago
b00c13d
shill: Make Manager.UninitializedTechnologies and others mutually exclusive.
by Arman Uguray
· 11 years ago
35ec840
shill: PPP dongles: cleanly move Service from Cellular to PPPDevice
by mukesh agrawal
· 11 years ago
6813e76
shill: improve logging, and comment out unused args
by mukesh agrawal
· 11 years ago
0f90e0b
shill: cellular: Recognize cellular devices using cdc_mbim driver.
by Ben Chan
· 11 years ago
4eb4ddf
shill: Identify modem devices supported by the cdc_ncm driver.
by Ben Chan
· 11 years ago
7347bf2
shill: Adds message-type-specific netlink callbacks.
by Wade Guthrie
· 12 years ago
2ddf2c6
shill: DeviceInfo: Decide between WiFi interface types
by Paul Stewart
· 12 years ago
c3505a5
shill: vpn: Conditionally build VPN support into shill.
by Darin Petkov
· 12 years ago
0e1cdea
shill: Implement Service.Remove & delete DHCP leases
by Albert Chaulk
· 12 years ago
b061f89
Add a traffic monitor to detect abnormal scenarios.
by Ben Chan
· 12 years ago
9abd674
shill: Add device metrics registration for devices without link message.
by Thieu Le
· 12 years ago
c8078a6
shill: Add support for device metrics.
by Thieu Le
· 12 years ago
5086b97
shill: Add Manager.UninitializedTechnologies property.
by Ben Chan
· 12 years ago
4f68fe9
Revert "shill: Include pre-enabled technologies in EnabledTechnologies property."
by Ben Chan
· 12 years ago
08a8e05
shill: Include pre-enabled technologies in EnabledTechnologies property.
by Ben Chan
· 12 years ago
bc16061
Revert "Log RTM_NEWLINK RTNL messages and possible problems in shill (temporary)"
by Julius Werner
· 12 years ago
87fc23e
Log RTM_NEWLINK RTNL messages and possible problems in shill (temporary)
by Julius Werner
· 12 years ago
4b28586
shill: wimax: Obtain MAC address after WiMax device DBus object appears.
by Ben Chan
· 12 years ago
226d46a
shill: cellular: Recognize cellular devices using qmi_wwan driver.
by Ben Chan
· 12 years ago
e049cc5
shill: Special case virtual ethernet devices
by Christopher Wiley
· 12 years ago
4178023
shill: Clean up of DeviceInfo::GetMACAddressFromKernel
by Gary Morain
· 12 years ago
b691efd
shill: Rename SMLOG to SLOG
by Christopher Wiley
· 12 years ago
05a42c2
shill: Connection: If IP Address changes, flush everything
by Paul Stewart
· 12 years ago
bf74a67
shill: Use real MAC address for cellular devices.
by Gary Morain
· 12 years ago
1ac4e84
shill: DeviceInfo: Track link byte tx/rx statistics
by Paul Stewart
· 12 years ago
050cfc0
shill: device_info: Postpone cdc_ether device discovery
by Paul Stewart
· 12 years ago
682c5d4
shill: Extract local address for point-to-point interfaces in RTNL messages.
by Ben Chan
· 12 years ago
da79862
Remove the the TechnologyIs method from Device, associated classes, and everything else.
by Joshua Kroll
· 12 years ago
7904d14
Check for pseudo devices earlier so they are not classified as tunnels.
by Jason Glasgow
· 12 years ago
e4b2702
shill: Complete interaction between DeviceInfo and WiMaxProvider.
by Darin Petkov
· 12 years ago
4e64d2d
shill: Identify WiMAX device in DeviceInfo.
by Ben Chan
· 12 years ago
8c116a9
shill: device_info: Revamp address/route flushing
by Paul Stewart
· 13 years ago
abc5403
shill: device: Add a special pseudo device to allow for VM testing of cellular
by Jason Glasgow
· 13 years ago
f8046b8
shill: vpn: Create a VPN device for L2TP/IPSec and apply IP configuration.
by Darin Petkov
· 13 years ago
ca876ee
shill: Add support for detecting PPP devices
by Paul Stewart
· 13 years ago
b27beee
shill: Generalize detection of cdc_ether modem device tty interface.
by Thieu Le
· 13 years ago
fad4a0b
shill: Replace VLOG with SLOG.
by Ben Chan
· 13 years ago
93a29ed
shill: avoid virtio_net race condition
by mukesh agrawal
· 13 years ago
8f1c835
shill: Differentiate between various cdc_ether devices.
by Thieu Le
· 13 years ago
e81eb70
shill: deviceinfo: Mark all loopback devices up
by Paul Stewart
· 13 years ago
9a24553
Make Enable/Disable work using new callbacks for async support.
by Eric Shienbrood
· 13 years ago
5e628a5
Don't try to create cellular device if modem interface is blacklisted.
by Eric Shienbrood
· 13 years ago
536820d
shill: vpn: Last systems bits for OpenVPN test
by Paul Stewart
· 13 years ago
3e20a23
shill: Convert code to use the newest version of libchrome.
by Eric Shienbrood
· 13 years ago
f33e370
shill: vpn: Don't delete tun interfaces claimed by VPNProvider.
by Darin Petkov
· 13 years ago
b5c8940
Revert "shill: Convert code to use the newest version of libchrome."
by Eric Shienbrood
· 13 years ago
08a4ffb
shill: Convert code to use the newest version of libchrome.
by Eric Shienbrood
· 13 years ago
ca6abd4
shill: vpn: Claim interface from DeviceInfo
by Paul Stewart
· 13 years ago
cba0f7f
shill: vpn: Add support for creating a tunnel interface
by Paul Stewart
· 13 years ago
e908949
shill: modem: unregister the cellular device when deleting a modem
by Jason Glasgow
· 13 years ago
2c15d2c
shill: logging improvements (routing-related)
by mukesh agrawal
· 13 years ago
39cd564
shill: Added cdc_ether as a device to be recognized as a cellular modem.
by Eric Shienbrood
· 13 years ago
3426c8f
shill: Move Metrics from singleton to Shill daemon
by Thieu Le
· 13 years ago
41c0e0a
shill: Delay cellular device creation if DeviceInfo is not available yet.
by Darin Petkov
· 13 years ago
2001a42
shill: Ignore WiFi devices in "monitor" mode
by Paul Stewart
· 13 years ago
2bf1d35
shill: Enable and disable IPv6 with interface events
by Paul Stewart
· 13 years ago
9364c4c
shill: Clean up GetDeviceTechnology
by Paul Stewart
· 13 years ago
fdd1607
shill: Add Technology class
by Paul Stewart
· 13 years ago
877ff98
[shill] Enable default profile to persist device info
by Chris Masone
· 13 years ago
7355ce1
shill: Naming and lint cleanup pass
by Paul Stewart
· 13 years ago
9a90808
shill: Add IP Address tracking to DeviceInfo
by Paul Stewart
· 13 years ago
3285296
shill: Rename address -> mac_address
by Paul Stewart
· 13 years ago
2713d6c
shill: Fix failure-to-remove Device due to ref cycle
by Paul Stewart
· 13 years ago
5c206e1
shill: Fix inverted logic for error message in IPv6 privacy
by Paul Stewart
· 13 years ago
bf1861b
shill: Set IPv6 privacy flags on discovered interfaces
by Paul Stewart
· 13 years ago
47009f8
shill: log values of flags as hex, rather than decimal
by mukesh agrawal
· 13 years ago
626719f
Re-land "[shill] Add hardware address to Device objects."
by Chris Masone
· 13 years ago
0fda552
Revert "[shill] Add hardware address to Device objects."
by Chris Masone
· 13 years ago
b17d42d
[shill] Add hardware address to Device objects.
by Chris Masone
· 13 years ago
e3e1cfa
shill: DeviceInfo::GetAddress can be used now to lookup the device MAC address.
by Darin Petkov
· 13 years ago
e6193c0
shill: Cache link status flags in DeviceInfo.
by Darin Petkov
· 13 years ago
Next »