summaryrefslogtreecommitdiffstats
path: root/libnl_2
Commit message (Collapse)AuthorAgeFilesLines
* DO NOT MERGE: Revert "delete libnl_2"Colin Cross2014-03-2113-0/+1450
| | | | | | | This reverts commit 7097f052d946bc9fbe298c7a88e1d943f54f684e. libnl_2 needs to stay in AOSP for now for compatibility with GPL test builds.
* delete libnl_2Colin Cross2014-03-2013-1450/+0
| | | | | | libnl_2 has been replaced by external/libnl Change-Id: I1fa964f4fdc24511f497ebadcb4aa3e786fc8456
* system/core LP64 cleanup.Elliott Hughes2014-02-051-0/+2
| | | | | | | Fixes -Wint-to-pointer and -Wpointer-to-int warnings, plus various -Wformat warnings. Change-Id: I6c5eea6b4273d82d28b8e5d2925f3e5457511b17
* am cdc4a400: am cb71ed30: am 50e2555d: Merge "Always include <sys/socket.h> ↵Elliott Hughes2012-09-122-0/+2
|\ | | | | | | | | | | | | before <linux/netlink.h>." * commit 'cdc4a400b3a47564887ac1220bfb7f6f8312a71e': Always include <sys/socket.h> before <linux/netlink.h>.
| * Always include <sys/socket.h> before <linux/netlink.h>.Elliott Hughes2012-09-122-0/+2
| | | | | | | | | | | | | | Newer kernel headers files aren't stand alone. (This has long been true of glibc's copy, but we only recently updated external/kernel-headers.) Change-Id: Iebcb40902b2f29fe509e207e2f3a9d02a7e40602
* | libnl: Add nla_put_u8/u16/u32/u64() wrapperJouni Malinen2012-08-091-0/+22
| | | | | | | | | | Change-Id: I9c07bbff1f678b5c406dbd455c830363af093703 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-devEd Heyl2012-07-281-6/+13
|\ \
| * | libnl_2: compile as shared library as wellIliyan Malchev2012-06-111-6/+13
| |/ | | | | | | | | Change-Id: I103155b08a16b512a582ee2c4ffc9d6f8a1e1c6a Signed-off-by: Iliyan Malchev <malchev@google.com>
* | libnl_2: Extend genl_ctrl_resolve() to support "nl80211" nameDmitry Shmidt2012-07-101-8/+23
| | | | | | | | | | Change-Id: I46759ba55bdf42baef7c1f43de845b0dc846d502 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | libnl_2: Add nl_socket_set_cb() and nl_socket_get_cb()Dmitry Shmidt2012-07-101-0/+12
|/ | | | | Change-Id: Ibc2b4dc9528bd43d3fc85491c4838a33c916330e Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* libnl_2: Fix memory leaksDmitry Shmidt2011-11-013-27/+34
| | | | | | | BUG: b/5532633 Change-Id: I271168764e26dc465d2442f5015338a3e9a479b8 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* libnl_2: Fix getting family_idDmitry Shmidt2011-09-301-2/+5
| | | | | Change-Id: I27b2495fb96852e960f647f032a5fcd446ec742b Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Merge "libnl_2: Update README"Dmitry Shmidt2011-08-121-2/+6
|\
| * libnl_2: Update READMEDmitry Shmidt2011-08-121-2/+6
| | | | | | | | | | Change-Id: I8501dc01782fa2cfeabb9d27b9c48caa50b74f37 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Merge "libnl_2: Fix nested attribute setting"Dmitry Shmidt2011-08-114-75/+64
|\ \ | |/
| * libnl_2: Fix nested attribute settingDmitry Shmidt2011-08-104-75/+64
| | | | | | | | | | Change-Id: I9dbf72a25e8a939ab6aa35eaf4adbf86d9ed97a1 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Move libnl headers to their own projectJean-Baptiste Queru2011-08-0843-4793/+1
|/ | | | Change-Id: If3f20575507431afa7a79aee6b99823a2d1df324
* libnl: Added more detailed information to READMEFrank Maker2011-08-041-6/+55
| | | | Change-Id: I330a215a02535521b6bdd613eae50c34e47a8835
* libnl: BUGFIX to support wpa_supplicant p2p_findFrank Maker2011-08-022-0/+10
| | | | | Close socket file descriptor when nl_msg freed Correct nested attribute container size when closing nest
* libnl: nl_socket_alloc() BugfixFrank Maker2011-07-061-5/+6
| | | | | | Clear memory and allow kernel to set local socket pid Change-Id: I274156fa7bcf8d2fe78f719fb2eb32d963682931
* BUGFIX: libnl_2Frank Maker2011-06-301-2/+4
| | | | | | Fixed return value for nla_put. Change-Id: If1ae33bb38c0e88ca7a9220e90ae35dfb0b44b86
* Cleanroom libnl_2 libraryFrank Maker2011-06-2854-0/+6117
By overriding the netlink cache pointer, able to pass nl80211 family id. Scan and connecting open access point work Added legal stuff to headers Change-Id: I1c60452f35fdd1f80edebc03fef33067722d0543