aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/batman-adv/bat_v_ogm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-09batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel1-1/+3
2023-07-28batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel1-1/+2
2023-01-21batman-adv: tvlv: prepare for tvlv enabled multicast packet typeLinus Lüssing1-2/+2
2023-01-06batman-adv: Drop prandom.h includesSven Eckelmann1-1/+0
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-03-02batman-adv: Migrate to linux/container_of.hSven Eckelmann1-1/+1
2021-08-08batman-adv: Drop NULL check before dropping referencesSven Eckelmann1-26/+13
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann1-1/+1
2020-12-04batman-adv: Add new include for min/max helpersSven Eckelmann1-0/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+6
2020-08-18batman-adv: Fix own OGM check in aggregated OGMsLinus Lüssing1-5/+6
2020-08-18batman-adv: Migrate to linux/prandom.hSven Eckelmann1-0/+1
2020-06-26batman-adv: Introduce a configurable per interface hop penaltyLinus Lüssing1-3/+10
2020-06-26batman-adv: Fix typos and grammar in documentationSven Eckelmann1-7/+7
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-04-21batman-adv: Fix refcnt leak in batadv_v_ogm_processXiyu Yang1-1/+1
2020-04-21batman-adv: Utilize prandom_u32_max for random [0, max) valuesSven Eckelmann1-2/+2
2020-01-01batman-adv: Update copyright years for 2020Sven Eckelmann1-1/+1
2019-11-03batman-adv: Axe 'aggr_list_lock'Christophe JAILLET1-15/+15
2019-11-03batman-adv: Simplify 'batadv_v_ogm_aggr_list_free()'Christophe JAILLET1-5/+1
2019-10-13batman-adv: Avoid free/alloc race when handling OGM2 bufferSven Eckelmann1-8/+33
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+12
2019-08-23batman-adv: Only read OGM2 tvlv_len after buffer len checkSven Eckelmann1-6/+12
2019-08-04batman-adv: BATMAN_V: aggregate OGMv2 packetsLinus Lüssing1-1/+27
2019-08-04batman-adv: BATMAN_V: introduce per hard-iface OGMv2 queuesLinus Lüssing1-2/+151
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann1-12/+0
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann1-1/+1
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann1-1/+1
2017-12-21batman-adv: Convert packet.h to uapi headerSven Eckelmann1-1/+1
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-17/+17
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-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann1-6/+6
2017-07-29batman-adv: fix various spelling mistakesColin Ian King1-6/+6
2017-07-29batman-adv: Remove variable deprecated by skb_put_dataSven Eckelmann1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+2
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-11-08batman-adv: Consume skb in receive handlersSven Eckelmann1-5/+10
2016-10-30batman-adv: Simple (re)broadcast avoidanceLinus Lüssing1-0/+56
2016-10-19batman-adv: Remove needless init of variables on stackSven Eckelmann1-2/+2
2016-08-09batman-adv: Place kref_get for orig_node near useSven Eckelmann1-3/+2
2016-07-04batman-adv: split routing API data structure in subobjectsAntonio Quartulli1-1/+1
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann1-0/+1
2016-06-30batman-adv: move bat_algo functions into a separate fileSven Eckelmann1-0/+1
2016-06-30batman-adv: split tvlv into a separate fileMarkus Pargmann1-0/+1
2016-06-30batman-adv: refactor batadv_neigh_node_* functions to follow common styleMarek Lindner1-2/+2
2016-05-10batman-adv: Check hard_iface refcnt before calling functionSven Eckelmann1-1/+13
2016-05-04batman-adv: Merge batadv_v_ogm_orig_update into batadv_v_ogm_route_updateSimon Wunderlich1-71/+46
2016-05-04batman-adv: move and restructure batadv_v_ogm_forwardSimon Wunderlich1-47/+63
2016-02-29batman-adv: ELP - compute the metric based on the estimated throughputAntonio Quartulli1-1/+1