Age | Commit message (Expand) | Author |
2019-06-02 | batman-adv: Fix duplicated OGMs on NETDEV_UP | Sven Eckelmann |
2019-03-25 | batman-adv: Drop license boilerplate | Sven Eckelmann |
2019-01-04 | batman-adv: Update copyright years for 2019 | Sven Eckelmann |
2018-11-12 | batman-adv: Add inconsistent gateway netlink dump detection | Sven Eckelmann |
2018-11-12 | batman-adv: Drop unused lockdep include | Sven Eckelmann |
2018-09-15 | batman-adv: Move OGM rebroadcast stats to orig_ifinfo | Sven Eckelmann |
2018-06-23 | batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dump | Sven Eckelmann |
2018-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-02-26 | batman-adv: Update copyright years for 2018 | Sven Eckelmann |
2018-02-25 | batman-adv: Fix internal interface indices types | Sven Eckelmann |
2018-02-25 | batman-adv: Ignore invalid batadv_iv_gw during netlink send | Sven Eckelmann |
2017-12-21 | batman-adv: Convert packet.h to uapi header | Sven Eckelmann |
2017-12-20 | Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-m... | David S. Miller |
2017-12-15 | batman-adv: Add kernel-doc to externally visible functions | Sven Eckelmann |
2017-12-15 | batman-adv: Use inline kernel-doc for enum/struct | Sven Eckelmann |
2017-12-15 | batman-adv: Use parentheses in function kernel-doc | Sven Eckelmann |
2017-12-15 | batman-adv: include gfp.h for GFP_* defines | Sven Eckelmann |
2017-12-15 | batman-adv: Add SPDX license identifier above copyright header | Sven Eckelmann |
2017-12-04 | batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq | Sven Eckelmann |
2017-09-28 | batman-adv: Remove unnecessary parentheses | Sven Eckelmann |
2017-07-29 | batman-adv: Remove variable deprecated by skb_put_data | Sven Eckelmann |
2017-07-29 | batman-adv: Remove too short %pM printk field width | Sven Eckelmann |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2017-05-23 | batman-adv: Print correct function names in dbg messages | Sven Eckelmann |
2017-05-23 | batman-adv: Replace a seq_puts() call by seq_putc() in two functions | Markus Elfring |
2017-04-06 | Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-m... | David S. Miller |
2017-03-26 | batman-adv: privatize forw_packet skb assignment | Linus Lüssing |
2017-03-16 | Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-merge | David S. Miller |
2017-03-04 | batman-adv: Initialize gw sel_class via batadv_algo | Sven Eckelmann |
2017-01-26 | batman-adv: update copyright years for 2017 | Sven Eckelmann |
2016-11-08 | batman-adv: fix rare race conditions on interface removal | Linus Lüssing |
2016-11-08 | batman-adv: Cache the type of wifi device for each hardif | Sven Eckelmann |
2016-11-08 | batman-adv: Consume skb in receive handlers | Sven Eckelmann |
2016-10-30 | batman-adv: use consume_skb for non-dropped packets | Sven Eckelmann |
2016-10-19 | batman-adv: Use proper name for gateway list head | Sven Eckelmann |
2016-08-09 | batman-adv: Allow to disable debugfs support | Sven Eckelmann |
2016-08-09 | batman-adv: Place kref_get for orig_node near use | Sven Eckelmann |
2016-08-09 | batman-adv: add B.A.T.M.A.N. IV bat_gw_dump implementations | Andrew Lunn |
2016-08-09 | batman-adv: add B.A.T.M.A.N. IV bat_{orig, neigh}_dump implementations | Matthias Schiffer |
2016-08-09 | batman-adv: Introduce forward packet creation helper | Linus Lüssing |
2016-08-09 | batman-adv: iv_ogm, Reduce code duplication | Markus Pargmann |
2016-08-09 | batman-adv: make GW election code protocol specific | Antonio Quartulli |
2016-08-09 | batman-adv: Remove unused primary_if and bat_priv variables | Linus Lüssing |
2016-07-04 | batman-adv: split routing API data structure in subobjects | Antonio Quartulli |
2016-06-30 | batman-adv: Fix bat_(iv|v) function declaration header | Sven Eckelmann |
2016-06-30 | batman-adv: Consolidate logging related functions | Sven Eckelmann |
2016-06-30 | batman-adv: split tvlv into a separate file | Markus Pargmann |
2016-06-30 | batman-adv: Keep includes ordered by filename | Sven Eckelmann |
2016-06-30 | batman-adv: remove ogm_emit and ogm_schedule API calls | Antonio Quartulli |
2016-06-30 | batman-adv: refactor batadv_neigh_node_* functions to follow common style | Marek Lindner |