aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bat_iv_ogm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-15batman-adv: Move OGM rebroadcast stats to orig_ifinfoSven Eckelmann1-234/+96
2018-06-23batman-adv: Fix bat_ogm_iv 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-11/+15
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann1-1/+1
2018-02-25batman-adv: Fix internal interface indices typesSven Eckelmann1-10/+14
2018-02-25batman-adv: Ignore invalid batadv_iv_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-45/+60
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann1-0/+5
2017-12-15batman-adv: Use inline kernel-doc for enum/structSven Eckelmann1-5/+12
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-39/+41
2017-12-15batman-adv: include gfp.h for GFP_* definesSven Eckelmann1-1/+1
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
2017-12-04batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tqSven Eckelmann1-2/+2
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann1-12/+12
2017-07-29batman-adv: Remove variable deprecated by skb_put_dataSven Eckelmann1-3/+1
2017-07-29batman-adv: Remove too short %pM printk field widthSven Eckelmann1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2017-05-23batman-adv: Print correct function names in dbg messagesSven Eckelmann1-1/+2
2017-05-23batman-adv: Replace a seq_puts() call by seq_putc() in two functionsMarkus Elfring1-1/+1
2017-04-06Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-8/+9
2017-03-26batman-adv: privatize forw_packet skb assignmentLinus Lüssing1-8/+9
2017-03-16Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-0/+11
2017-03-04batman-adv: Initialize gw sel_class via batadv_algoSven Eckelmann1-0/+11
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-11-08batman-adv: fix rare race conditions on interface removalLinus Lüssing1-13/+6
2016-11-08batman-adv: Cache the type of wifi device for each hardifSven Eckelmann1-1/+1
2016-11-08batman-adv: Consume skb in receive handlersSven Eckelmann1-7/+15
2016-10-30batman-adv: use consume_skb for non-dropped packetsSven Eckelmann1-5/+8
2016-10-19batman-adv: Use proper name for gateway list headSven Eckelmann1-3/+3
2016-08-09batman-adv: Allow to disable debugfs supportSven Eckelmann1-0/+12
2016-08-09batman-adv: Place kref_get for orig_node near useSven Eckelmann1-3/+4
2016-08-09batman-adv: add B.A.T.M.A.N. IV bat_gw_dump implementationsAndrew Lunn1-0/+105
2016-08-09batman-adv: add B.A.T.M.A.N. IV bat_{orig, neigh}_dump implementationsMatthias Schiffer1-0/+366
2016-08-09batman-adv: Introduce forward packet creation helperLinus Lüssing1-29/+9
2016-08-09batman-adv: iv_ogm, Reduce code duplicationMarkus Pargmann1-30/+47
2016-08-09batman-adv: make GW election code protocol specificAntonio Quartulli1-0/+219
2016-08-09batman-adv: Remove unused primary_if and bat_priv variablesLinus Lüssing1-15/+4
2016-07-04batman-adv: split routing API data structure in subobjectsAntonio Quartulli1-14/+19
2016-06-30batman-adv: Fix bat_(iv|v) function declaration headerSven Eckelmann1-1/+2
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann1-0/+1
2016-06-30batman-adv: split tvlv into a separate fileMarkus Pargmann1-0/+1
2016-06-30batman-adv: Keep includes ordered by filenameSven Eckelmann1-1/+1
2016-06-30batman-adv: remove ogm_emit and ogm_schedule API callsAntonio Quartulli1-4/+65
2016-06-30batman-adv: refactor batadv_neigh_node_* functions to follow common styleMarek Lindner1-1/+2
2016-05-18batman-adv: Fix integer overflow in batadv_iv_ogm_calc_tqSven Eckelmann1-2/+3
2016-05-18batman-adv: Fix unexpected free of bcast_own on add_if errorSven Eckelmann1-3/+1
2016-05-10batman-adv: Use bool as return type for boolean functionsSven Eckelmann1-11/+12
2016-05-10batman-adv: Use kref_get for hard_iface subfunctionsSven Eckelmann1-11/+3
2016-05-10batman-adv: Check hard_iface refcnt before calling functionSven Eckelmann1-0/+11