aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/send.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-09batman-adv: Introduce forward packet creation helperLinus Lüssing1-0/+6
2016-06-30batman-adv: remove ogm_emit and ogm_schedule API callsAntonio Quartulli1-3/+1
2016-02-29batman-adv: keep track of when unicast packets are sentAntonio Quartulli1-3/+7
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-2/+2
2015-08-25batman-adv: Remove batadv_ types forward declarationsSven Eckelmann1-3/+0
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-4/+4
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-0/+13
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2014-03-22batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing1-0/+5
2014-03-22batman-adv: add kerneldoc for dst_hint argumentAntonio Quartulli1-0/+2
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-08batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli1-4/+6
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-10-19batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing1-21/+30
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli1-6/+10
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll1-0/+40
2013-05-29batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll1-3/+3
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-11-21batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll1-0/+3
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-5/+7
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-3/+1
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-8/+9
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-09-08batman-adv: agglomerate all batman iv ogm sending functions in the batman iv fileMarek Lindner1-7/+2
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner1-1/+1
2011-07-05batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli1-1/+1
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-1/+1
2011-06-20batman-adv: Reduce usage of charSven Eckelmann1-1/+1
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-6/+6
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-1/+1
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-4/+4
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing1-2/+0
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+41