summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/gateway_client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* batman-adv: Prefix gateway_client local static functions with batadv_Sven Eckelmann2012-06-251-32/+35
* batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-251-27/+27
* batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-241-2/+2
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-201-22/+19
* batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann2012-06-201-2/+3
* batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-201-14/+14
* batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann2012-06-201-5/+7
* batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann2012-06-201-19/+21
* batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann2012-06-201-3/+3
* batman-adv: fix wrong dhcp option list browsingAntonio Quartulli2012-05-111-3/+3
* batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann2012-03-111-18/+13
* batman-adv: Fix indentation of multiline statementsSven Eckelmann2012-02-281-1/+1
OpenPOWER on IntegriCloud