aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-01-09batman-adv: Add kerneldoc for batadv_neigh_node::refcountSven Eckelmann1-0/+1
2016-01-09batman-adv: Remove kerneldoc for missing struct membersSven Eckelmann1-4/+0
2016-01-09batman-adv: Fix kerneldoc member names in for main structsSven Eckelmann1-6/+6
2016-01-09batman-adv: Fix kernel-doc parsing of main structsSven Eckelmann1-5/+10
2016-01-09batman-adv: Split a condition checkMarkus Elfring1-1/+4
2016-01-09batman-adv: Delete an unnecessary check before the function call "batadv_softif_vlan_free_ref"Markus Elfring1-2/+1
2016-01-09batman-adv: Less checks in batadv_tvlv_unicast_send()Markus Elfring1-10/+5
2016-01-09batman-adv: Delete unnecessary checks before the function call "kfree_skb"Markus Elfring3-6/+3
2016-01-09batman-adv: Add function to convert string to batadv throughputSven Eckelmann1-68/+49
2016-01-09batman-adv: only call post function if something changedSimon Wunderlich1-3/+9
2016-01-09batman-adv: increase BLA wait periods to 6Simon Wunderlich1-1/+1
2016-01-09batman-adv: purge bridge loop avoidance when its disabledSimon Wunderlich3-1/+25
2016-01-09batman-adv: remove leftovers of unused BATADV_PRIMARIES_FIRST_HOP flagMarek Lindner2-5/+1
2016-01-09batman-adv: Fix lockdep annotation of batadv_tlv_container_removeSven Eckelmann1-1/+1
2016-01-09batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2016-01-07batman-adv: Fix invalid read while copying bat_iv.bcast_ownSven Eckelmann1-2/+4
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+31
2015-12-16batman-adv: lock crc access in bridge loop avoidanceSimon Wunderlich2-5/+32
2015-12-16batman-adv: Fix typo 'wether' -> 'whether'Sven Eckelmann1-2/+2
2015-12-16batman-adv: Use chain pointer when purging fragmentsSven Eckelmann1-4/+4
2015-12-16batman-adv: unify flags access style in tt global addSimon Wunderlich1-1/+1
2015-12-16batman-adv: detect local excess vlans in TT requestSimon Wunderlich1-1/+13
2015-12-16batman-adv: rename equiv/equal or better to similar or betterSimon Wunderlich4-11/+11
2015-12-16batman-adv: update last seen field of single hop originatorsMarek Lindner1-0/+10
2015-12-16batman-adv: export single hop neighbor list via debugfsMarek Lindner5-0/+100
2015-12-16batman-adv: add bat_hardif_neigh_init algo ops callMarek Lindner2-0/+6
2015-12-16batman-adv: add list of unique single hop neighbors per hard-interfaceMarek Lindner4-0/+188
2015-12-07batman-adv: Fix invalid stack access in batadv_dat_select_candidatesSven Eckelmann1-1/+4
2015-12-07batman-adv: fix erroneous client entry duplicate detectionMarek Lindner1-2/+4
2015-12-07batman-adv: avoid keeping false temporary entrySimon Wunderlich1-2/+8
2015-12-07batman-adv: fix speedy join for DAT cache repliesSimon Wunderlich1-4/+15
2015-12-05batman-adv: Act on NETDEV_*_TYPE_CHANGE eventsAndrew Lunn1-1/+3
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko1-1/+1
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko1-1/+2
2015-08-27batman-adv: turn batadv_neigh_node_get() into local functionMarek Lindner2-40/+36
2015-08-27batman-adv: Add lower layer needed_(head|tail)room to own onesSven Eckelmann2-2/+41
2015-08-27batman-adv: don't access unregistered net_device objectAntonio Quartulli1-1/+2
2015-08-27batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2015-08-27batman-adv: fix gateway client style issuesSimon Wunderlich1-2/+0
2015-08-27batman-adv: rearrange batadv_neigh_node_new() arguments to follow conventionMarek Lindner3-6/+8
2015-08-27batman-adv: remove obsolete deleted attribute for gateway nodeSimon Wunderlich5-41/+14
2015-08-27batman-adv: move neigh_node list add into batadv_neigh_node_new()Marek Lindner2-20/+13
2015-08-27batman-adv: remove redundant hard_iface assignmentMarek Lindner1-1/+0
2015-08-27batman-adv: move hardif refcount inc to batadv_neigh_node_new()Marek Lindner2-6/+6
2015-08-25batman-adv: beautify supported routing algorithm listMarek Lindner1-1/+1
2015-08-25batman-adv: Fix conditional statements indentationSven Eckelmann1-1/+1
2015-08-25batman-adv: Add lockdep_asserts for documented external locksSven Eckelmann3-0/+11
2015-08-25batman-adv: Annotate deleting functions with external lock via lockdepSven Eckelmann4-5/+25
2015-08-25batman-adv: convert bat_priv->tt.req_list to hlistMarek Lindner3-16/+19