aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-14batman-adv: mcast: implement multicast packet reception and forwardingLinus Lüssing1-0/+70
2023-01-21batman-adv: tvlv: prepare for tvlv enabled multicast packet typeLinus Lüssing1-4/+3
2021-10-20batman-adv: prepare for const netdev->dev_addrJakub Kicinski1-1/+2
2021-08-08batman-adv: Drop NULL check before dropping referencesSven Eckelmann1-26/+13
2021-05-17batman-adv: bcast: queue per interface, if neededLinus Lüssing1-3/+6
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann1-1/+1
2020-12-04batman-adv: Drop deprecated debugfs supportSven Eckelmann1-10/+0
2020-09-05batman-adv: mcast/TT: fix wrongly dropped or rerouted packetsLinus Lüssing1-0/+4
2020-06-26batman-adv: Fix typos and grammar in documentationSven Eckelmann1-2/+2
2020-05-22batman-adv: use rcu_replace_pointer() where appropriateAntonio Quartulli1-2/+2
2020-01-01batman-adv: Update copyright years for 2020Sven Eckelmann1-1/+1
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann1-12/+0
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann1-1/+1
2018-12-30batman-adv: Snoop DHCPACKs for DATLinus Lüssing1-0/+4
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+15
2018-03-18batman-adv: Fix skbuff rcsum on packet rerouteSven Eckelmann1-5/+10
2018-03-16batman-adv: update data pointers after skb_cow()Matthias Schiffer1-5/+5
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: Add kernel-doc to externally visible functionsSven Eckelmann1-0/+29
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-12/+12
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann1-3/+3
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-05-23batman-adv: Print correct function names in dbg messagesSven Eckelmann1-2/+2
2017-05-19batman-adv: fix memory leak when dropping packet from other gatewayAndreas Pape1-1/+1
2017-03-22batman-adv: changed debug messages for easier bla debuggingAndreas Pape1-1/+1
2017-03-22batman-adv: drop unicast packets from other backbone gwAndreas Pape1-3/+22
2017-01-26batman-adv: Remove one condition check in batadv_route_unicast_packetGao Feng1-5/+4
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-11-08batman-adv: Reject unicast packet with zero/mcast dst addressSven Eckelmann1-4/+4
2016-11-08batman-adv: Disallow zero and mcast src address for mgmt framesSven Eckelmann1-2/+2
2016-11-08batman-adv: Disallow mcast src address for data framesSven Eckelmann1-6/+6
2016-11-08batman-adv: Consume skb in receive handlersSven Eckelmann1-49/+100
2016-10-30batman-adv: Consume skb in batadv_send_skb_to_origSven Eckelmann1-9/+2
2016-10-30batman-adv: Simple (re)broadcast avoidanceLinus Lüssing1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+27
2016-08-26batman-adv: Add missing refcnt for last_candidateSven Eckelmann1-1/+27
2016-08-09batman-adv: Fix consistency of update route messagesSven Eckelmann1-26/+17
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+39
2016-07-05batman-adv: Fix reference leak in batadv_find_routerSven Eckelmann1-13/+39
2016-07-04Merge tag 'batadv-next-for-davem-20160704' of git://git.open-mesh.org/linux-m...David S. Miller1-15/+28
2016-07-04batman-adv: split routing API data structure in subobjectsAntonio Quartulli1-4/+4
2016-07-04batman-adv: throughput meter implementationAntonio Quartulli1-0/+8
2016-07-04batman-adv: return netdev status in the TX pathAntonio Quartulli1-11/+14
2016-07-01Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-m...David S. Miller1-0/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-06-30batman-adv: Fix bat_(iv|v) function declaration headerSven Eckelmann1-1/+0
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: Include frame priority in fragment headerAndrew Lunn1-0/+2
2016-06-29batman-adv: Fix ICMP RR ethernet access after skb_linearizeSven Eckelmann1-0/+1
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal1-1/+1
2016-05-18batman-adv: fix skb deref after freeFlorian Westphal1-1/+3
2016-05-10batman-adv: Use bool as return type for boolean functionsSven Eckelmann1-18/+19
2016-05-10batman-adv: Use kref_get for _batadv_update_routeSven Eckelmann1-4/+4
2016-05-10batman-adv: Remove unused parameter recv_if of batadv_interface_rxSven Eckelmann1-3/+2
2016-04-24batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann1-0/+9
2016-02-23batman-adv: Rename batadv_orig_ifinfo *_free_ref function to *_putSven Eckelmann1-4/+4
2016-02-23batman-adv: Rename batadv_neigh_node *_free_ref function to *_putSven Eckelmann1-7/+7
2016-02-23batman-adv: Rename batadv_hardif *_free_ref function to *_putSven Eckelmann1-4/+4
2016-02-23batman-adv: Rename batadv_orig_node *_free_ref function to *_putSven Eckelmann1-9/+9
2016-02-10batman-adv: Convert batadv_neigh_node to krefSven Eckelmann1-4/+4
2016-02-10batman-adv: Convert batadv_orig_ifinfo to krefSven Eckelmann1-2/+3
2016-02-10batman-adv: add seqno maximum age and protection start flag parametersSimon Wunderlich1-3/+10
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc of main functionsSven Eckelmann1-1/+6
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-13/+17
2016-02-02batman-adv: Remove kerneldoc for missing parametersSven Eckelmann1-1/+0
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2015-12-16batman-adv: rename equiv/equal or better to similar or betterSimon Wunderlich1-3/+3
2015-12-07batman-adv: fix speedy join for DAT cache repliesSimon Wunderlich1-4/+15
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-12/+12
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-10/+26
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2015-01-07batman-adv: fix misspelled wordsAntonio Quartulli1-1/+1
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli1-1/+0
2015-01-06batman-adv: fix and simplify condition when bonding should be usedSimon Wunderlich1-2/+4
2014-08-05batman-adv: remove unnecessary logspamAndré Gaul1-9/+9
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli1-9/+8
2014-02-17batman-adv: free skb on TVLV parsing successAntonio Quartulli1-0/+2
2014-02-17batman-adv: properly check pskb_may_pull return valueAntonio Quartulli1-1/+1
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: add bonding againSimon Wunderlich1-3/+114
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich1-5/+33
2014-01-12batman-adv: remove bonding and interface alternatingSimon Wunderlich1-291/+9
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2014-01-08batman-adv: don't switch byte order too often if not neededAntonio Quartulli1-3/+5
2013-12-28batman-adv: fix size of batadv_icmp_headerAntonio Quartulli1-7/+7
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich1-9/+9
2013-10-23batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich1-47/+73
2013-10-23batman-adv: adapt bonding to use the new API functionsAntonio Quartulli1-13/+29
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli1-3/+6
2013-10-19batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli1-1/+1
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli1-10/+16
2013-10-12batman-adv: create common header for ICMP packetsAntonio Quartulli1-19/+21
2013-10-12batman-adv: Receive fragmented packets and mergeMartin Hundebøll1-0/+59
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll1-85/+1
2013-10-12batman-adv: only add recordroute information to icmp request/replySimon Wunderlich1-1/+3
2013-10-09batman-adv: reorder packet typesSimon Wunderlich1-0/+28
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich1-51/+0
2013-10-09batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner1-42/+0
2013-10-09batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner1-78/+0
2013-10-09batman-adv: tvlv - basic infrastructureMarek Lindner1-0/+48
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich1-1/+19
2013-05-29batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll1-10/+13
2013-05-29batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.cAntonio Quartulli1-29/+0
2013-05-29batman-adv: use eth_hdr() when it makes senseAntonio Quartulli1-6/+6
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+5
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+21
2013-04-22batman-adv: use the proper header len when checking the TTVNAntonio Quartulli1-6/+5
2013-04-17batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli1-18/+20
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll1-2/+11
2013-03-13batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll1-7/+11
2013-03-13batman-adv: Return reason for failure in batadv_check_unicast_packet()Martin Hundebøll1-4/+14
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2013-01-12batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli1-4/+0
2012-11-21batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich1-7/+1
2012-11-21batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll1-29/+8
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli1-51/+122
2012-11-07batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli1-2/+10
2012-11-07batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll1-1/+7
2012-11-07batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli1-1/+28
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli1-2/+6
2012-10-29batman-adv: check for more space before accessing the skbAntonio Quartulli1-2/+6
2012-10-29batman-adv: print packets re-routing on DBG_TT and ratelimit itAntonio Quartulli1-4/+4
2012-10-29batman-adv: Only increase refcounter once for alternate routerSven Eckelmann1-15/+8
2012-10-29batman-adv: use check_unicast_packet() in recv_roam_adv()Antonio Quartulli1-14/+1
2012-10-18batman-adv: Fix broadcast packet CRC calculationLinus Lüssing1-1/+7
2012-08-23batman-adv: change interface_rx to get orig nodeAntonio Quartulli1-4/+6
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann1-2/+1
2012-08-23batman-adv: Drop tt queries with foreign destMartin Hundebøll1-15/+3
2012-08-23batman-adv: Move batadv_check_unicast_packet()Martin Hundebøll1-25/+25
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-3/+3
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann1-2/+1
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-69/+75
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-42/+46
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann1-1/+1
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-9/+9
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-14/+21
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-9/+11
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-2/+2
2012-06-28batman-adv: beautify tt_global_add() argument listAntonio Quartulli1-2/+2
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-1/+3
2012-06-25batman-adv: Prefix routing local static functions with batadv_Sven Eckelmann1-31/+34
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-32/+36
2012-06-24batman-adv: Prefix unicast static inline functions with batadv_Sven Eckelmann1-1/+2
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann1-11/+15
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-6/+6
2012-06-24batman-adv: Prefix bitarray static inline functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-28/+39
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-13/+13
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann1-4/+4
2012-06-20batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann1-4/+5
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-10/+13
2012-06-20batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann1-4/+5
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-5/+5
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann1-29/+31
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-29/+29
2012-06-20batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-18batman-adv: don't bother flipping ->tt_dataAl Viro1-7/+3
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll1-0/+11
2012-06-18batman-adv: fix skb->data assignmentAntonio Quartulli1-0/+2
2012-05-13batman-adv: refactor window_protected to avoid unnecessary return statementMarek Lindner1-9/+6
2012-05-13batman-adv: improve unicast packet (re)routingAntonio Quartulli1-0/+7
2012-05-13batman-adv: avoid skb_linearise() if not neededAntonio Quartulli1-2/+3
2012-05-11batman-adv: register batman ogm receive function during protocol initMarek Lindner1-12/+10
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli1-4/+4
2012-04-18batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner1-1/+1
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich1-0/+4
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich1-0/+7
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-0/+7
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich1-1/+4
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann1-3/+3
2012-03-11batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann1-1/+2
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-15/+12
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-4/+4
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner1-2/+1
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner1-2/+2
2012-02-17batman-adv: simplify bat_ogm_receive API callMarek Lindner1-3/+1
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann1-9/+9
2011-12-07batman-adv: format multi-line if in the correct wayAntonio Quartulli1-2/+1
2011-11-20batman-adv: check for tt_reponse packet real lengthAntonio Quartulli1-0/+9
2011-11-20batman-adv: linearise the tt_response skb only if neededAntonio Quartulli1-5/+6
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli1-1/+1
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner1-590/+16
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner1-55/+63
2011-08-22batman-adv: merge update_transtable() into tt related codeMarek Lindner1-63/+3
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli1-1/+1
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli1-1/+1
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli1-10/+9
2011-07-07batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli1-0/+12
2011-07-05batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli1-1/+1