Age | Commit message (Expand) | Author | Files | Lines |
2017-01-26 | batman-adv: update copyright years for 2017 | Sven Eckelmann | 1 | -1/+1 |
2016-10-19 | batman-adv: Use proper name for gateway list head | Sven Eckelmann | 1 | -3/+3 |
2016-10-19 | batman-adv: Remove needless init of variables on stack | Sven Eckelmann | 1 | -1/+1 |
2016-08-09 | batman-adv: Allow to disable debugfs support | Sven Eckelmann | 1 | -0/+12 |
2016-08-09 | batman-adv: add B.A.T.M.A.N. V bat_gw_dump implementations | Sven Eckelmann | 1 | -0/+125 |
2016-08-09 | batman-adv: add B.A.T.M.A.N. V bat_{orig, neigh}_dump implementations | Matthias Schiffer | 1 | -0/+340 |
2016-08-09 | batman-adv: B.A.T.M.A.N. V - implement GW selection logic | Antonio Quartulli | 1 | -1/+222 |
2016-08-09 | batman-adv: make the GW selection class algorithm specific | Antonio Quartulli | 1 | -0/+34 |
2016-07-04 | batman-adv: split routing API data structure in subobjects | Antonio Quartulli | 1 | -10/+16 |
2016-06-30 | batman-adv: Fix bat_(iv|v) function declaration header | Sven Eckelmann | 1 | -1/+2 |
2016-06-30 | batman-adv: init ELP tweaking options only once | Marek Lindner | 1 | -5/+14 |
2016-06-30 | batman-adv: remove ogm_emit and ogm_schedule API calls | Antonio Quartulli | 1 | -10/+0 |
2016-05-18 | batman-adv: initialize ELP orig address on secondary interfaces | Marek Lindner | 1 | -0/+10 |
2016-05-18 | batman-adv: make sure ELP/OGM orig MAC is updated on address change | Antonio Quartulli | 1 | -4/+22 |
2016-05-18 | batman-adv: Fix refcnt leak in batadv_v_neigh_* | Sven Eckelmann | 1 | -7/+25 |
2016-05-18 | batman-adv: Avoid nullptr derefence in batadv_v_neigh_is_sob | Sven Eckelmann | 1 | -0/+4 |
2016-05-04 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 1 | -5/+4 |
2016-05-03 | batman-adv: use static string for table headers | Antonio Quartulli | 1 | -5/+4 |
2016-04-29 | batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP event | Antonio Quartulli | 1 | -0/+12 |
2016-02-29 | batman-adv: B.A.T.M.A.N. V - implement bat_neigh_print API | Linus Luessing | 1 | -0/+55 |
2016-02-29 | batman-adv: B.A.T.M.A.N. V - implement bat_orig_print API | Antonio Quartulli | 1 | -0/+105 |
2016-02-29 | batman-adv: B.A.T.M.A.N. V - implement neighbor comparison API calls | Antonio Quartulli | 1 | -0/+38 |
2016-02-29 | batman-adv: ELP - compute the metric based on the estimated throughput | Antonio Quartulli | 1 | -0/+3 |
2016-02-29 | batman-adv: add throughput override attribute to hard_ifaces | Antonio Quartulli | 1 | -0/+6 |
2016-02-29 | batman-adv: OGMv2 - add basic infrastructure | Antonio Quartulli | 1 | -3/+48 |
2016-02-29 | batman-adv: ELP - creating neighbor structures | Linus Luessing | 1 | -1/+22 |
2016-02-29 | batman-adv: ELP - adding basic infrastructure | Linus Luessing | 1 | -0/+74 |