summaryrefslogtreecommitdiff
path: root/net/batman-adv/bat_v_elp.c
AgeCommit message (Expand)Author
2021-08-08batman-adv: Drop NULL check before dropping referencesSven Eckelmann
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann
2020-12-04batman-adv: Add new include for min/max helpersSven Eckelmann
2020-08-18batman-adv: Migrate to linux/prandom.hSven Eckelmann
2020-06-26batman-adv: Fix typos and grammar in documentationSven Eckelmann
2020-05-26batman-adv: Revert "disable ethtool link speed detection when auto negotiatio...Sven Eckelmann
2020-04-21batman-adv: Utilize prandom_u32_max for random [0, max) valuesSven Eckelmann
2020-01-01batman-adv: Update copyright years for 2020Sven Eckelmann
2019-12-09batman-adv: ELP - use wifi tx bitrate as fallback throughputRené Treffer
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann
2019-03-25batman-adv: fix warning in function batadv_v_elp_get_throughputAnders Roxell
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-25batman-adv: release station info tidstatsFelix Fietkau
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann
2018-11-12batman-adv: Use explicit tvlv padding for ELP packetsSven Eckelmann
2018-09-07batman-adv: fix hardif_neigh refcount on queue_work() failureMarek Lindner
2018-09-06batman-adv: Avoid probe ELP information leakSven Eckelmann
2018-05-14batman-adv: disable ethtool link speed detection when auto negotiation offMarek Lindner
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann
2017-12-21batman-adv: Convert packet.h to uapi headerSven Eckelmann
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann
2017-12-15batman-adv: include gfp.h for GFP_* definesSven Eckelmann
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-13batman-adv: Accept only filled wifi station infoSven Eckelmann
2017-06-13batman-adv: Use default throughput value on cfg80211 errorSven Eckelmann
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann
2016-11-08batman-adv: retrieve B.A.T.M.A.N. V WiFi neighbor stats from real interfaceMarek Lindner
2016-11-08batman-adv: Cache the type of wifi device for each hardifSven Eckelmann
2016-11-08batman-adv: refactor wifi interface detectionMarek Lindner
2016-11-08batman-adv: Consume skb in receive handlersSven Eckelmann
2016-08-26batman-adv: fix elp packet data reservationLinus Lüssing
2016-07-04batman-adv: split routing API data structure in subobjectsAntonio Quartulli
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann
2016-06-30batman-adv: init ELP tweaking options only onceMarek Lindner
2016-06-30batman-adv: refactor batadv_neigh_node_* functions to follow common styleMarek Lindner
2016-05-18batman-adv: initialize ELP orig address on secondary interfacesMarek Lindner
2016-02-29batman-adv: ELP - send unicast ELP packets for throughput samplingAntonio Quartulli
2016-02-29batman-adv: ELP - compute the metric based on the estimated throughputAntonio Quartulli
2016-02-29batman-adv: keep track of when unicast packets are sentAntonio Quartulli
2016-02-29batman-adv: OGMv2 - implement originators logicAntonio Quartulli
2016-02-29batman-adv: ELP - creating neighbor structuresLinus Luessing
2016-02-29batman-adv: ELP - adding basic infrastructureLinus Luessing