1. 46f41d4 [KA03] Support tcp keepalive offload by markchien · 7 years ago
  2. 577b2e3 Add jni method for DnsResolver by Luke Huang · 7 years ago
  3. eb03f35 Add util to add an ARP table entry by Remi NGUYEN VAN · 7 years ago
  4. 7a83225 frameworks/base: use proper nativehelper headers by Steven Moreland · 8 years ago
  5. cdb620f Have IpManager track L2-L4 signaling traffic required for IP connectivity. by Erik Kline · 9 years ago
  6. 4adb186 Have IpManager track L2-L4 signaling traffic required for IP connectivity. by Erik Kline · 9 years ago
  7. 67fc452 Basic IPv6 Router Advertisement daemon am: e8782af491 by Erik Kline · 9 years ago
  8. e8782af Basic IPv6 Router Advertisement daemon by Erik Kline · 9 years ago
  9. ddd7dd8 resolve merge conflicts of bc90502 to nyc-dev-plus-aosp by Elliott Hughes · 9 years ago
  10. ee04c53 Make android_net_NetUtils include what it actually uses. by Elliott Hughes · 9 years ago
  11. 0251d67 Remove framework code that calls SIOCKILLADDR by Lorenzo Colitti · 9 years ago
  12. 69b7682 Have ConnectivityService install packet filters when possible by Paul Jensen · 10 years ago
  13. 4871845 Delete all NetworkUtils DHCP-related code. by Erik Kline · 10 years ago
  14. ccffea7 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 10 years ago
  15. 6d5e7fa constify JNINativeMethod function pointer tables by Daniel Micay · 10 years ago
  16. fdec88b Query HTTP proxy for network via a new API to avoid permissions exceptions by Paul Jensen · 10 years ago
  17. 3711800 Merge commit 'e593d0a' into merge_work by Prerepa Viswanadham · 10 years ago
  18. 895c394 Deprecate static ConnectivityManager.get/setProcessDefaultNetwork() functions. by Paul Jensen · 10 years ago
  19. f53d98b DHCP: Add a native method for making a DHCP socket. by Lorenzo Colitti · 11 years ago
  20. 15417fb Fix missing printf argument. by Erik Kline · 10 years ago
  21. a2bdd8b Fix missing printf argument. by Erik Kline · 10 years ago
  22. 0e61c51 DHCP: Add a native method for making a DHCP socket. by Lorenzo Colitti · 11 years ago
  23. 7e67bc3 am "Refactor NetworkUtils interaction with DHCP." by Vinit Deshpande · 10 years ago
  24. 25d2dba Refactor NetworkUtils interaction with DHCP. by Erik Kline · 11 years ago
  25. c247c36 Remove hardcoded include paths. by Narayan Kamath · 11 years ago
  26. ef37855 Frameworks/base: Replace LOG_FATAL_IF in core/jni by Andreas Gampe · 11 years ago
  27. 5b2a2e3 Rework the per-network URL API. by Lorenzo Colitti · 11 years ago
  28. 58d028a Stop using LinkProperties for static configuration. by Lorenzo Colitti · 11 years ago
  29. c05e2a9 Cleanup: Delete dead code. by Sreeram Ramachandran · 11 years ago
  30. 7085a7a Remove unnecessary code and APIs. by Sreeram Ramachandran · 11 years ago
  31. 8b6260f Define NETID_UNSET in ConnectivityManager. by Paul Jensen · 11 years ago
  32. a8a49e0 Convert Vpn from NetworkStateTracker to NetworkAgent. by Paul Jensen · 11 years ago
  33. e25e76c Use return values from JNI functions binding sockets and processes to networks. by Paul Jensen · 11 years ago
  34. c18ad1b Implement bind-to-network functionality of android.net.Network. by Paul Jensen · 11 years ago
  35. 00c193e Use a single socket to communicate with supplicant by Vinit Deshapnde · 12 years ago
  36. feb443e dhcp: Get mtu property from dhcp results by Dmitry Shmidt · 12 years ago
  37. fa15058 Add NetworkUtil function for marking sockets by Chad Brubaker · 12 years ago
  38. 69d28dc Don't update routes if Dhcp fails. by Robert Greenwalt · 12 years ago
  39. 433c98a Up our DNS server support from 2 > 4 by Robert Greenwalt · 13 years ago
  40. 0bc6c96 Support for dns domain. by Robert Greenwalt · 13 years ago
  41. e110d00 Remove DhcpInfoInternal by Robert Greenwalt · 13 years ago
  42. d607559 Pipe DHCP vendor info towards framework. by Jeff Sharkey · 13 years ago
  43. 1be767c Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 14 years ago
  44. 620e107 resolved conflicts for merge of a3b4b5ca to master by Wink Saville · 14 years ago
  45. c101c56 Use resetConnections with resetMask. by Wink Saville · 14 years ago
  46. 9a33301 resolved conflicts for merge of ea8e3c23 to honeycomb-LTE by Irfan Sheriff · 14 years ago
  47. a565295 resolved conflicts for merge of 267a6181 to honeycomb-LTE by Irfan Sheriff · 14 years ago
  48. ea8e3c2 Revert "DO NOT MERGE Revert "DO NOT MERGE Add DhcpStateMachine"" by Irfan Sheriff · 14 years ago
  49. a366388 DO NOT MERGE Revert "DO NOT MERGE Add DhcpStateMachine" by Irfan Sheriff · 14 years ago
  50. 65727c9 Merge f024027b by Jean-Baptiste Queru · 14 years ago
  51. 355205c Switch to use netd to add/remove routes. by Robert Greenwalt · 14 years ago
  52. 9cfe619 DO NOT MERGE Add DhcpStateMachine by Irfan Sheriff · 14 years ago
  53. b0d1452 resolved conflicts for merge of 90faa5de to master by Robert Greenwalt · 14 years ago
  54. 52b5163 am 78204ba5: am 8ab6a6d4: Merge "Add DhcpStateMachine for interation with dhcpcd" into honeycomb-LTE by Irfan Sheriff · 14 years ago
  55. 5afb466 Merge "Add RouteInfo objects for tracking routes." into honeycomb-LTE by Robert Greenwalt · 14 years ago
  56. 5a90129 Add RouteInfo objects for tracking routes. by Robert Greenwalt · 14 years ago
  57. 204cec7 Add DhcpStateMachine for interation with dhcpcd by Irfan Sheriff · 14 years ago
  58. c944a7d More native code cleanup. by Elliott Hughes · 14 years ago
  59. 587274e Don't use local ref for cached jclass reference in JNI code by Brian Carlstrom · 14 years ago
  60. 7baf8a8 Make the interface with DHCP IPv6 capable. by Robert Greenwalt · 15 years ago
  61. 2e1763c Switch from NetworkUtils to netd for iface config. by Robert Greenwalt · 15 years ago
  62. 7fe44cb resolved conflicts for merge of 4ea54f44 to master by Robert Greenwalt · 15 years ago
  63. a7dfbd3 Pass network properties to ConnectivityService. by Robert Greenwalt · 15 years ago
  64. 1791998 wifi: Keep the WLAN network interface up whenever wifi is enabled. by Mike Lockwood · 16 years ago
  65. 28527d2 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  66. ae5a539 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  67. 0caef3f Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  68. 54a942f Initial Contribution by The Android Open Source Project · 17 years ago