aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/gateway_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-09batman-adv: netlink: add gateway table queriesSven Eckelmann1-0/+59
2016-08-09batman-adv: B.A.T.M.A.N. V - implement GW selection logicAntonio Quartulli1-3/+2
2016-08-09batman-adv: make GW election code protocol specificAntonio Quartulli1-189/+28
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann1-0/+1
2016-06-30batman-adv: move GW mode and selection class to private data structureAntonio Quartulli1-6/+6
2016-06-30batman-adv: statically print gateway table headerAntonio Quartulli1-2/+1
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-02-23batman-adv: Rename batadv_gw_node *_free_ref function to *_putSven Eckelmann1-18/+17
2016-02-23batman-adv: Rename batadv_neigh_ifinfo *_free_ref function to *_putSven Eckelmann1-7/+7
2016-02-23batman-adv: Rename batadv_neigh_node *_free_ref function to *_putSven Eckelmann1-7/+7
2016-02-23batman-adv: Rename batadv_hardif *_free_ref function to *_putSven Eckelmann1-1/+1
2016-02-23batman-adv: Rename batadv_orig_node *_free_ref function to *_putSven Eckelmann1-4/+4
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2016-02-16batman-adv: Only put gw_node list reference when removedSven Eckelmann1-3/+4
2016-02-10batman-adv: Convert batadv_orig_node to krefSven Eckelmann1-2/+2
2016-02-10batman-adv: Convert batadv_gw_node to krefSven Eckelmann1-11/+29
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-7/+7
2015-08-27batman-adv: fix gateway client style issuesSimon Wunderlich1-2/+0
2015-08-27batman-adv: remove obsolete deleted attribute for gateway nodeSimon Wunderlich1-36/+12
2015-08-25batman-adv: Remove multiple assignment per lineSven Eckelmann1-5/+10
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-7/+7
2015-08-17Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-6/+2
2015-08-11batman-adv: Avoid u32 overflow during gateway selectRuben Wisniewski1-1/+1
2015-08-11batman-adv: Replace gw_reselect divisor with simple shiftSven Eckelmann1-5/+1
2015-08-05batman-adv: initialize up/down values when adding a gatewaySimon Wunderlich1-0/+2
2015-06-07batman-adv: Remove unused post-VLAN ethhdr in batadv_gw_dhcp_recipient_getSven Eckelmann1-5/+0
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-7/+27
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2015-02-22batman-adv: Fix use of seq_has_overflowed()Joe Perches1-1/+1
2015-02-20batman-adv: Remove uses of return value of seq_printfJoe Perches1-9/+10
2015-01-07batman-adv: checkpatch - Please use a blank line after declarationsAntonio Quartulli1-0/+1
2014-12-23batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli1-1/+1
2014-05-15batman-adv: increase orig refcount when storing ref in gw_nodeAntonio Quartulli1-2/+9
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli1-1/+1
2014-03-22batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx pathLinus Lüssing1-3/+3
2014-02-13net: remove unnecessary return'sstephen hemminger1-2/+0
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich1-5/+6
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich1-9/+66
2014-01-08batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli1-95/+76
2014-01-08batman-adv: rename gw_deselect() to gw_reselect()Antonio Quartulli1-12/+23
2014-01-08batman-adv: deselect current GW on client mode switch offAntonio Quartulli1-0/+5
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli1-8/+8
2013-10-19batman-adv: remove bogus commentAntonio Quartulli1-5/+0
2013-10-19batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli1-3/+18
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli1-1/+2
2013-10-12batman-adv: use htons when possibleAntonio Quartulli1-2/+2