aboutsummaryrefslogtreecommitdiffstats
path: root/package/wprobe
Commit message (Expand)AuthorAgeFilesLines
* wprobe: fix missing return code checkFelix Fietkau2010-02-011-1/+5
* add me as a maintainer for a few other packagesFelix Fietkau2010-01-311-0/+1
* wprobe: fix interface selection. Thanks morpheus, Freifunk AurichAndy Boyett2009-12-261-2/+2
* wprobe: fix up data lengths in the ipfix exporterFelix Fietkau2009-12-241-0/+3
* wprobe: mask as BROKEN on crisNicolas Thill2009-12-221-1/+5
* wprobe-util: always print regular output to stdout instead of stderrFelix Fietkau2009-12-191-9/+9
* wprobe: export raw values (n, s, ss) to ipfix collectors for improved measure...Felix Fietkau2009-12-191-9/+6
* wprobe: use a shared DEPENDS between packages, mark them as BROKEN on ps3 & p...Nicolas Thill2009-12-181-3/+9
* add _GNU_SOURCE to CPPFLAGS required to include <bits/socket.h> on recent egl...Nicolas Thill2009-09-261-0/+1
* wprobe: fix compile error because of missing isnan()Felix Fietkau2009-09-021-0/+2
* remove *printf warnings preventing wprobe to build on uml x86_64Nicolas Thill2009-08-161-1/+1
* use KERNEL_CROSS instead of TARGET_CROSS to build kernel modulesNicolas Thill2009-08-161-1/+1
* wprobe: fix tcp port for the proxy mode in the init scriptFelix Fietkau2009-08-151-1/+1
* wprobe does not build on 2.4Florian Fainelli2009-07-121-0/+1
* wprobe: the bpf code expects direct-access fields to be in big endian, not cp...Felix Fietkau2009-07-071-1/+5
* wprobe: fix some endianness fail in the l2 filter codeFelix Fietkau2009-07-071-4/+7
* wprobe: fix uninitialized variableFelix Fietkau2009-07-071-1/+1
* rename the wprobe init script to /etc/init.d/wprobeFelix Fietkau2009-07-071-1/+1
* fix wprobe-exportFelix Fietkau2009-07-072-3/+5
* update the init script and config for the new wprobeFelix Fietkau2009-07-072-9/+21
* upgrade to the new version of wprobe - includes reconfigurable layer 2 statis...Felix Fietkau2009-07-0615-809/+2295
* wprobe: add missing include statement (patch from #5325)Felix Fietkau2009-06-131-0/+1
* wprobe: move measurement task to the kernel, add some configurability (work i...Felix Fietkau2009-06-109-155/+475
* fix wprobe conflict with libnlFelix Fietkau2009-05-061-2/+2
* wprobe: use libnl-tiny instead of libnlFelix Fietkau2009-05-062-11/+15
* introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigu...Nicolas Thill2009-04-271-5/+3
* madwifi: fix a header file conflict with iptablesFelix Fietkau2009-04-231-2/+2
* wprobe: enable conditional compilationFelix Fietkau2009-04-061-5/+15
* wprobe: add init script for exporterFelix Fietkau2009-03-292-1/+48
* wprobe: export the newly added fields via ipfixFelix Fietkau2009-03-291-3/+25
* wprobe: fix moving averageFelix Fietkau2009-03-291-2/+2
* add wireless measurement probe infrastructure, developed at Fraunhofer FOKUSFelix Fietkau2009-03-2613-0/+2923
a> 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716