aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/soft-interface.c
AgeCommit message (Expand)Author
2013-05-21batman-adv: Avoid double freeing of bat_countersMartin Hundebøll
2013-04-22batman-adv: fix global protection fault during soft_iface destructionAntonio Quartulli
2013-03-27batman-adv: Allow to modify slaves of soft-interfaces through rntl_linkSven Eckelmann
2013-03-27batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann
2013-03-27batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner
2013-03-27batman-adv: Move deinitialization of soft-interface to destructorSven Eckelmann
2013-03-27batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann
2013-03-13batman-adv: network coding - receive coded packets and decode themMartin Hundebøll
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll
2013-03-13batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll
2013-03-13batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2013-01-19batman-adv: postpone sysfs removal when unregisteringSimon Wunderlich
2013-01-12batman-adv: unbloat batadv_priv if debug is not enabledMarek Lindner
2013-01-12batman-adv: don't compile the BLA switch if not requestedAntonio Quartulli
2013-01-12batman-adv: Do not add multicast MAC addresses to translation tableLinus Lüssing
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2012-11-30batman-adv: use ETH_P_BATMANAntonio Quartulli
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-16batman-adv: process broadcast packets in BLA earlierAntonio Quartulli
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli
2012-11-07batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll
2012-11-07batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli
2012-10-29batman-adv: don't allow ECTP traffic on batman-advSimon Wunderlich
2012-10-29batman-adv: Set special lockdep classes to avoid lockdep warningSven Eckelmann
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-23batman-adv: Fix change mac address of soft iface.Def
2012-08-23batman-adv: change interface_rx to get orig nodeAntonio Quartulli
2012-08-23batman-adv: Don't break statements after assignment operatorSven Eckelmann
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann
2012-08-23batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-06batman-adv: check incoming packet type for blaSimon Wunderlich
2012-07-01batman-adv: Don't leak information through uninitialized packet fieldsSven 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 main enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix types defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann
2012-06-25batman-adv: Prefix soft-interface local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann