summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich2013-10-231-47/+73
* batman-adv: adapt bonding to use the new API functionsAntonio Quartulli2013-10-231-13/+29
* batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-231-3/+6
* batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli2013-10-191-1/+1
* batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli2013-10-191-10/+16
* batman-adv: create common header for ICMP packetsAntonio Quartulli2013-10-121-19/+21
* batman-adv: Receive fragmented packets and mergeMartin Hundebøll2013-10-121-0/+59
* batman-adv: Remove old fragmentation codeMartin Hundebøll2013-10-121-85/+1Star
* batman-adv: only add recordroute information to icmp request/replySimon Wunderlich2013-10-121-1/+3
* batman-adv: reorder packet typesSimon Wunderlich2013-10-091-0/+28
* batman-adv: remove vis functionalitySimon Wunderlich2013-10-091-51/+0Star
* batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner2013-10-091-42/+0Star
* batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner2013-10-091-78/+0Star
* batman-adv: tvlv - basic infrastructureMarek Lindner2013-10-091-0/+48
* batman-adv: set skb priority according to contentSimon Wunderlich2013-08-281-1/+19
* batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll2013-05-291-10/+13
* batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.cAntonio Quartulli2013-05-291-29/+0Star
* batman-adv: use eth_hdr() when it makes senseAntonio Quartulli2013-05-291-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-6/+5Star
|\
| * batman-adv: use the proper header len when checking the TTVNAntonio Quartulli2013-04-221-6/+5Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-18/+21
|\|
| * batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli2013-04-171-18/+20
* | batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll2013-03-131-2/+11
* | batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll2013-03-131-7/+11
* | batman-adv: Return reason for failure in batadv_check_unicast_packet()Martin Hundebøll2013-03-131-4/+14
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-4/+2Star
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-121-4/+0Star
* batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich2012-11-211-7/+1Star
* batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll2012-11-211-29/+8Star
* batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli2012-11-141-51/+122
* batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli2012-11-071-2/+10
* batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll2012-11-071-1/+7
* batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli2012-11-071-1/+28
* batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli2012-11-071-2/+6
* batman-adv: check for more space before accessing the skbAntonio Quartulli2012-10-291-2/+6
* batman-adv: print packets re-routing on DBG_TT and ratelimit itAntonio Quartulli2012-10-291-4/+4
* batman-adv: Only increase refcounter once for alternate routerSven Eckelmann2012-10-291-15/+8Star
* batman-adv: use check_unicast_packet() in recv_roam_adv()Antonio Quartulli2012-10-291-14/+1Star
* batman-adv: Fix broadcast packet CRC calculationLinus Lüssing2012-10-181-1/+7
* batman-adv: change interface_rx to get orig nodeAntonio Quartulli2012-08-231-4/+6
* batman-adv: Reduce accumulated length of simple statementsSven Eckelmann2012-08-231-2/+1Star
* batman-adv: Drop tt queries with foreign destMartin Hundebøll2012-08-231-15/+3Star
* batman-adv: Move batadv_check_unicast_packet()Martin Hundebøll2012-08-231-25/+25
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-231-3/+3
* batman-adv: Fix alignment after opened parenthesesSven Eckelmann2012-07-011-2/+1Star
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-69/+75
* batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-011-42/+46
* batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-011-1/+1
* batman-adv: Prefix main enum with BATADV_Sven Eckelmann2012-07-011-9/+9