aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-10batman-adv: use batadv_compare_eth when possibleAntonio Quartulli1-4/+2
2016-05-10batman-adv: replace ethertype variable with ETH_P_BATMAN for readabilityMarek Lindner1-4/+4
2016-05-10batman-adv: Use bool as return type for boolean functionsSven Eckelmann18-199/+205
2016-05-10batman-adv: Use kref_get for _batadv_update_routeSven Eckelmann1-4/+4
2016-05-10batman-adv: Use kref_get for hard_iface subfunctionsSven Eckelmann3-38/+13
2016-05-10batman-adv: Use kref_get for batadv_gw_node_addSven Eckelmann1-6/+2
2016-05-10batman-adv: Use kref_get for batadv_gw_selectSven Eckelmann1-2/+2
2016-05-10batman-adv: Use kref_get for batadv_nc_get_nc_nodeSven Eckelmann1-6/+1
2016-05-10batman-adv: Use kref_get for batadv_tvlv_container_getSven Eckelmann1-3/+1
2016-05-10batman-adv: Increase hard_iface refcnt for ptypeSven Eckelmann1-0/+2
2016-05-10batman-adv: Check hard_iface refcnt when receiving skbSven Eckelmann1-1/+13
2016-05-10batman-adv: Check hard_iface refcnt before calling functionSven Eckelmann4-1/+35
2016-05-10batman-adv: add detection for complex bridge loopsSimon Wunderlich5-2/+156
2016-05-10batman-adv: Create batman soft interfaces within correct netns.Andrew Lunn6-12/+18
2016-05-10batman-adv: NETIF_F_NETNS_LOCAL feature to prevent netns movesAndrew Lunn1-1/+1
2016-05-10batman-adv: Remove hdr_size skb size check in batadv_interface_rxSven Eckelmann1-4/+0
2016-05-10batman-adv: Remove unused parameter recv_if of batadv_interface_rxSven Eckelmann3-8/+6
2016-05-04Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller17-231/+273
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04batman-adv: Split batadv_iv_ogm_orig_del_if functionSven Eckelmann1-39/+76
2016-05-04batman-adv: Merge batadv_v_ogm_orig_update into batadv_v_ogm_route_updateSimon Wunderlich1-71/+46
2016-05-04batman-adv: move and restructure batadv_v_ogm_forwardSimon Wunderlich1-47/+63
2016-05-04batman-adv: fix debuginfo macro style issueSimon Wunderlich1-8/+11
2016-05-04batman-adv: Fix function names on new line starting with '*'Sven Eckelmann3-16/+16
2016-05-04batman-adv: Add kernel-doc for batadv_interface_rxSven Eckelmann1-0/+18
2016-05-04batman-adv: Fix kerneldoc for batadv_compare_claimSven Eckelmann1-1/+1
2016-05-04batman-adv: Fix checkpatch warning about 'unsigned' typeSven Eckelmann1-6/+6
2016-05-04batman-adv: fix wrong names in kerneldocAntonio Quartulli8-12/+14
2016-05-04batman-adv: use to_delayed_workGeliang Tang6-7/+7
2016-05-04batman-adv: use list_for_each_entry_safeGeliang Tang1-13/+9
2016-05-04batman-adv: use static string for table headersAntonio Quartulli5-21/+16
2016-05-04batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2016-04-29batman-adv: Fix reference counting of hardif_neigh_node object for neigh_nodeSven Eckelmann2-11/+7
2016-04-29batman-adv: Fix reference counting of vlan object for tt_local_entrySven Eckelmann2-38/+6
2016-04-29batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP eventAntonio Quartulli3-0/+18
2016-04-29batman-adv: fix DAT candidate selection (must use vid)Antonio Quartulli1-7/+10
2016-04-24batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing1-0/+6
2016-04-24batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann1-0/+9
2016-04-24batman-adv: Deactivate TO_BE_ACTIVATED hardif on shutdownSven Eckelmann1-2/+1
2016-04-24batman-adv: init neigh node last seen fieldMarek Lindner1-0/+1
2016-04-24batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann1-2/+6
2016-03-02batman-adv: clarify CFG80211 dependencyArnd Bergmann1-1/+1
2016-02-29batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2016-02-29batman-adv: B.A.T.M.A.N. V - implement bat_neigh_print APILinus Luessing1-0/+55
2016-02-29batman-adv: B.A.T.M.A.N. V - implement bat_orig_print APIAntonio Quartulli1-0/+105
2016-02-29batman-adv: B.A.T.M.A.N. V - implement neighbor comparison API callsAntonio Quartulli1-0/+38
2016-02-29batman-adv: ELP - send unicast ELP packets for throughput samplingAntonio Quartulli2-0/+72
2016-02-29batman-adv: ELP - compute the metric based on the estimated throughputAntonio Quartulli7-2/+164
2016-02-29batman-adv: keep track of when unicast packets are sentAntonio Quartulli10-34/+75
2016-02-29batman-adv: add throughput override attribute to hard_ifacesAntonio Quartulli5-2/+86