| Commit message (Expand) | Author | Age | Files | Lines |
* | batman-adv: Rename batadv_hardif *_free_ref function to *_put | Sven Eckelmann | 2016-02-23 | 1 | -10/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-02-23 | 1 | -0/+25 |
|\ |
|
| * | batman-adv: Avoid endless loop in bat-on-bat netdevice check | Andrew Lunn | 2016-02-16 | 1 | -0/+25 |
* | | batman-adv: Convert batadv_hard_iface to kref | Sven Eckelmann | 2016-02-10 | 1 | -7/+13 |
* | | batman-adv: Drop reference to netdevice on last reference | Sven Eckelmann | 2016-02-10 | 1 | -5/+8 |
* | | batman-adv: update copyright years for 2016 | Sven Eckelmann | 2016-02-02 | 1 | -1/+1 |
* | | batman-adv: Fix kerneldoc parsing of return description | Sven Eckelmann | 2016-02-02 | 1 | -3/+4 |
|/ |
|
* | batman-adv: add list of unique single hop neighbors per hard-interface | Marek Lindner | 2015-12-16 | 1 | -0/+4 |
* | batman-adv: Act on NETDEV_*_TYPE_CHANGE events | Andrew Lunn | 2015-12-05 | 1 | -1/+3 |
* | net: add possibility to pass information about upper device via notifier | Jiri Pirko | 2015-12-03 | 1 | -1/+1 |
* | net: propagate upper priv via netdev_master_upper_dev_link | Jiri Pirko | 2015-12-03 | 1 | -1/+2 |
* | batman-adv: Add lower layer needed_(head|tail)room to own ones | Sven Eckelmann | 2015-08-27 | 1 | -0/+41 |
* | batman-adv: don't access unregistered net_device object | Antonio Quartulli | 2015-08-27 | 1 | -1/+2 |
* | batman-adv: Add required includes to all files | Sven Eckelmann | 2015-06-07 | 1 | -12/+26 |
* | batman-adv: update copyright years for 2015 | Sven Eckelmann | 2015-05-29 | 1 | -1/+1 |
* | dev: introduce dev_get_iflink() | Nicolas Dichtel | 2015-04-02 | 1 | -2/+3 |
* | batman: fix a bogus warning from batadv_is_on_batman_iface() | Cong Wang | 2014-05-22 | 1 | -1/+1 |
* | batman-adv: fix soft-interface MTU computation | Antonio Quartulli | 2014-02-17 | 1 | -8/+14 |
* | batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interface | Ying Xue | 2014-01-14 | 1 | -3/+1 |
* | batman-adv: update copyright years for 2014 | Simon Wunderlich | 2014-01-12 | 1 | -1/+1 |
* | batman-adv: add debugfs structure for information per interface | Simon Wunderlich | 2014-01-12 | 1 | -0/+9 |
* | batman-adv: remove FSF address from GPL disclaimer | Antonio Quartulli | 2014-01-08 | 1 | -3/+1 |
* | batman-adv: invoke dev_get_by_index() outside of is_wifi_iface() | Antonio Quartulli | 2013-10-23 | 1 | -29/+4 |
* | batman-adv: send GW_DEL event in case of soft-iface destruction | Antonio Quartulli | 2013-10-23 | 1 | -2/+7 |
* | batman-adv: limit local translation table max size | Marek Lindner | 2013-10-23 | 1 | -15/+26 |
* | batman-adv: add per VLAN interface attribute framework | Antonio Quartulli | 2013-10-19 | 1 | -0/+2 |
* | batman-adv: consider network coding overhead when calculating required mtu | Marek Lindner | 2013-10-12 | 1 | -9/+10 |
* | batman-adv: use htons when possible | Antonio Quartulli | 2013-10-12 | 1 | -1/+1 |
* | batman-adv: Remove old fragmentation code | Martin Hundebøll | 2013-10-12 | 1 | -1/+0 |
* | batman-adv: remove vis functionality | Simon Wunderlich | 2013-10-09 | 1 | -9/+0 |
* | batman-adv: don't initialise batman_iv private members in hard-interface.c | Antonio Quartulli | 2013-05-29 | 1 | -7/+1 |
* | batman-adv: send each broadcast only once on non-wireless interfaces | Matthias Schiffer | 2013-05-29 | 1 | -0/+4 |
* | batman-adv: split batadv_is_wifi_iface() into two functions | Matthias Schiffer | 2013-05-29 | 1 | -32/+52 |
* | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -1/+1 |
* | batman-adv: free an hard-interface before adding it | Antonio Quartulli | 2013-03-27 | 1 | -6/+33 |
* | batman-adv: Allow to modify slaves of soft-interfaces through rntl_link | Sven Eckelmann | 2013-03-27 | 1 | -2/+10 |
* | batman-adv: rename batadv_softif_destroy to reflect sysfs use case | Marek Lindner | 2013-03-27 | 1 | -1/+1 |
* | batman-adv: Don't always delete softif when last slave was removed | Sven Eckelmann | 2013-03-27 | 1 | -3/+5 |
* | batman-adv: Move soft-interface initialization to ndo_init | Sven Eckelmann | 2013-03-27 | 1 | -0/+5 |
* | batman-adv: update copyright years | Antonio Quartulli | 2013-01-19 | 1 | -1/+1 |
* | batman-adv: postpone sysfs removal when unregistering | Simon Wunderlich | 2013-01-19 | 1 | -2/+22 |
* | batman-adv: use ETH_P_BATMAN | Antonio Quartulli | 2012-11-30 | 1 | -1/+2 |
* | batman-adv: prevent using any virtual device created on batman-adv as hard-in... | Antonio Quartulli | 2012-11-14 | 1 | -1/+40 |
* | batman-adv: Distributed ARP Table - create DHT helper functions | Antonio Quartulli | 2012-11-07 | 1 | -0/+3 |
* | batman-adv: split hard_iface struct for each routing protocol | Marek Lindner | 2012-10-29 | 1 | -2/+2 |
* | batman-adv: Split batadv_priv in sub-structures for features | Sven Eckelmann | 2012-08-23 | 1 | -2/+3 |
* | batman-adv: check batadv_orig_hash_add_if() return code | Simon Wunderlich | 2012-08-23 | 1 | -1/+7 |
* | batman-adv: Fix alignment after opened parentheses | Sven Eckelmann | 2012-07-01 | 1 | -4/+4 |
* | batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h} | Sven Eckelmann | 2012-07-01 | 1 | -1/+1 |
* | batman-adv: Prefix types structs with batadv_ | Sven Eckelmann | 2012-07-01 | 1 | -33/+38 |