summaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
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
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll
2013-10-12batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr)Antonio Quartulli
2013-10-12batman-adv: h_vlan_encapsulated_proto access refactoringAntonio Quartulli
2013-10-12batman-adv: don't use call_rcu if not neededAntonio Quartulli
2013-10-12batman-adv: remove batadv_tt_global_add_orig declarationAntonio Quartulli
2013-10-12batman-adv: make tt_global_add static and return boolAntonio Quartulli
2013-10-12batman-adv: only add recordroute information to icmp request/replySimon Wunderlich
2013-10-09batman-adv: reorder batadv_iv_flagsSimon Wunderlich