summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/gateway_client.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: fix gateway client style issuesSimon Wunderlich2015-08-271-2/+0
* batman-adv: remove obsolete deleted attribute for gateway nodeSimon Wunderlich2015-08-271-36/+12
* batman-adv: Remove multiple assignment per lineSven Eckelmann2015-08-251-5/+10
* batman-adv: Replace C99 int types with kernel typeSven Eckelmann2015-08-251-7/+7
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-08-171-6/+2
|\
| * batman-adv: Avoid u32 overflow during gateway selectRuben Wisniewski2015-08-111-1/+1
| * batman-adv: Replace gw_reselect divisor with simple shiftSven Eckelmann2015-08-111-5/+1
* | batman-adv: initialize up/down values when adding a gatewaySimon Wunderlich2015-08-051-0/+2
|/
* batman-adv: Remove unused post-VLAN ethhdr in batadv_gw_dhcp_recipient_getSven Eckelmann2015-06-071-5/+0
* batman-adv: Add required includes to all filesSven Eckelmann2015-06-071-7/+27
* batman-adv: update copyright years for 2015Sven Eckelmann2015-05-291-1/+1
* batman-adv: Fix use of seq_has_overflowed()Joe Perches2015-02-221-1/+1
* batman-adv: Remove uses of return value of seq_printfJoe Perches2015-02-201-9/+10
* batman-adv: checkpatch - Please use a blank line after declarationsAntonio Quartulli2015-01-071-0/+1
* batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli2014-12-231-1/+1
* batman-adv: increase orig refcount when storing ref in gw_nodeAntonio Quartulli2014-05-151-2/+9
* batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli2014-03-221-1/+1
* batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx pathLinus Lüssing2014-03-221-3/+3
* net: remove unnecessary return'sstephen hemminger2014-02-131-2/+0
* batman-adv: update copyright years for 2014Simon Wunderlich2014-01-121-1/+1
* batman-adv: split out router from orig_nodeSimon Wunderlich2014-01-121-5/+6
* batman-adv: split tq information in neigh_node structSimon Wunderlich2014-01-121-9/+66
* batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli2014-01-081-95/+76
* batman-adv: rename gw_deselect() to gw_reselect()Antonio Quartulli2014-01-081-12/+23
* batman-adv: deselect current GW on client mode switch offAntonio Quartulli2014-01-081-0/+5
* batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-081-3/+1
* batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-231-8/+8
* batman-adv: remove bogus commentAntonio Quartulli2013-10-191-5/+0
* batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli2013-10-191-3/+18
* batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli2013-10-191-1/+2
* batman-adv: use htons when possibleAntonio Quartulli2013-10-121-2/+2
* batman-adv: h_vlan_encapsulated_proto access refactoringAntonio Quartulli2013-10-121-7/+12
* batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner2013-10-091-66/+121
* batman-adv: send GW_DEL event when the gw client mode is deselectedAntonio Quartulli2013-08-281-0/+27
* batman-adv: fix potential kernel paging errors for unicast transmissionsLinus Lüssing2013-08-101-1/+12
* batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli2013-03-271-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-8/+5
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: consolidate duplicated primary_if checking codeMarek Lindner2012-10-291-15/+4
* batman-adv: Reduce accumulated length of simple statementsSven Eckelmann2012-08-231-8/+13
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-231-16/+16
* batman-adv: select an internet gateway if none was chosenMarek Lindner2012-08-061-3/+3
* batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann2012-07-011-1/+1
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-43/+47
* batman-adv: Prefix main enum with BATADV_Sven Eckelmann2012-07-011-11/+14
* batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-011-1/+1
* batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann2012-07-011-4/+4
* batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-281-9/+9
* batman-adv: Prefix local defines with BATADV_Sven Eckelmann2012-06-281-6/+6
* batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann2012-06-281-1/+1
OpenPOWER on IntegriCloud