summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-1/+5
|\
| * batman-adv: check incoming packet type for blaSimon Wunderlich2012-07-061-1/+5
* | batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann2012-07-011-0/+1
* | batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann2012-07-011-2/+2
* | batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-9/+9
* | batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-011-2/+2
* | batman-adv: Prefix main enum with BATADV_Sven Eckelmann2012-07-011-3/+3
* | batman-adv: Prefix packet enum with BATADV_Sven Eckelmann2012-07-011-2/+2
* | batman-adv: Prefix types enum with BATADV_Sven Eckelmann2012-07-011-4/+4
* | batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann2012-07-011-5/+5
* | batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-281-5/+5
* | batman-adv: Prefix types defines with BATADV_Sven Eckelmann2012-06-281-1/+1
* | batman-adv: Prefix packet defines with BATADV_Sven Eckelmann2012-06-281-5/+7
* | batman-adv: Prefix soft-interface local static functions with batadv_Sven Eckelmann2012-06-251-39/+41
* | batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-251-1/+1
* | batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-241-2/+2
* | batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-201-13/+14
* | batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-201-3/+3
* | batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann2012-06-201-1/+1
* | batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann2012-06-201-5/+5
* | batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann2012-06-201-8/+8
* | batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann2012-06-201-1/+1
* | batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann2012-06-201-1/+1
* | batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann2012-06-201-3/+3
* | batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* | batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann2012-06-201-3/+3
* | batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann2012-06-201-3/+3
* | batman-adv: Add get_ethtool_stats() supportMartin Hundebøll2012-06-181-2/+64
|/
* batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli2012-04-181-1/+1
* batman-adv: add bridge loop avoidance compile optionSimon Wunderlich2012-04-111-2/+2
* batman-adv: drop STP over batmanSimon Wunderlich2012-04-111-0/+8
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-111-0/+12
* batman-adv: remove old bridge loop avoidance codeSimon Wunderlich2012-04-111-475/+1
* batman-adv: encourage batman to take shorter routes by changing the default h...Marek Lindner2012-04-111-1/+1
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-03-111-8/+7
|\
| * batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann2012-03-111-8/+7
* | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-02-281-3/+3
|\ \ | |/
| * batman-adv: Fix indentation of multiline statementsSven Eckelmann2012-02-281-1/+1
| * batman-adv: Update copyright yearsSven Eckelmann2012-02-171-1/+1
| * batman-adv: convert time_after instances to has_timed_outMarek Lindner2012-02-171-2/+2
* | batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka2012-02-171-3/+2
|/
* batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner2012-02-171-0/+4
* batman-adv: Explicitly mark the common header structureSven Eckelmann2012-02-171-7/+7
* batman-adv: use unregister_netdevice() when softif_create failsSimon Wunderlich2011-11-201-1/+1
* batman-adv: refactoring gateway handling codeMarek Lindner2011-11-201-14/+29
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-5/+5
|\
| * batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli2011-09-221-5/+5
* | batman-adv: Remove unnecessary OOM logging messagesJoe Perches2011-09-081-3/+1
* | batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner2011-09-081-8/+9
* | batman-adv: implement AP-isolation on the sender sideAntonio Quartulli2011-08-221-1/+2
OpenPOWER on IntegriCloud