dect
/
libnl
Archived
13
0
Fork 0

Commit Graph

  • 82fe785820 use linux/netlink.h instead of netlink/netlink-kernel.h Thomas Graf 2011-03-16 12:53:14 +0100
  • 5644578190 Tons of documentation Thomas Graf 2010-11-27 10:18:07 +0100
  • 7105aea116 addr: hide nl_addr_destroy() Thomas Graf 2010-11-26 16:32:10 +0100
  • c158d06b7b rename NL_AUTO_PID to NL_AUTO_PORT Thomas Graf 2010-11-23 13:31:39 +0100
  • 9513d4ce34 Rename nlmsg_for_each_msg() to nlmsg_for_each() Thomas Graf 2010-11-23 13:29:45 +0100
  • 4fb528bbaf nl_recv(): Zero out sockaddr in case the caller forgot Thomas Graf 2010-11-22 14:19:40 +0100
  • 9fbdf6c92a nl_recv(): Make passing creds pointer optional Thomas Graf 2010-11-22 14:18:59 +0100
  • e52a09c507 nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen() Thomas Graf 2010-11-22 13:13:04 +0100
  • 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 Thomas Graf 2010-11-19 02:25:37 +0100
  • 5a08c8ff4c Inherit return code of NL_CB_MSG_OUT in nl_sendmsg() Thomas Graf 2010-11-18 14:16:33 +0100
  • 8a365dbd49 rename nl_send_auto_complete() -> nl_send_auto(), nl_auto_complete -> nl_complete_msg() Thomas Graf 2010-11-18 14:13:49 +0100
  • 063a2ebf53 only perform automatic sequence checking if auto-ack mode is enabled Thomas Graf 2010-11-18 12:51:20 +0100
  • 09daef3d83 Don't build doc.c, there is no real code in it Thomas Graf 2010-11-18 12:47:40 +0100
  • c32c3f3664 socket: constify interface Thomas Graf 2010-11-18 12:47:16 +0100
  • cf5577d280 constify struct trans_tbl Thomas Graf 2010-11-17 16:09:08 +0100
  • 98ffedec04 link/inet6: pretty printing Thomas Graf 2010-11-17 15:14:08 +0100
  • d8eeb0a26f New function nl_size2str() Thomas Graf 2010-11-17 15:13:33 +0100
  • 10424b20c1 Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ value Thomas Graf 2010-11-17 11:55:42 +0100
  • 3a9562001c sfq: perturb period is in seconds, not jiffies Thomas Graf 2010-11-17 11:55:03 +0100
  • 4d28cc51bc link/inet: pretty printing, make output more readable Thomas Graf 2010-11-17 00:06:34 +0100
  • f56317f4b8 update Doxyfile to latest version Thomas Graf 2010-11-16 15:28:16 +0100
  • a3ea8a603f Make syntax of nl-link-list consistent and install it Thomas Graf 2010-11-16 15:08:36 +0100
  • 01bc3c58c2 link/inet: documentation: add examples Thomas Graf 2010-11-16 15:07:27 +0100
  • ee57cc716f link: define RTM_SETLINK to allow pretty printing Thomas Graf 2010-11-16 13:54:54 +0100
  • 2575d03135 link: Add missing IFLA_AF_SPEC container attribute Thomas Graf 2010-11-16 13:54:15 +0100
  • e2099719a5 link/inet: Fix array access Thomas Graf 2010-11-16 13:47:41 +0100
  • b6592cb5de link: Fix typo, use rtnl_link_af_alloc() to make sure data buffer is allocated Thomas Graf 2010-11-16 13:46:49 +0100
  • 53015f8381 link: AF_INET link module Thomas Graf 2010-11-16 12:41:43 +0100
  • 56a447dffd dect: llme: add nl_dect_llme_mac_info_test_pari() function Patrick McHardy 2010-11-14 19:34:38 +0100
  • 2e3ca4db0c link: Support for IFLA_AF_SPEC Thomas Graf 2010-11-13 01:38:13 +0100
  • a4efc65c3a link: Add support for IPv6 specific link data - parses IFLA_PROTINFO - dumps flags, cacheinfo, devconf and all statistics Thomas Graf 2010-11-11 23:15:28 +0100
  • e69efadc46 Add support for per interface ICMPv6 statistics Thomas Graf 2010-11-11 23:14:57 +0100
  • 407e9eb05d Add local copies of linux/ipv6.h and linux/snmp.h Thomas Graf 2010-11-11 22:36:48 +0100
  • f64ebab092 Add all libraries for libtool to improve linkage Gery Kahn 2010-11-11 23:21:18 +0200
  • 7ff4deeb56 Extend rtnl_link_alloc_cache() to support address families Thomas Graf 2010-11-11 22:26:11 +0100
  • 2847cf081b Make nl_str2af return a negative value if parsing fails Thomas Graf 2010-11-11 22:25:32 +0100
  • 12b82e4f6f link/api: Improve API documentation. Thomas Graf 2010-11-11 16:38:53 +0100
  • 67aeb7474f link/api: Convert link info ops to use nl_list_head Thomas Graf 2010-11-11 16:18:53 +0100
  • 800013b787 link: Support for AF_BRIDGE address family Thomas Graf 2010-11-11 16:02:48 +0100
  • 280d457c22 link/api: Check for null pointer in rtnl_link_af_ops_put() Thomas Graf 2010-11-11 16:02:02 +0100
  • 3fa6a6b410 link: API for address family specific link data Thomas Graf 2010-11-11 15:50:49 +0100
  • fd857eeb9f link: Support IFLA_NUM_VF attribute - parses attribute if available - provides API to access value rtnl_link_get_num_vf(link, num_vf) Thomas Graf 2010-11-11 14:11:32 +0100
  • 8970c5cde6 link: Support IFLA_IFALIAS attribute Thomas Graf 2010-11-11 13:57:10 +0100
  • 59880cb01e pktloc: support to specify a shift operator for packet locations Thomas GraF 2010-11-04 20:01:36 +0100
  • d283c8e889 Correctly state the process of sending a netlink message. A message passes through nl_send_iovec() before hitting nl_sendmsg() Thomas GraF 2010-11-04 19:35:57 +0100
  • 738ee7fea1 nl-qdisc-delete: Do not attempt to delete default qdiscs Thomas GraF 2010-11-03 21:41:24 +0100
  • d95a4193f3 ematch/meta: id definitions Thomas Graf 2010-11-03 01:08:33 +0100
  • df36c25bbf nl-classid-lookup: Added --raw option to print classid without pretty printing it Thomas Graf 2010-11-01 15:20:43 +0100
  • 54e2539ce1 nl-qdisc-list: --recursive - print tc objects recursively Thomas Graf 2010-11-01 13:41:57 +0100
  • 4e48d90e71 Correctly parse and generate classids Thomas Graf 2010-11-01 13:17:19 +0100
  • 4267d8f336 classid auto generation if provided tc name does not exist Thomas Graf 2010-11-01 08:17:40 +0100
  • 7903d6ab4b Support for meta match Thomas Graf 2010-10-31 23:13:01 +0100
  • c7a673787b text ematch support Thomas Graf 2010-10-29 21:10:02 +0200
  • 93f992eac5 attr: Add padding if nested data does not end at an alignment boundry Thomas Graf 2010-10-29 18:40:48 +0200
  • cc22992d0c Improved debugging messages while constructing messages/attributes Thomas Graf 2010-10-29 18:34:27 +0200
  • f703192a4f routing rules: adapt to unified routing rules Thomas Graf 2010-10-29 12:48:46 +0200
  • 1eccb7b99c Revert "routing rules: mark support" Thomas Graf 2010-10-29 11:52:22 +0200
  • 858527622a Revert "Include RTA_MARK in routing rule messages" Thomas Graf 2010-10-29 11:52:08 +0200
  • 48cdb1fe66 Support RT_TABLE_COMPAT Thomas Graf 2010-10-29 02:06:14 +0200
  • 2e6d49784b Support neighbour flag NTF_USE Thomas Graf 2010-10-29 02:00:53 +0200
  • 873a64e2c1 Support for 64bit link counters IFLA_STATS64 Thomas Graf 2010-10-29 01:58:27 +0200
  • 6d434415ad Updated arp and ethernet codes Thomas Graf 2010-10-29 01:48:13 +0200
  • 6862c6592a Include RTA_MARK in routing rule messages Thomas Graf 2010-10-29 01:38:10 +0200
  • ee88c71d16 routing rules: mark support Thomas Graf 2010-10-29 01:34:15 +0200
  • 897828de32 src/nf-queue: revert nonsensical change Patrick McHardy 2010-10-25 17:32:23 +0200
  • 691905bc56 cgroup classifier improvements - enabled again - ematch support - cli tools module Thomas Graf 2010-10-29 00:51:11 +0200
  • 2f867686ac basic: Only add ematches to message if available Thomas Graf 2010-10-29 00:45:45 +0200
  • d7a561a137 Tons of ematch work Thomas Graf 2010-10-29 00:20:42 +0200
  • e1eacd6b16 Fix use of uninitialized data at the end of netlink message Thomas Graf 2010-10-29 00:17:07 +0200
  • d0e564548f Avoid memcpy()/memset() when reserving space for nested attributes Thomas Graf 2010-10-29 00:16:40 +0200
  • 0fe5b29423 Extended pktloc to support nbyte locations for ipv6, etc. Thomas Graf 2010-10-29 00:14:34 +0200
  • 65e386c8ba Packet location updates Thomas Graf 2010-10-27 01:21:50 +0200
  • b57a697ef1 nl-cls-* tools Thomas Graf 2010-10-26 22:30:02 +0200
  • 4c6d1c5dfb Unified TC attributes interface Thomas Graf 2010-10-26 12:54:33 +0200
  • b9d965b01b Update include/linux header copies Thomas Graf 2010-10-21 19:47:14 +0200
  • 3a96527f24 nl-qdisc-add(8), nl-qdisc-delete(8), nl-qdisc-list(8) Thomas Graf 2010-10-21 16:14:15 +0200
  • 2a9c3ef70e nl-class-list tool Thomas Graf 2010-10-20 17:40:44 +0200
  • 8699ba85cc nl-class-delete tool Thomas Graf 2010-10-20 17:15:58 +0200
  • cefe7db730 Make nl-qdisc-delete installable Thomas Graf 2010-10-20 16:20:37 +0200
  • 420438c71f Remove NL_DUMP_ENV code Thomas Graf 2010-10-20 15:32:45 +0200
  • a670ee5d72 make nl-qdisc-list installable Thomas Graf 2010-10-20 15:26:06 +0200
  • 27883b0f9b nl-class-add tool Thomas Graf 2010-10-20 14:57:39 +0200
  • 18848090f9 pfifo/bfifo qdisc support for cli libs Thomas Graf 2010-10-19 16:51:55 +0200
  • 23c6191726 remove obsolete nl-qdisc-add code Thomas Graf 2010-10-19 16:35:26 +0200
  • 757592ec1b classid database Thomas Graf 2010-10-19 16:31:23 +0200
  • fa89403149 HTB: Append TCA_OPTIONS even if no options are set Thomas Graf 2010-10-19 13:10:26 +0200
  • c0cd587dfc nl-qdisc-add tool Thomas Graf 2010-10-19 13:06:42 +0200
  • ac50c84f8c Merge branch 'master' of /repos/git/libnl Patrick McHardy 2010-10-15 04:16:08 +0200
  • 3229b32e39 - Prepare for 2.1.x tree - Bump interface number, we will break API in the development tree Thomas Graf 2010-10-14 13:56:46 +0200
  • 2dbc1ca76c Generic Netlink multicast groups support dima 2010-10-13 17:53:34 +0300
  • 513e45ccce Don't include pktloc_syntax.h in BUILT_SOURCES libnl2_0 Thomas Graf 2010-10-13 16:50:33 +0200
  • 2b3fabab9e route_obj: don't add empty destination to nlmsg David Lamparter 2010-10-13 15:17:33 +0200
  • cb05bbb0e2 automake: add ${top_builddir}/include to AM_CFLAGS Andreas Bießmann 2010-08-05 15:19:02 +0200
  • 706ac94ed5 Use CPPFLAGS Thomas Graf 2010-10-13 14:30:50 +0200
  • a172e3ccf0 Put preprocessor definitions in AM_CPPFLAGS Matthew L. Creech 2010-04-19 11:16:30 -0400
  • 4ab22ccd47 add user data to change_func_t for caches Andreas Fett 2010-09-22 20:10:26 +0200
  • 86b6f6f629 Trivial fix for TBF memleak Denys Fedorysychenko 2010-07-10 02:48:06 +0300
  • 018c297274 libnl: optionally disable cli tools. Karl Hiramoto 2010-06-16 16:33:51 +0200
  • 2dc8bc1921 dect: show Z-CRC errors in transceiver statistics Patrick McHardy 2010-09-10 16:49:00 +0200
  • 432a1a31f2 unbind Patrick McHardy 2010-09-02 02:08:59 +0200