aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
2014-01-15batman-adv: fix batman-adv header overhead calculationMarek Lindner
2013-12-28batman-adv: fix vlan header accessAntonio Quartulli
2013-12-28batman-adv: clean nf state when removing protocol headerAntonio Quartulli
2013-12-28batman-adv: fix alignment for batadv_tvlv_tt_changeAntonio Quartulli
2013-12-28batman-adv: fix size of batadv_bla_claim_dstSimon Wunderlich
2013-12-28batman-adv: fix size of batadv_icmp_headerAntonio Quartulli
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich
2013-12-28batman-adv: fix alignment for batadv_coded_packetSimon Wunderlich
2013-10-23batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich
2013-10-23batman-adv: Start new development cycleSimon Wunderlich
2013-10-23batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli
2013-10-23batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli
2013-10-23batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli
2013-10-23batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner
2013-10-23batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli
2013-10-23batman-adv: provide orig_node routing APIAntonio Quartulli
2013-10-23batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli
2013-10-23batman-adv: adapt bonding to use the new API functionsAntonio Quartulli
2013-10-23batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli
2013-10-23batman-adv: add bat_neigh_cmp API functionAntonio Quartulli
2013-10-23batman-adv: add bat_orig_print API functionAntonio Quartulli
2013-10-23batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli
2013-10-19batman-adv: make the backbone gw check VLAN specificAntonio Quartulli
2013-10-19batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli
2013-10-19batman-adv: remove bogus commentAntonio Quartulli
2013-10-19batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing
2013-10-19batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli
2013-10-19batman-adv: add sysfs framework for VLANAntonio Quartulli
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli
2013-10-19batman-adv: make the Distributed ARP Table vlan awareAntonio Quartulli
2013-10-19batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli
2013-10-19batman-adv: print the VID together with the TT entriesAntonio Quartulli
2013-10-19batman-adv: use vid when computing local and global TT CRCAntonio Quartulli
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli
2013-10-19batman-adv: update email address for Marek LindnerMarek Lindner
2013-10-19batman-adv: update email address for Simon WunderlichSimon Wunderlich
2013-10-19batman-adv: check skb preparation return valueAntonio Quartulli
2013-10-12batman-adv: Add dummy soft-interface rx mode handlerLinus Lüssing
2013-10-12batman-adv: make batadv_tt_save_orig_buffer() genericAntonio Quartulli
2013-10-12batman-adv: implement batadv_tt_entriesAntonio Quartulli
2013-10-12batman-adv: remove useless find_router look upSimon Wunderlich
2013-10-12batman-adv: consider network coding overhead when calculating required mtuMarek Lindner
2013-10-12batman-adv: create common header for ICMP packetsAntonio Quartulli
2013-10-12batman-adv: use htons when possibleAntonio Quartulli
2013-10-12batman-adv: Fragment and send skbs larger than mtuMartin Hundebøll
2013-10-12batman-adv: Receive fragmented packets and mergeMartin Hundebøll