dect
/
libnl
Archived
13
0
Fork 0
Commit Graph

335 Commits

Author SHA1 Message Date
Patrick McHardy 94cd080452 dect: transceiver: resync kernel header for P64 definitions
Signed-off-by: Patrick McHardy <kaber@trash.net>
2012-02-09 20:41:07 +01:00
Patrick McHardy c2fdebea42 libnl: resync netlink.h with kernel
Signed-off-by: Patrick McHardy <kaber@trash.net>
2012-02-09 20:37:20 +01:00
Patrick McHardy 4cec8d361c packet 2011-07-06 04:39:35 +02:00
Patrick McHardy 68915b1292 dect: add support for MBC statistics
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-06-18 06:04:58 +02:00
Patrick McHardy 450d03b24b headers: resync netlink.h
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-06-18 06:04:51 +02:00
Patrick McHardy 29abe5d86f dect: support transceiver features attribute
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-04-12 02:54:23 +02:00
Patrick McHardy 93a9e4dc6a Merge git://git.kernel.org/pub/scm/libs/netlink/libnl 2011-03-21 19:11:19 +01:00
Thomas Graf 55f803c64d libnl-3.0 2011-03-21 17:03:01 +01:00
Thomas Graf 722a227795 fix module parent references 2011-03-21 16:54:37 +01:00
Thomas Graf 45941f9d5f rename sch -> qdisc 2011-03-21 16:47:42 +01:00
Thomas Graf 8eb5b5532e Unified TC API
Finally got rid of all the qdisc/class/cls code duplication in
the tc module API. The API takes care of allocation/freeing the
tc object specific data.

I hope I got it right this time.
2011-03-21 15:51:52 +01:00
Erik Tews 3c6622aeb8 dect: llme: implemented setting the multiframe number
Patch from Eric: "Implemented setting the multiframe number using
nl_dect_llme_mac_info_set_mfn".

Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-03-19 02:26:40 +01:00
Patrick McHardy 2a591b7b2b Merge 192.168.0.100:/repos/git/libnl
Conflicts:
	include/netlink-types.h
	lib/Makefile.am
	src/.gitignore
	src/Makefile.am

Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-03-19 00:47:14 +01:00
Thomas Graf 5dc897d5de provide function to retrieve htb rate 2011-03-17 17:31:08 +01:00
Thomas Graf 552c85cab7 Hold reference to obj while calling callback of cache iterator 2011-03-17 17:30:32 +01:00
Thomas Graf 33e94038c4 Print debugging info while iterating a cache based on a filter 2011-03-17 16:40:39 +01:00
Thomas Graf 2c75886060 Fix off-by-one when reading IFLA_INET6_CONF and IFLA_INET6_STATS 2011-03-17 16:11:10 +01:00
Thomas Graf 5a9f50b8e9 __nlmsg_alloc(): Guarantee minimal message size of at least the header 2011-03-17 16:03:11 +01:00
Thomas Graf ae5dfb1cc7 Make struct nl_object public, NLHDR_COMMON has been public anyway 2011-03-17 14:44:56 +01:00
Miguel Di Ciurcio Filho 59c3474b3d Add missing argument in rtnl_link_change example
Signed-off-by: Miguel Di Ciurcio Filho <miguel.filho@gmail.com>
2011-03-16 13:49:08 +01:00
Thomas Graf d8d67c0a4c Provide numeric version defines 2011-03-16 13:46:41 +01:00
Reuben Hawkins b5c474e533 allowing silent rules in build 2011-03-16 13:21:50 +01:00
Laurent Defert 5f3dbf80d1 Fix function nfnl_ct_del name
This function is named nfnl_nl_del in lib/netfilter/ct.c, while it was
declared nfnl_ct_delete in the header.
2011-03-16 13:11:50 +01:00
Thomas Graf 2d1626b320 Include <linux/pkt_cls.h> and <linux/pkt_sched.h> in <netlink/route/tc.h> for convenience 2011-03-16 12:59:31 +01:00
Thomas Graf 4b0126b8e6 prefix ipv6 link statistics identifiers with IP6 2011-03-16 12:55:19 +01:00
Thomas Graf 82fe785820 use linux/netlink.h instead of netlink/netlink-kernel.h 2011-03-16 12:53:14 +01:00
Thomas Graf 5644578190 Tons of documentation 2010-11-27 10:18:07 +01:00
Thomas Graf 7105aea116 addr: hide nl_addr_destroy()
everyone should use nl_addr_put()
2010-11-26 16:32:10 +01:00
Thomas Graf c158d06b7b rename NL_AUTO_PID to NL_AUTO_PORT
Old name is kept for compatibility.
2010-11-23 13:31:39 +01:00
Thomas Graf 9513d4ce34 Rename nlmsg_for_each_msg() to nlmsg_for_each()
Also put remaining variable on local stack instead of requiring the user
to supply it. Old interface is kept for compatibility.
2010-11-23 13:29:45 +01:00
Thomas Graf 4fb528bbaf nl_recv(): Zero out sockaddr in case the caller forgot 2010-11-22 14:19:40 +01:00
Thomas Graf 9fbdf6c92a nl_recv(): Make passing creds pointer optional 2010-11-22 14:18:59 +01:00
Thomas Graf e52a09c507 nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen()
The old symbols are left around for compatibility.
2010-11-22 13:13:04 +01:00
Thomas Graf 6545206187 Documentation updates
- moved documentation from lib/doc.c to doc/src/
 - splitted pages into separate files
 - worked over core sections, explaining the receiving and sending
   behaviour in much more details including the the available
   mechanisms to customize the behaviour
 - updated the html stylesheet file for increased readability, probably
   needs some doxygen patching to achieve what I am looking for.
 - enabled call graphs, not expanded by default
