1. 4b28586 shill: wimax: Obtain MAC address after WiMax device DBus object appears. by Ben Chan · 12 years ago
  2. 226d46a shill: cellular: Recognize cellular devices using qmi_wwan driver. by Ben Chan · 12 years ago
  3. e049cc5 shill: Special case virtual ethernet devices by Christopher Wiley · 12 years ago
  4. 4178023 shill: Clean up of DeviceInfo::GetMACAddressFromKernel by Gary Morain · 12 years ago
  5. b691efd shill: Rename SMLOG to SLOG by Christopher Wiley · 12 years ago
  6. 05a42c2 shill: Connection: If IP Address changes, flush everything by Paul Stewart · 12 years ago
  7. bf74a67 shill: Use real MAC address for cellular devices. by Gary Morain · 12 years ago
  8. 1ac4e84 shill: DeviceInfo: Track link byte tx/rx statistics by Paul Stewart · 12 years ago
  9. 050cfc0 shill: device_info: Postpone cdc_ether device discovery by Paul Stewart · 12 years ago
  10. 682c5d4 shill: Extract local address for point-to-point interfaces in RTNL messages. by Ben Chan · 12 years ago
  11. da79862 Remove the the TechnologyIs method from Device, associated classes, and everything else. by Joshua Kroll · 12 years ago
  12. 7904d14 Check for pseudo devices earlier so they are not classified as tunnels. by Jason Glasgow · 12 years ago
  13. e4b2702 shill: Complete interaction between DeviceInfo and WiMaxProvider. by Darin Petkov · 12 years ago
  14. 4e64d2d shill: Identify WiMAX device in DeviceInfo. by Ben Chan · 12 years ago
  15. 8c116a9 shill: device_info: Revamp address/route flushing by Paul Stewart · 12 years ago
  16. abc5403 shill: device: Add a special pseudo device to allow for VM testing of cellular by Jason Glasgow · 12 years ago
  17. f8046b8 shill: vpn: Create a VPN device for L2TP/IPSec and apply IP configuration. by Darin Petkov · 12 years ago
  18. ca876ee shill: Add support for detecting PPP devices by Paul Stewart · 12 years ago
  19. b27beee shill: Generalize detection of cdc_ether modem device tty interface. by Thieu Le · 12 years ago
  20. fad4a0b shill: Replace VLOG with SLOG. by Ben Chan · 12 years ago
  21. 93a29ed shill: avoid virtio_net race condition by mukesh agrawal · 12 years ago
  22. 8f1c835 shill: Differentiate between various cdc_ether devices. by Thieu Le · 12 years ago
  23. e81eb70 shill: deviceinfo: Mark all loopback devices up by Paul Stewart · 12 years ago
  24. 9a24553 Make Enable/Disable work using new callbacks for async support. by Eric Shienbrood · 12 years ago
  25. 5e628a5 Don't try to create cellular device if modem interface is blacklisted. by Eric Shienbrood · 12 years ago
  26. 536820d shill: vpn: Last systems bits for OpenVPN test by Paul Stewart · 12 years ago
  27. 3e20a23 shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 12 years ago
  28. f33e370 shill: vpn: Don't delete tun interfaces claimed by VPNProvider. by Darin Petkov · 12 years ago
  29. b5c8940 Revert "shill: Convert code to use the newest version of libchrome." by Eric Shienbrood · 12 years ago
  30. 08a4ffb shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 12 years ago
  31. ca6abd4 shill: vpn: Claim interface from DeviceInfo by Paul Stewart · 12 years ago
  32. cba0f7f shill: vpn: Add support for creating a tunnel interface by Paul Stewart · 12 years ago
  33. e908949 shill: modem: unregister the cellular device when deleting a modem by Jason Glasgow · 12 years ago
  34. 2c15d2c shill: logging improvements (routing-related) by mukesh agrawal · 12 years ago
  35. 39cd564 shill: Added cdc_ether as a device to be recognized as a cellular modem. by Eric Shienbrood · 13 years ago
  36. 3426c8f shill: Move Metrics from singleton to Shill daemon by Thieu Le · 13 years ago
  37. 41c0e0a shill: Delay cellular device creation if DeviceInfo is not available yet. by Darin Petkov · 13 years ago
  38. 2001a42 shill: Ignore WiFi devices in "monitor" mode by Paul Stewart · 13 years ago
  39. 2bf1d35 shill: Enable and disable IPv6 with interface events by Paul Stewart · 13 years ago
  40. 9364c4c shill: Clean up GetDeviceTechnology by Paul Stewart · 13 years ago
  41. fdd1607 shill: Add Technology class by Paul Stewart · 13 years ago
  42. 877ff98 [shill] Enable default profile to persist device info by Chris Masone · 13 years ago
  43. 7355ce1 shill: Naming and lint cleanup pass by Paul Stewart · 13 years ago
  44. 9a90808 shill: Add IP Address tracking to DeviceInfo by Paul Stewart · 13 years ago
  45. 3285296 shill: Rename address -> mac_address by Paul Stewart · 13 years ago
  46. 2713d6c shill: Fix failure-to-remove Device due to ref cycle by Paul Stewart · 13 years ago
  47. 5c206e1 shill: Fix inverted logic for error message in IPv6 privacy by Paul Stewart · 13 years ago
  48. bf1861b shill: Set IPv6 privacy flags on discovered interfaces by Paul Stewart · 13 years ago
  49. 47009f8 shill: log values of flags as hex, rather than decimal by mukesh agrawal · 13 years ago
  50. 626719f Re-land "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  51. 0fda552 Revert "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  52. b17d42d [shill] Add hardware address to Device objects. by Chris Masone · 13 years ago
  53. e3e1cfa shill: DeviceInfo::GetAddress can be used now to lookup the device MAC address. by Darin Petkov · 13 years ago
  54. e6193c0 shill: Cache link status flags in DeviceInfo. by Darin Petkov · 13 years ago
  55. 2aa9707 [shill] Migrate to RTNLMessage instead of nlmsghdr by Chris Masone · 13 years ago
  56. 6f9eaa3 shill: Add Cellular devices to DeviceInfo. by Darin Petkov · 13 years ago
  57. 67d8ecf shill: Fix a crash on creation of Cellular device. by Darin Petkov · 13 years ago
  58. 8f317b6 shill: add ability to blacklist devices by mukesh agrawal · 13 years ago
  59. 633ac6f shill: Add a mockable layer for socket.h. by Darin Petkov · 13 years ago
  60. f60e406 shill: update Makefile to enable -Wall, and related flags, on ebuilds by mukesh agrawal · 13 years ago
  61. c1e5041 [shill] Start replacing bare pointers with scoped_refptrs where appropriate by Chris Masone · 13 years ago
  62. f1ce5d2 Track link status in Ethernet and register service by Paul Stewart · 13 years ago
  63. a3c56f9 Split off rtnl facility from device_info by Paul Stewart · 13 years ago
  64. b50f0b9 Perform device discovery and registration in device_info by Paul Stewart · 13 years ago
  65. 9be4a9d [shill] the beginnings of the data model by Chris Masone · 13 years ago
  66. 487b8bf [shill] Roll forward to new libchrome by Chris Masone · 13 years ago
  67. 0e1d104 [shill] Switch from home-grown EventQueue to Chrome's MessageLoop by Chris Masone · 13 years ago
  68. 0af98bf shill: First step for rtnl code -- device discovery by Paul Stewart · 13 years ago