summaryrefslogtreecommitdiff
path: root/net/batman-adv/hard-interface.c
AgeCommit message (Expand)Author
2020-03-20batman-adv: Avoid free/alloc race when handling OGM bufferSven Eckelmann
2020-03-20batman-adv: Fix debugfs path for renamed softifSven Eckelmann
2020-03-20batman-adv: Fix debugfs path for renamed hardifSven Eckelmann
2020-03-20batman-adv: Fix internal interface indices typesSven Eckelmann
2020-03-20batman-adv: Drop reference to netdevice on last referenceSven Eckelmann
2020-03-20batman-adv: Deactivate TO_BE_ACTIVATED hardif on shutdownSven Eckelmann
2020-03-20batman-adv: Avoid endless loop in bat-on-bat netdevice checkAndrew Lunn
2019-02-20batman-adv: Avoid WARN on net_device without parent in netnsSven Eckelmann
2015-08-27batman-adv: Add lower layer needed_(head|tail)room to own onesSven Eckelmann
2015-08-27batman-adv: don't access unregistered net_device objectAntonio Quartulli
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2014-05-22batman: fix a bogus warning from batadv_is_on_batman_iface()Cong Wang
2014-02-17batman-adv: fix soft-interface MTU computationAntonio Quartulli
2014-01-14batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich
2014-01-12batman-adv: add debugfs structure for information per interfaceSimon Wunderlich
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli
2013-10-23batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli
2013-10-23batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli
2013-10-12batman-adv: consider network coding overhead when calculating required mtuMarek Lindner
2013-10-12batman-adv: use htons when possibleAntonio Quartulli
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich
2013-05-29batman-adv: don't initialise batman_iv private members in hard-interface.cAntonio Quartulli
2013-05-29batman-adv: send each broadcast only once on non-wireless interfacesMatthias Schiffer
2013-05-29batman-adv: split batadv_is_wifi_iface() into two functionsMatthias Schiffer
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-03-27batman-adv: free an hard-interface before adding itAntonio Quartulli
2013-03-27batman-adv: Allow to modify slaves of soft-interfaces through rntl_linkSven Eckelmann
2013-03-27batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner
2013-03-27batman-adv: Don't always delete softif when last slave was removedSven Eckelmann
2013-03-27batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2013-01-19batman-adv: postpone sysfs removal when unregisteringSimon Wunderlich
2012-11-30batman-adv: use ETH_P_BATMANAntonio Quartulli
2012-11-14batman-adv: prevent using any virtual device created on batman-adv as hard-in...Antonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli
2012-10-29batman-adv: split hard_iface struct for each routing protocolMarek Lindner
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann
2012-08-23batman-adv: check batadv_orig_hash_add_if() return codeSimon Wunderlich
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann