index
:
~dcbw/wimax-tools
master
Mirror of Intel WiMAX tools repo
dcbw
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-28
wimaxll_cb_ctx: move to internal.h to wimaxll.h (fixing bug #20)
Inaky Perez-Gonzalez
1
-126
/
+0
2010-09-30
wimaxll_vmsg: remove deprecated code that was causing trouble in ARM
Inaky Perez-Gonzalez
2
-52
/
+0
2010-05-20
wimax-tools: 64-bit log correctness
Dan Williams
5
-13
/
+13
2010-05-12
release: prepare v1.4.3
Inaky Perez-Gonzalez
1
-82
/
+130
2009-09-16
libwimaxll: wimaxll_recv() understands multiple devices
Inaky Perez-Gonzalez
1
-0
/
+5
2009-06-08
libwimaxll-i2400m: fix i2400m_create() uninitialized usage of 'result'
Inaky Perez-Gonzalez
1
-1
/
+1
2009-06-08
libwimaxll-i2400m: indicate dependency to libwimaxll using _LIBADD
Inaky Perez-Gonzalez
2
-3
/
+5
2009-05-14
Wimaxll: add function op-state-get (autoconf update)
Inaky Perez-Gonzalez
1
-3
/
+14
2009-05-14
Wimaxll: add function op-state-get
Darius Augulis
2
-0
/
+113
2009-05-13
libwimaxll: enable MSG_PEEK in handles to allow for big message reception
Inaky Perez-Gonzalez
1
-0
/
+3
2009-04-24
libwimaxll: wimaxll_recv() doesn't use -ENODATA internally
Inaky Perez-Gonzalez
1
-10
/
+8
2009-04-24
libwimaxll: wimaxll_recv() returns 0 if the callback is not filled
Inaky Perez-Gonzalez
1
-2
/
+2
2009-04-24
libwimaxll: clarify the error printed when the kernel WiMAX generic netlink i...
Inaky Perez-Gonzalez
1
-4
/
+2
2009-04-21
enum-to-names-vals: cleanup
Inaky Perez-Gonzalez
1
-4
/
+13
2009-04-21
libwimaxll*: cleanup Makefile.am
Inaky Perez-Gonzalez
2
-40
/
+65
2009-04-21
libwimaxll: wimaxll_recv() returns if nothing was received
Inaky Perez-Gonzalez
2
-2
/
+2
2009-04-21
libwimaxll: increase AGE, as interfaces are being added
Inaky Perez-Gonzalez
2
-2
/
+2
2009-04-21
libwimaxll: introduce 'any' handles to receive callbacks from any device
Inaky Perez-Gonzalez
7
-33
/
+90
2009-04-21
libwimaxll: add wimaxll_ifidx() to report the interface index the handle refe...
Inaky Perez-Gonzalez
1
-0
/
+20
2009-04-21
automake: template update
Inaky Perez-Gonzalez
1
-15
/
+17
2009-04-21
libwimaxll: rework log helpers
Inaky Perez-Gonzalez
2
-95
/
+220
2009-04-21
libwimaxll-i2400m: introduce i2400m_create_from_handle()
Inaky Perez-Gonzalez
1
-9
/
+53
2009-04-21
libwimaxll-i2400m: insert cancellation handlers when taking mutexes
Inaky Perez-Gonzalez
1
-1
/
+19
2009-04-01
libwimaxll: add wimaxll_priv_get/set()
Inaky Perez-Gonzalez
2
-0
/
+34
2009-04-01
libwimaxll-i2400m: introduce i2400m helpers
Inaky Perez-Gonzalez
3
-10
/
+567
2009-04-01
libwimaxll: add a very simple set of logging helpers Signed-off-by: Inaky Per...
Inaky Perez-Gonzalez
3
-13
/
+227
2009-04-01
libwimaxll: make wimaxll_container_of() available for all
Inaky Perez-Gonzalez
1
-9
/
+4
2009-03-20
libwimaxll: add helpers to translate state names to values and back
Inaky Perez-Gonzalez
4
-10
/
+184
2009-03-20
wimaxll: add new dynamically expandable command line tool
Inaky Perez-Gonzalez
1
-0
/
+2
2009-03-20
config.h,version.h: move around so other modules can use it
Inaky Perez-Gonzalez
1
-29
/
+11
2009-02-12
wimaxll_open: if the interface requested is not WiMAX, fail
Inaky Perez-Gonzalez
2
-1
/
+12
2009-01-26
libwimaxll: fix wimaxll_recv() mismatched return value declaration and printf...
Inaky Perez-Gonzalez
1
-1
/
+1
2009-01-16
libwimaxll: _open() verifies the multicast group id was filled up or fail
Inaky Perez-Gonzalez
1
-0
/
+9
2009-01-16
libwimaxll/open: if the device does not exist, set result to exit with error
Inaky Perez-Gonzalez
1
-0
/
+1
2008-12-12
libwimaxll: remove unused goto target in wimaxll_gnl_handle_msg_to_user()
Inaky Perez-Gonzalez
1
-1
/
+0
2008-12-12
libwimaxll: rename wimaxll_gnl_cb_context to wimaxll_cb_ctx
Inaky Perez-Gonzalez
5
-28
/
+27
2008-12-12
libwimaxll: callbacks take "void *" priv pointers
Inaky Perez-Gonzalez
4
-76
/
+188
2008-12-10
release: v1.3.97
Inaky Perez-Gonzalez
1
-2
/
+3
2008-12-10
wimaxll_gnl_cb: set only ctx->result if callback said to stop
Inaky Perez-Gonzalez
1
-1
/
+2
2008-12-10
wimaxll_gnl_handle_message_to_user: return NL_SKIP on incorrect interface index
Inaky Perez-Gonzalez
1
-2
/
+2
2008-12-10
libwimaxll: rename _cb_msg_to_user() -> _msg_read_cb()
Inaky Perez-Gonzalez
1
-5
/
+5
2008-12-10
libwimaxll: fix policies for msg_to_user and re_state_change
Inaky Perez-Gonzalez
2
-0
/
+21
2008-12-10
libwimaxll: update documentation after pipe removal
Inaky Perez-Gonzalez
4
-74
/
+41
2008-12-10
libwimax: move to address interfaces by attribute (vs by family)
Inaky Perez-Gonzalez
12
-1070
/
+421
2008-12-05
checkpatch: fix complaints
Inaky Perez-Gonzalez
5
-23
/
+23
2008-12-05
libwimax: remove deprecated interface
Inaky Perez-Gonzalez
9
-69
/
+10
2008-12-05
libwimaxll: use genl controller instead of op-open and rp-ifinfo
Inaky Perez-Gonzalez
6
-405
/
+265
2008-12-05
wimax: (fb Johannes Berg) remove RP_RESULT and associated code
Inaky Perez-Gonzalez
4
-138
/
+2
2008-12-05
libwimaxll: (fb Johannes Berg) fix handling of ack/nlerr in msg/reset/rfkill
Inaky Perez-Gonzalez
5
-22
/
+42
2008-12-05
libwimaxll: (fb Johannes Berg) fix handling of ack/nlerr in op-open
Inaky Perez-Gonzalez
1
-10
/
+74
[next]