Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-08 | KRT: Fixes some minor bugs in kernel protocol | Ondrej Zajicek | |
2015-06-08 | unsigned [int] -> uint | Pavel TvrdĂk | |
2015-05-13 | Fix in the last commit | Ondrej Zajicek | |
2015-05-12 | KRT: Add support for plenty of kernel route metrics | Ondrej Zajicek | |
Linux kernel route metrics (RTA_METRICS netlink route attribute) are represented and accessible as new route attributes: krt_mtu, krt_window, krt_rtt, krt_rttvar, krt_sstresh, krt_cwnd, krt_advmss, krt_reordering, krt_hoplimit, krt_initcwnd, krt_rto_min, krt_initrwnd, krt_quickack, krt_lock_mtu, krt_lock_window, krt_lock_rtt, krt_lock_rttvar, krt_lock_sstresh, krt_lock_cwnd, krt_lock_advmss, krt_lock_reordering, krt_lock_hoplimit, krt_lock_rto_min, krt_feature_ecn, krt_feature_allfrag | |||
2015-03-31 | Understand IFF_MULTICAST flag on ifaces in Linux | Ondrej Zajicek | |
Unfortunately, some interfaces support multicast but do not have this flag set, so we use it only as a positive hint. Thanks to Clint Armstrong for noticing the problem. | |||
2015-02-21 | Use AF_UNSPEC for RTM_GETLINK | Ondrej Zajicek | |
This value is specified in documentation. | |||
2014-10-02 | Implements token bucket filter for rate limiting. | Ondrej Zajicek | |
2014-05-18 | IPv4/IPv6 integrated socket code. | Ondrej Zajicek | |
2014-02-26 | Fixes longstanding issue with interfaces staying in IF_TMP_DOWN. | Ondrej Zajicek | |
Thanks to Pierluigi Rolando and others for the bugreport. | |||
2013-11-25 | Merge branch 'master' into add-path | Ondrej Zajicek | |
2013-11-23 | Removes workaround related to import of kernel device routes. | Ondrej Zajicek | |
Thanks to Benjamin Cama for notification. | |||
2013-11-23 | Merge branch 'master' into add-path | Ondrej Zajicek | |
Conflicts: filter/filter.c nest/proto.c nest/rt-table.c proto/bgp/bgp.h proto/bgp/config.Y | |||
2013-09-26 | Fixes missing unregister of kernel table handling code. | Ondrej Zajicek | |
And some minor fixes. Thanks to Sergey Popovich for the patch. | |||
2013-07-04 | Makes krt.c much more readable. | Ondrej Zajicek | |
2013-05-28 | Fixes problems with routing table scans on some platforms. | Ondrej Zajicek | |
Negative bit shifts are definitely undefined oprations. | |||
2012-08-14 | Implements ADD-PATH extension for BGP. | Ondrej Zajicek | |
Allows to send and receive multiple routes for one network by one BGP session. Also contains necessary core changes to support this (routing tables accepting several routes for one network from one protocol). It needs some more cleanup before merging to the master branch. | |||
2012-08-06 | Some minor fixes. | Ondrej Zajicek | |
2012-05-04 | Cleanup in sysdep KRT code, part 4. | Ondrej Zajicek | |
Adding some files that was accidentally removed (instead of moved) in cleanup part 2. |