dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/src
Patrick McHardy d2b5cbd88a Merge git://git.infradead.org/users/tgr/libnl
Signed-off-by: Patrick McHardy <kaber@trash.net>

Conflicts:
	include/linux/netlink.h
	lib/Makefile.am
	lib/error.c
	libnl-3.0.pc.in
	src/Makefile.am
2013-04-01 11:44:59 +02:00
..
cls - Reworked the classifier interface. 2009-09-02 18:31:14 +02:00
lib Use thread-safe strerror_r() instead of strerror() 2013-02-28 13:07:04 +01:00
.gitignore Merge git://git.infradead.org/users/tgr/libnl 2013-04-01 11:44:59 +02:00
Makefile.am Merge git://git.infradead.org/users/tgr/libnl 2013-04-01 11:44:59 +02:00
dect-cell-add.c dect: fixup example programs for latest library changes 2009-12-17 17:30:24 +01:00
dect-cell-delete.c dect: fixup example programs for latest library changes 2009-12-17 17:30:24 +01:00
dect-cell-list.c dect: fixup example programs for latest library changes 2009-12-17 17:30:24 +01:00
dect-cluster-add.c dect: fixup example programs for latest library changes 2009-12-17 17:30:24 +01:00
dect-cluster-delete.c dect: fixup example programs for latest library changes 2009-12-17 17:30:24 +01:00
dect-cluster-list.c dect: fixup example programs for latest library changes 2009-12-17 17:30:24 +01:00
dect-llme-mac-con.c libnl: import DECT support 2009-05-06 18:55:44 +02:00
dect-llme-monitor.c dect: fixup example programs for latest library changes 2009-12-17 17:30:24 +01:00
dect-llme-scan.c dect: adapt capability handling to latest kernel changes 2010-03-08 04:02:53 +01:00
dect-transceiver-bind.c unbind 2010-09-02 02:08:59 +02:00
dect-transceiver-list.c dect: fixup example programs for latest library changes 2009-12-17 17:30:24 +01:00
genl-ctrl-list.c genl-ctrl-list: fix copyright and summary 2012-04-20 15:27:52 +02:00
nf-ct-list.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nf-exp-add.c netfilter: expectation NAT direction is 32 bit attribute 2013-01-23 13:59:27 -08:00
nf-exp-delete.c Source cleanup for upstream 2012-10-19 11:18:52 -07:00
nf-exp-list.c Source cleanup for upstream 2012-10-19 11:18:52 -07:00
nf-log.c nf-log example: correct copy-range parsing 2012-10-19 22:43:17 +06:00
nf-monitor.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nf-queue.c FTBFS with musl libc: Missing includes 2012-05-13 11:18:28 +02:00
nl-addr-add.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-addr-delete.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-addr-list.c cache: provide safe variant of nl_cache_mngt_require() and use it 2012-11-16 01:11:55 +01:00
nl-class-add.c Fix build warnings of nl-(qdisc|class|cls)-add 2013-01-24 14:10:33 +01:00
nl-class-delete.c Make some functions and global variables static 2011-08-11 14:49:51 +02:00
nl-class-list.c Make some functions and global variables static 2011-08-11 14:49:51 +02:00
nl-classid-lookup.c nl-classid-lookup: Added --raw option to print classid without pretty printing it 2010-11-01 15:20:43 +01:00
nl-cls-add.c Fix build warnings of nl-(qdisc|class|cls)-add 2013-01-24 14:10:33 +01:00
nl-cls-delete.c Make some functions and global variables static 2011-08-11 14:49:51 +02:00
nl-cls-list.c Make some functions and global variables static 2011-08-11 14:49:51 +02:00
nl-fib-lookup.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-link-enslave.c bonding: API to create/enslave/release 2011-09-16 12:57:52 +02:00
nl-link-ifindex2name.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-link-list.c Make syntax of nl-link-list consistent and install it 2010-11-16 15:08:36 +01:00
nl-link-name2ifindex.c nl-link-name2ifindex: fix usage text 2011-08-30 09:56:54 +02:00
nl-link-release.c bonding: API to create/enslave/release 2011-09-16 12:57:52 +02:00
nl-link-set.c link: Support IFLA_IFALIAS attribute 2010-11-11 13:57:10 +01:00
nl-link-stats.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-list-caches.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
nl-list-sockets.c "%llu" replaced with "%" PRIu64 2012-08-30 03:19:04 +06:00
nl-monitor.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-neigh-add.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-neigh-delete.c Make some functions and global variables static 2011-08-11 14:49:51 +02:00
nl-neigh-list.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-neightbl-list.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-pktloc-lookup.c pktloc: support to specify a shift operator for packet locations 2010-11-04 20:01:36 +01:00
nl-qdisc-add.c Fix build warnings of nl-(qdisc|class|cls)-add 2013-01-24 14:10:33 +01:00
nl-qdisc-delete.c Make some functions and global variables static 2011-08-11 14:49:51 +02:00
nl-qdisc-list.c Unified TC API 2011-03-21 15:51:52 +01:00
nl-route-add.c nl-route-add: Add NLM_F_EXCL flag to route add 2013-03-24 10:58:18 +01:00
nl-route-delete.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-route-get.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-route-list.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-rule-list.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
nl-tctree-list.c trafic class/classifer API improvements and documentation 2011-03-29 12:41:59 +02:00
nl-util-addr.c CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00