aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2012-07-06batman-adv: check incoming packet type for blaSimon Wunderlich1-1/+5
2012-07-01batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann1-0/+1
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann1-2/+2
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-9/+9
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-2/+2
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-3/+3
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-2/+2
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann1-4/+4
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann1-5/+5
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-5/+5
2012-06-28batman-adv: Prefix types defines with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-5/+7
2012-06-25batman-adv: Prefix soft-interface local static functions with batadv_Sven Eckelmann1-39/+41
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-1/+1
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-13/+14
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-5/+5
2012-06-20batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann1-8/+8
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll1-2/+64
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli1-1/+1
2012-04-11batman-adv: add bridge loop avoidance compile optionSimon Wunderlich1-2/+2
2012-04-11batman-adv: drop STP over batmanSimon Wunderlich1-0/+8
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-0/+12
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich1-475/+1
2012-04-11batman-adv: encourage batman to take shorter routes by changing the default hop penaltyMarek Lindner1-1/+1
2012-03-11Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-8/+7
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-8/+7
2012-02-28Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-3/+3
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-1/+1
2012-02-17batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka1-3/+2
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner1-2/+2
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner1-0/+4
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann1-7/+7
2011-11-20batman-adv: use unregister_netdevice() when softif_create failsSimon Wunderlich1-1/+1
2011-11-20batman-adv: refactoring gateway handling codeMarek Lindner1-14/+29
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-5/+5
2011-09-22batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli1-5/+5
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches1-3/+1
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner1-8/+9
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli1-1/+2