aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/gateway_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-12batman-adv: h_vlan_encapsulated_proto access refactoringAntonio Quartulli1-7/+12
2013-10-09batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner1-66/+121
2013-08-28batman-adv: send GW_DEL event when the gw client mode is deselectedAntonio Quartulli1-0/+27
2013-08-10batman-adv: fix potential kernel paging errors for unicast transmissionsLinus Lüssing1-1/+12
2013-03-27batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+5
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner1-15/+4
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann1-8/+13
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-16/+16
2012-08-06batman-adv: select an internet gateway if none was chosenMarek Lindner1-3/+3
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann1-1/+1
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-43/+47
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-11/+14
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-1/+1
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann1-4/+4
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-9/+9
2012-06-28batman-adv: Prefix local defines with BATADV_Sven Eckelmann1-6/+6
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-1/+1
2012-06-25batman-adv: Prefix gateway_client local static functions with batadv_Sven Eckelmann1-32/+35
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-27/+27
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-22/+19
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann1-2/+3
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-14/+14
2012-06-20batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann1-5/+7
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann1-19/+21
2012-06-20batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann1-3/+3
2012-05-11batman-adv: fix wrong dhcp option list browsingAntonio Quartulli1-3/+3
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-18/+13
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-1/+1