aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-09batman-adv: Indicate netlink socket can be used with netns.Andrew Lunn1-0/+1
2016-08-09batman-adv: add backbone table netlink supportSimon Wunderlich3-0/+178
2016-08-09batman-adv: Provide bla group in the mesh_info netlink msgSven Eckelmann1-0/+8
2016-08-09batman-adv: add B.A.T.M.A.N. Dump BLA claims via netlinkAndrew Lunn3-1/+190
2016-08-09batman-adv: add B.A.T.M.A.N. V bat_gw_dump implementationsSven Eckelmann1-0/+125
2016-08-09batman-adv: add B.A.T.M.A.N. IV bat_gw_dump implementationsAndrew Lunn1-0/+105
2016-08-09batman-adv: netlink: add gateway table queriesSven Eckelmann4-0/+74
2016-08-09batman-adv: add B.A.T.M.A.N. V bat_{orig, neigh}_dump implementationsMatthias Schiffer2-0/+341
2016-08-09batman-adv: add B.A.T.M.A.N. IV bat_{orig, neigh}_dump implementationsMatthias Schiffer2-0/+368
2016-08-09batman-adv: netlink: add originator and neighbor table queriesMatthias Schiffer4-0/+186
2016-08-09batman-adv: Provide TTVN in the mesh_info netlink msgSven Eckelmann1-1/+4
2016-08-09batman-adv: netlink: add translation table queryMatthias Schiffer5-37/+406
2016-08-09batman-adv: netlink: hardif queryMatthias Schiffer1-2/+126
2016-08-09batman-adv: netlink: add routing_algo queryMatthias Schiffer4-1/+82
2016-08-09batman-adv: Suppress debugfs entries for netns'sAndrew Lunn1-0/+18
2016-08-09batman-adv: Handle parent interfaces in a different netnsAndrew Lunn1-7/+43
2016-08-09batman-adv: Fix consistency of update route messagesSven Eckelmann1-26/+17
2016-08-09batman-adv: Use bitwise instead of arithmetic operator for flagsLinus Lüssing1-1/+1
2016-08-09batman-adv: Remove orig_node reference handling from send_skb_unicastSven Eckelmann2-8/+20
2016-08-09batman-adv: use kmem_cache for translation tableSven Eckelmann3-19/+169
2016-08-09batman-adv: Introduce forward packet creation helperLinus Lüssing4-59/+98
2016-08-09batman-adv: fix boolreturn.cocci warningskbuild test robot1-1/+1
2016-08-09batman-adv: iv_ogm, Reduce code duplicationMarkus Pargmann1-30/+47
2016-08-09batman-adv: disable sysfs knobs when GW-mode is not implementedAntonio Quartulli1-0/+28
2016-08-09batman-adv: B.A.T.M.A.N. V - implement GW selection logicAntonio Quartulli3-4/+226
2016-08-09batman-adv: make GW election code protocol specificAntonio Quartulli5-192/+263
2016-08-09batman-adv: make the GW selection class algorithm specificAntonio Quartulli3-2/+79
2016-08-09batman-adv: Remove unused primary_if and bat_priv variablesLinus Lüssing1-15/+4
2016-08-09batman-adv: Avoid sysfs name collision for netns movesSven Eckelmann1-0/+14
2016-08-09batman-adv: Revert "postpone sysfs removal when unregistering"Sven Eckelmann3-58/+16
2016-08-09batman-adv: Modify mesh_iface outside sysfs contextSven Eckelmann2-26/+94
2016-08-09batman-adv: Define module rtnl link nameSven Eckelmann1-0/+1
2016-08-09batman-adv: Document optional batadv_algo_opsSven Eckelmann1-3/+5
2016-08-09batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-42/+161
2016-07-06batman-adv: Fix speedy join in gateway client modeSven Eckelmann1-2/+2
2016-07-05batman-adv: Free last_bonding_candidate on release of orig_nodeSven Eckelmann1-0/+7
2016-07-05batman-adv: Fix reference leak in batadv_find_routerSven Eckelmann2-14/+42
2016-07-05batman-adv: Fix non-atomic bla_claim::backbone_gw accessSven Eckelmann2-23/+90
2016-07-05batman-adv: Fix orig_node_vlan leak on orig_node_releaseSven Eckelmann1-0/+8
2016-07-05batman-adv: Avoid nullptr dereference in dat after vlan_insert_tagSven Eckelmann1-2/+8
2016-07-05batman-adv: Avoid nullptr dereference in bla after vlan_insert_tagSven Eckelmann1-1/+4
2016-07-04Merge tag 'batadv-next-for-davem-20160704' of git://git.open-mesh.org/linux-mergeDavid S. Miller41-1217/+3716
2016-07-04batman-adv: split routing API data structure in subobjectsAntonio Quartulli12-124/+150
2016-07-04batman-adv: throughput meter implementationAntonio Quartulli12-10/+1978
2016-07-04batman-adv: return netdev status in the TX pathAntonio Quartulli5-44/+68
2016-07-04batman-adv: add netlink command to query generic mesh information filesMatthias Schiffer1-0/+137
2016-07-04batman-adv: add generic netlink family for batman-advMatthias Schiffer4-0/+87
2016-07-01Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-mergeDavid S. Miller25-182/+694
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+53