aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-08batman-adv: set the isolation mark in the skb if neededAntonio Quartulli3-2/+44
2014-01-08batman-adv: create helper function to get AP isolation statusAntonio Quartulli3-12/+28
2014-01-08batman-adv: extend the ap_isolation mechanismAntonio Quartulli1-0/+5
2014-01-08batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli1-4/+8
2014-01-08batman-adv: mark a local client as isolated when neededAntonio Quartulli5-5/+23
2014-01-08batman-adv: add isolation_mark sysfs attributeAntonio Quartulli3-0/+75
2014-01-08batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli7-140/+153
2014-01-08batman-adv: remove parenthesis from return statementsAntonio Quartulli1-1/+1
2014-01-08batman-adv: rename gw_deselect() to gw_reselect()Antonio Quartulli4-18/+29
2014-01-08batman-adv: deselect current GW on client mode switch offAntonio Quartulli2-0/+14
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli41-123/+41
2014-01-08batman-adv: don't switch byte order too often if not neededAntonio Quartulli1-3/+5
2014-01-08batman-adv: properly rename define in distributed arp table header fileAntonio Quartulli1-3/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-105/+177
2013-12-28batman-adv: fix vlan header accessAntonio Quartulli1-1/+1
2013-12-28batman-adv: clean nf state when removing protocol headerAntonio Quartulli1-0/+5
2013-12-28batman-adv: fix alignment for batadv_tvlv_tt_changeAntonio Quartulli2-4/+6
2013-12-28batman-adv: fix size of batadv_bla_claim_dstSimon Wunderlich1-0/+2
2013-12-28batman-adv: fix size of batadv_icmp_headerAntonio Quartulli3-14/+44
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich10-85/+118
2013-12-28batman-adv: fix alignment for batadv_coded_packetSimon Wunderlich1-2/+2
2013-12-26batman-adv: use batadv_compare_eth for concisedingtianhong2-2/+2
2013-12-09batadv: Slight optimization of batadv_compare_ethJoe Perches1-1/+1
2013-10-23batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich5-97/+157
2013-10-23batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-10-23batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli3-2/+28
2013-10-23batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli2-1/+30
2013-10-23batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli3-31/+12
2013-10-23batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli1-2/+7
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner5-36/+173
2013-10-23batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli1-11/+24
2013-10-23batman-adv: provide orig_node routing APIAntonio Quartulli3-88/+151
2013-10-23batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli1-8/+9
2013-10-23batman-adv: adapt bonding to use the new API functionsAntonio Quartulli3-15/+32
2013-10-23batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli4-1/+30
2013-10-23batman-adv: add bat_neigh_cmp API functionAntonio Quartulli3-1/+25
2013-10-23batman-adv: add bat_orig_print API functionAntonio Quartulli3-56/+78
2013-10-23batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli4-95/+135
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli8-71/+103
2013-10-19batman-adv: make the backbone gw check VLAN specificAntonio Quartulli3-43/+27
2013-10-19batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli5-6/+21
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli5-157/+730
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli4-4/+34
2013-10-19batman-adv: remove bogus commentAntonio Quartulli1-5/+0
2013-10-19batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing4-48/+108
2013-10-19batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli5-14/+30
2013-10-19batman-adv: add sysfs framework for VLANAntonio Quartulli4-3/+198
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli5-3/+197
2013-10-19batman-adv: make the Distributed ARP Table vlan awareAntonio Quartulli2-48/+107
2013-10-19batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli1-3/+18