aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bat_v.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-04batman-adv: BATMAN_V: introduce per hard-iface OGMv2 queuesLinus Lüssing1-0/+7
2019-05-25batman-adv: Use includes instead of fwdeclsSven Eckelmann1-2/+1
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann1-12/+0
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann1-1/+1
2018-11-12batman-adv: Add inconsistent gateway netlink dump detectionSven Eckelmann1-9/+17
2018-06-23batman-adv: Fix bat_v best gw refcnt after netlink dumpSven Eckelmann1-1/+3
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann1-1/+1
2018-02-25batman-adv: Ignore invalid batadv_v_gw during netlink sendSven Eckelmann1-1/+1
2017-12-21batman-adv: Convert packet.h to uapi headerSven Eckelmann1-1/+1
2017-12-20Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-25/+24
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-25/+23
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
2017-12-01batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligibleSven Eckelmann1-1/+1
2017-10-17batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementationSven Eckelmann1-5/+4
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann1-1/+1
2017-05-23batman-adv: Replace a seq_puts() call by seq_putc() in two functionsMarkus Elfring1-1/+1
2017-03-16Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-3/+11
2017-03-04batman-adv: Initialize gw sel_class via batadv_algoSven Eckelmann1-3/+11
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-10-19batman-adv: Use proper name for gateway list headSven Eckelmann1-3/+3
2016-10-19batman-adv: Remove needless init of variables on stackSven Eckelmann1-1/+1
2016-08-09batman-adv: Allow to disable debugfs supportSven Eckelmann1-0/+12
2016-08-09batman-adv: add B.A.T.M.A.N. V bat_gw_dump implementationsSven Eckelmann1-0/+125
2016-08-09batman-adv: add B.A.T.M.A.N. V bat_{orig, neigh}_dump implementationsMatthias Schiffer1-0/+340
2016-08-09batman-adv: B.A.T.M.A.N. V - implement GW selection logicAntonio Quartulli1-1/+222
2016-08-09batman-adv: make the GW selection class algorithm specificAntonio Quartulli1-0/+34
2016-07-04batman-adv: split routing API data structure in subobjectsAntonio Quartulli1-10/+16
2016-06-30batman-adv: Fix bat_(iv|v) function declaration headerSven Eckelmann1-1/+2
2016-06-30batman-adv: init ELP tweaking options only onceMarek Lindner1-5/+14
2016-06-30batman-adv: remove ogm_emit and ogm_schedule API callsAntonio Quartulli1-10/+0
2016-05-18batman-adv: initialize ELP orig address on secondary interfacesMarek Lindner1-0/+10
2016-05-18batman-adv: make sure ELP/OGM orig MAC is updated on address changeAntonio Quartulli1-4/+22
2016-05-18batman-adv: Fix refcnt leak in batadv_v_neigh_*Sven Eckelmann1-7/+25
2016-05-18batman-adv: Avoid nullptr derefence in batadv_v_neigh_is_sobSven Eckelmann1-0/+4
2016-05-04Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-5/+4
2016-05-04batman-adv: use static string for table headersAntonio Quartulli1-5/+4
2016-04-29batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP eventAntonio Quartulli1-0/+12
2016-02-29batman-adv: B.A.T.M.A.N. V - implement bat_neigh_print APILinus Luessing1-0/+55
2016-02-29batman-adv: B.A.T.M.A.N. V - implement bat_orig_print APIAntonio Quartulli1-0/+105
2016-02-29batman-adv: B.A.T.M.A.N. V - implement neighbor comparison API callsAntonio Quartulli1-0/+38
2016-02-29batman-adv: ELP - compute the metric based on the estimated throughputAntonio Quartulli1-0/+3
2016-02-29batman-adv: add throughput override attribute to hard_ifacesAntonio Quartulli1-0/+6
2016-02-29batman-adv: OGMv2 - add basic infrastructureAntonio Quartulli1-3/+48
2016-02-29batman-adv: ELP - creating neighbor structuresLinus Luessing1-1/+22
2016-02-29batman-adv: ELP - adding basic infrastructureLinus Luessing1-0/+74