summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/types.h
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: use consistent kerneldoc styleSimon Wunderlich2014-01-161-2/+4
* batman-adv: update copyright years for 2014Simon Wunderlich2014-01-121-1/+1
* batman-adv: add debugfs support to view multiif tablesSimon Wunderlich2014-01-121-1/+2
* batman-adv: add debugfs structure for information per interfaceSimon Wunderlich2014-01-121-0/+2
* batman-adv: add bonding againSimon Wunderlich2014-01-121-0/+2
* batman-adv: consider outgoing interface in OGM sendingSimon Wunderlich2014-01-121-2/+5
* batman-adv: split out router from orig_nodeSimon Wunderlich2014-01-121-8/+24
* batman-adv: split tq information in neigh_node structSimon Wunderlich2014-01-121-26/+48
* batman-adv: remove bonding and interface alternatingSimon Wunderlich2014-01-121-8/+2Star
* batman-adv: add isolation_mark sysfs attributeAntonio Quartulli2014-01-081-0/+2
* batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli2014-01-081-0/+12
* batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-081-3/+1Star
* batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich2013-10-231-1/+1
* batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli2013-10-231-0/+6
* batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli2013-10-231-0/+6
* batman-adv: limit local translation table max sizeMarek Lindner2013-10-231-0/+3
* batman-adv: provide orig_node routing APIAntonio Quartulli2013-10-231-0/+11
* batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli2013-10-231-0/+4
* batman-adv: add bat_neigh_cmp API functionAntonio Quartulli2013-10-231-0/+3
* batman-adv: add bat_orig_print API functionAntonio Quartulli2013-10-231-0/+3
* batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli2013-10-231-11/+19
* batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-231-16/+25
* batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli2013-10-191-8/+33
* batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli2013-10-191-0/+13
* batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli2013-10-191-2/+2
* batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli2013-10-191-0/+21
* batman-adv: make the Distributed ARP Table vlan awareAntonio Quartulli2013-10-191-0/+2
* batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli2013-10-191-0/+2
* batman-adv: consider network coding overhead when calculating required mtuMarek Lindner2013-10-121-7/+0Star
* batman-adv: Fragment and send skbs larger than mtuMartin Hundebøll2013-10-121-0/+6
* batman-adv: Receive fragmented packets and mergeMartin Hundebøll2013-10-121-0/+38
* batman-adv: Remove old fragmentation codeMartin Hundebøll2013-10-121-19/+0Star
* batman-adv: remove vis functionalitySimon Wunderlich2013-10-091-84/+0Star
* batman-adv: use CRC32C instead of CRC16 in TT codeAntonio Quartulli2013-10-091-2/+2
* batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner2013-10-091-1/+1
* batman-adv: tvlv - add network coding containerMarek Lindner2013-10-091-0/+2
* batman-adv: tvlv - add distributed arp table containerMarek Lindner2013-10-091-0/+10
* batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner2013-10-091-4/+8
* batman-adv: tvlv - basic infrastructureMarek Lindner2013-10-091-0/+72
* batman-adv: change VID semantic in the BLA codeAntonio Quartulli2013-05-291-2/+2
* batman-adv: send each broadcast only once on non-wireless interfacesMatthias Schiffer2013-05-291-0/+2
* batman-adv: network coding - receive coded packets and decode themMartin Hundebøll2013-03-131-0/+10
* batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll2013-03-131-0/+11
* batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll2013-03-131-0/+20
* batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll2013-03-131-0/+49
* batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll2013-03-131-0/+32
* batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll2013-03-131-0/+14
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: postpone sysfs removal when unregisteringSimon Wunderlich2013-01-191-0/+6
* batman-adv: kernel doc for types.hMarek Lindner2013-01-191-66/+395