aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hard-interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-22batman: fix a bogus warning from batadv_is_on_batman_iface()Cong Wang1-1/+1
2014-02-17batman-adv: fix soft-interface MTU computationAntonio Quartulli1-8/+14
2014-01-14batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-3/+1
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: add debugfs structure for information per interfaceSimon Wunderlich1-0/+9
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-10-23batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli1-29/+4
2013-10-23batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli1-2/+7
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner1-15/+26
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli1-0/+2
2013-10-12batman-adv: consider network coding overhead when calculating required mtuMarek Lindner1-9/+10
2013-10-12batman-adv: use htons when possibleAntonio Quartulli1-1/+1
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll1-1/+0
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich1-9/+0
2013-05-29batman-adv: don't initialise batman_iv private members in hard-interface.cAntonio Quartulli1-7/+1
2013-05-29batman-adv: send each broadcast only once on non-wireless interfacesMatthias Schiffer1-0/+4
2013-05-29batman-adv: split batadv_is_wifi_iface() into two functionsMatthias Schiffer1-32/+52
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-03-27batman-adv: free an hard-interface before adding itAntonio Quartulli1-6/+33
2013-03-27batman-adv: Allow to modify slaves of soft-interfaces through rntl_linkSven Eckelmann1-2/+10
2013-03-27batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner1-1/+1
2013-03-27batman-adv: Don't always delete softif when last slave was removedSven Eckelmann1-3/+5
2013-03-27batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann1-0/+5
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2013-01-19batman-adv: postpone sysfs removal when unregisteringSimon Wunderlich1-2/+22
2012-11-30batman-adv: use ETH_P_BATMANAntonio Quartulli1-1/+2
2012-11-14batman-adv: prevent using any virtual device created on batman-adv as hard-interfaceAntonio Quartulli1-1/+40
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli1-0/+3
2012-10-29batman-adv: split hard_iface struct for each routing protocolMarek Lindner1-2/+2
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-2/+3
2012-08-23batman-adv: check batadv_orig_hash_add_if() return codeSimon Wunderlich1-1/+7
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann1-4/+4
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-33/+38
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-2/+2
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-20/+20
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix types defines with BATADV_Sven Eckelmann1-5/+6
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-1/+2
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-19/+19
2012-06-25batman-adv: Prefix hard-interface local static functions with batadv_Sven Eckelmann1-31/+33
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-2/+2
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-14/+14
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-14/+9
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-7/+7
2012-06-20batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann1-4/+4
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann1-16/+16
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann1-1/+1