summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hard-interface.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: init ELP tweaking options only onceMarek Lindner2016-06-301-0/+3
* batman-adv: remove ogm_emit and ogm_schedule API callsAntonio Quartulli2016-06-301-3/+0Star
* batman-adv: Use bool as return type for boolean functionsSven Eckelmann2016-05-101-8/+7Star
* batman-adv: Use kref_get for hard_iface subfunctionsSven Eckelmann2016-05-101-4/+3Star
* batman-adv: Increase hard_iface refcnt for ptypeSven Eckelmann2016-05-101-0/+2
* batman-adv: Create batman soft interfaces within correct netns.Andrew Lunn2016-05-101-5/+5
* batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP eventAntonio Quartulli2016-04-291-0/+3
* batman-adv: Deactivate TO_BE_ACTIVATED hardif on shutdownSven Eckelmann2016-04-241-2/+1Star
* batman-adv: Rename batadv_hardif *_free_ref function to *_putSven Eckelmann2016-02-231-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+25
|\
| * batman-adv: Avoid endless loop in bat-on-bat netdevice checkAndrew Lunn2016-02-161-0/+25
* | batman-adv: Convert batadv_hard_iface to krefSven Eckelmann2016-02-101-7/+13
* | batman-adv: Drop reference to netdevice on last referenceSven Eckelmann2016-02-101-5/+8
* | batman-adv: update copyright years for 2016Sven Eckelmann2016-02-021-1/+1
* | batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann2016-02-021-3/+4
|/
* batman-adv: add list of unique single hop neighbors per hard-interfaceMarek Lindner2015-12-151-0/+4
* batman-adv: Act on NETDEV_*_TYPE_CHANGE eventsAndrew Lunn2015-12-051-1/+3
* net: add possibility to pass information about upper device via notifierJiri Pirko2015-12-031-1/+1
* net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko2015-12-031-1/+2
* batman-adv: Add lower layer needed_(head|tail)room to own onesSven Eckelmann2015-08-271-0/+41
* batman-adv: don't access unregistered net_device objectAntonio Quartulli2015-08-271-1/+2
* batman-adv: Add required includes to all filesSven Eckelmann2015-06-071-12/+26
* batman-adv: update copyright years for 2015Sven Eckelmann2015-05-291-1/+1
* dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-2/+3
* 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-151-3/+1Star
* 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/+1Star
* batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli2013-10-231-29/+4Star
* 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/+0Star
* batman-adv: remove vis functionalitySimon Wunderlich2013-10-091-9/+0Star
* batman-adv: don't initialise batman_iv private members in hard-interface.cAntonio Quartulli2013-05-291-7/+1Star
* 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