2010-11-19 02:25:37 +01:00
Thomas Graf 5a08c8ff4c Inherit return code of NL_CB_MSG_OUT in nl_sendmsg()
If NL_CB_MSG_OUT() returns anything != NL_OK, return that value
to let any caller of nl_sendmsg() know that the message has not
been sent.
2010-11-18 14:16:33 +01:00
Thomas Graf 8a365dbd49 rename nl_send_auto_complete() -> nl_send_auto(), nl_auto_complete -> nl_complete_msg()
Old symbols left to maintain backwards compatibility
2010-11-18 14:13:49 +01:00
Thomas Graf 063a2ebf53 only perform automatic sequence checking if auto-ack mode is enabled 2010-11-18 12:51:20 +01:00
Thomas Graf 09daef3d83 Don't build doc.c, there is no real code in it 2010-11-18 12:47:40 +01:00
Thomas Graf c32c3f3664 socket: constify interface 2010-11-18 12:47:16 +01:00
Thomas Graf cf5577d280 constify struct trans_tbl 2010-11-17 16:09:08 +01:00
Thomas Graf 98ffedec04 link/inet6: pretty printing 2010-11-17 15:14:08 +01:00
Thomas Graf d8eeb0a26f New function nl_size2str() 2010-11-17 15:13:33 +01:00
Thomas Graf 10424b20c1 Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ value 2010-11-17 11:55:42 +01:00
Thomas Graf 3a9562001c sfq: perturb period is in seconds, not jiffies 2010-11-17 11:55:03 +01:00
Thomas Graf 4d28cc51bc link/inet: pretty printing, make output more readable 2010-11-17 00:06:34 +01:00
Thomas Graf f56317f4b8 update Doxyfile to latest version 2010-11-16 15:28:16 +01:00
Thomas Graf a3ea8a603f Make syntax of nl-link-list consistent and install it 2010-11-16 15:08:36 +01:00
Thomas Graf 01bc3c58c2 link/inet: documentation: add examples 2010-11-16 15:07:27 +01:00
Thomas Graf ee57cc716f link: define RTM_SETLINK to allow pretty printing 2010-11-16 13:54:54 +01:00
Thomas Graf 2575d03135 link: Add missing IFLA_AF_SPEC container attribute 2010-11-16 13:54:15 +01:00