summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hard-interface.c
Commit message (Expand)AuthorAgeFilesLines
* batman: fix a bogus warning from batadv_is_on_batman_iface()Cong Wang2014-05-221-1/+1
* batman-adv: fix soft-interface MTU computationAntonio Quartulli2014-02-171-8/+14
* batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-141-3/+1
* batman-adv: update copyright years for 2014Simon Wunderlich2014-01-121-1/+1
* batman-adv: add debugfs structure for information per interfaceSimon Wunderlich2014-01-121-0/+9
* batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-081-3/+1
* batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli2013-10-231-29/+4
* batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli2013-10-231-2/+7
* batman-adv: limit local translation table max sizeMarek Lindner2013-10-231-15/+26
* batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli2013-10-191-0/+2
* batman-adv: consider network coding overhead when calculating required mtuMarek Lindner2013-10-121-9/+10
* batman-adv: use htons when possibleAntonio Quartulli2013-10-121-1/+1
* batman-adv: Remove old fragmentation codeMartin Hundebøll2013-10-121-1/+0
* batman-adv: remove vis functionalitySimon Wunderlich2013-10-091-9/+0
* batman-adv: don't initialise batman_iv private members in hard-interface.cAntonio Quartulli2013-05-291-7/+1
* batman-adv: send each broadcast only once on non-wireless interfacesMatthias Schiffer2013-05-291-0/+4
* batman-adv: split batadv_is_wifi_iface() into two functionsMatthias Schiffer2013-05-291-32/+52
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* batman-adv: free an hard-interface before adding itAntonio Quartulli2013-03-271-6/+33
* batman-adv: Allow to modify slaves of soft-interfaces through rntl_linkSven Eckelmann2013-03-271-2/+10
* batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner2013-03-271-1/+1
* batman-adv: Don't always delete softif when last slave was removedSven Eckelmann2013-03-271-3/+5
* batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann2013-03-271-0/+5
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: postpone sysfs removal when unregisteringSimon Wunderlich2013-01-191-2/+22
* batman-adv: use ETH_P_BATMANAntonio Quartulli2012-11-301-1/+2
* batman-adv: prevent using any virtual device created on batman-adv as hard-in...Antonio Quartulli2012-11-141-1/+40
* batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli2012-11-071-0/+3
* batman-adv: split hard_iface struct for each routing protocolMarek Lindner2012-10-291-2/+2
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-231-2/+3
* batman-adv: check batadv_orig_hash_add_if() return codeSimon Wunderlich2012-08-231-1/+7
* batman-adv: Fix alignment after opened parenthesesSven Eckelmann2012-07-011-4/+4
* 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-33/+38
* batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-011-2/+2
* batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-011-20/+20
* batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-281-1/+1
* batman-adv: Prefix types defines with BATADV_Sven Eckelmann2012-06-281-5/+6
* batman-adv: Prefix packet defines with BATADV_Sven Eckelmann2012-06-281-1/+2
* batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann2012-06-281-19/+19
* batman-adv: Prefix hard-interface local static functions with batadv_Sven Eckelmann2012-06-251-31/+33
* batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-251-2/+2
* batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-241-14/+14
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-201-14/+9
* batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-201-7/+7
* batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann2012-06-201-4/+4
* batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-201-3/+3
* batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann2012-06-201-16/+16
* batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann2012-06-201-1/+1
OpenPOWER on IntegriCloud