aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-01genetlink: remove linux/genetlink.hJakub Kicinski1-1/+1
2024-01-27batman-adv: Improve exception handling in batadv_throw_uevent()Markus Elfring1-6/+8
2023-11-14batman-adv: Switch to linux/array_size.hSven Eckelmann1-1/+1
2023-11-14batman-adv: Switch to linux/sprintf.hSven Eckelmann1-0/+1
2023-11-14batman-adv: mcast: implement multicast packet reception and forwardingLinus Lüssing1-0/+2
2022-03-02batman-adv: Migrate to linux/container_of.hSven Eckelmann1-0/+1
2022-01-23batman-adv: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-10-26net: batman-adv: fix error handlingPavel Skripkin1-16/+40
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann1-1/+1
2020-12-04batman-adv: Drop deprecated debugfs supportSven Eckelmann1-45/+0
2020-12-04batman-adv: Add new include for min/max helpersSven Eckelmann1-0/+1
2020-08-18batman-adv: Drop unused function batadv_hardif_remove_interfaces()Sven Eckelmann1-1/+0
2020-06-26batman-adv: Fix typos and grammar in documentationSven Eckelmann1-1/+1
2020-01-15Merge tag 'batadv-next-for-davem-20200114' of git://git.open-mesh.org/linux-m...David S. Miller1-1/+1
2020-01-01batman-adv: Update copyright years for 2020Sven Eckelmann1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-05-09Merge tag 'batadv-net-for-davem-20190509' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-0/+1
2019-05-06batman-adv: mcast: fix multicast tt/tvlv worker lockingLinus Lüssing1-0/+1
2019-03-25batman-adv: Make sysfs support optionalSven Eckelmann1-0/+73
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann1-12/+0
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann1-1/+1
2018-11-12batman-adv: Add inconsistent hardif netlink dump detectionSven Eckelmann1-0/+1
2018-11-12batman-adv: Add inconsistent gateway netlink dump detectionSven Eckelmann1-0/+2
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann1-1/+1
2017-12-21batman-adv: Convert packet.h to uapi headerSven Eckelmann1-1/+1
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann1-0/+31
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-8/+8
2017-12-15batman-adv: include build_bug.h for BUILD_BUG_ON defineSven Eckelmann1-1/+1
2017-12-15batman-adv: include gfp.h for GFP_* definesSven Eckelmann1-1/+1
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
2017-09-30batman-adv: Add argument names for function ptr definitionsSven Eckelmann1-4/+4
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann1-2/+2
2017-03-26batman-adv: restructure rebroadcast counter into forw_packet APILinus Lüssing1-0/+3
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-11-08batman-adv: Add module alias for batadv netlink familySven Eckelmann1-0/+3
2016-11-08batman-adv: Consume skb in receive handlersSven Eckelmann1-8/+3
2016-10-19batman-adv: Use proper name for gateway list headSven Eckelmann1-1/+1
2016-08-09batman-adv: Allow to disable debugfs supportSven Eckelmann1-0/+2
2016-08-09batman-adv: use kmem_cache for translation tableSven Eckelmann1-2/+14
2016-08-09batman-adv: Define module rtnl link nameSven Eckelmann1-0/+1
2016-07-04batman-adv: throughput meter implementationAntonio Quartulli1-0/+4
2016-07-04batman-adv: add generic netlink family for batman-advMatthias Schiffer1-0/+3
2016-06-30batman-adv: Fix bat_(iv|v) function declaration headerSven Eckelmann1-0/+2
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann1-0/+2
2016-06-30batman-adv: move bat_algo functions into a separate fileSven Eckelmann1-104/+1
2016-06-30batman-adv: split tvlv into a separate fileMarkus Pargmann1-591/+0
2016-06-30batman-adv: remove ogm_emit and ogm_schedule API callsAntonio Quartulli1-2/+0
2016-05-10batman-adv: Use kref_get for batadv_tvlv_container_getSven Eckelmann1-3/+1
2016-05-10batman-adv: Check hard_iface refcnt when receiving skbSven Eckelmann1-1/+13
2016-05-04batman-adv: Fix function names on new line starting with '*'Sven Eckelmann1-4/+4
2016-02-29batman-adv: OGMv2 - add basic infrastructureAntonio Quartulli1-0/+6
2016-02-29batman-adv: ELP - adding basic infrastructureLinus Luessing1-0/+1
2016-02-23batman-adv: Rename batadv_softif_vlan *_free_ref function to *_putSven Eckelmann1-1/+1
2016-02-23batman-adv: Rename batadv_tvlv_container *_free_ref function to *_putSven Eckelmann1-4/+4
2016-02-23batman-adv: Rename batadv_tvlv_handler *_free_ref function to *_putSven Eckelmann1-7/+6
2016-02-23batman-adv: Rename batadv_hardif *_free_ref function to *_putSven Eckelmann1-1/+1
2016-02-23batman-adv: Rename batadv_orig_node *_free_ref function to *_putSven Eckelmann1-1/+1
2016-02-10batman-adv: Convert batadv_tvlv_handler to krefSven Eckelmann1-6/+18
2016-02-10batman-adv: Convert batadv_tvlv_container to krefSven Eckelmann1-5/+17
2016-02-10batman-adv: Add lockdep assert for container_list_lockSven Eckelmann1-0/+4
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc of main functionsSven Eckelmann1-0/+2
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-13/+13
2016-01-09batman-adv: Less checks in batadv_tvlv_unicast_send()Markus Elfring1-10/+5
2016-01-09batman-adv: Delete unnecessary checks before the function call "kfree_skb"Markus Elfring1-1/+1
2016-01-09batman-adv: Fix lockdep annotation of batadv_tlv_container_removeSven Eckelmann1-1/+1
2015-12-16batman-adv: Fix typo 'wether' -> 'whether'Sven Eckelmann1-2/+2
2015-12-16batman-adv: rename equiv/equal or better to similar or betterSimon Wunderlich1-1/+1
2015-08-27batman-adv: remove obsolete deleted attribute for gateway nodeSimon Wunderlich1-1/+1
2015-08-25batman-adv: beautify supported routing algorithm listMarek Lindner1-1/+1
2015-08-25batman-adv: Annotate deleting functions with external lock via lockdepSven Eckelmann1-3/+8
2015-08-25batman-adv: convert bat_priv->tt.req_list to hlistMarek Lindner1-1/+1
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-36/+33
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-17/+39
2015-06-03batman-adv: Remove unnecessary ret variable in algo_registerMarkus Pargmann1-5/+2
2015-06-03batman-adv: Remove unnecessary ret variableMarkus Pargmann1-8/+3
2015-06-03batman-adv: main, Convert is_my_mac() to boolMarkus Pargmann1-4/+7
2015-05-29batman-adv: tvlv realloc, move error handling into if blockMarkus Pargmann1-8/+8
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2015-01-07batman-adv: fix misspelled wordsAntonio Quartulli1-1/+1
2015-01-07batman-adv: clear control block of received socket buffersMartin Hundebøll1-0/+3
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli1-1/+0
2015-01-07batman-adv: kernel doc fixes for main.{c, h}Martin Hundebøll1-2/+2
2014-03-22batman-adv: Send multicast packets to nodes with a WANT_ALL flagLinus Lüssing1-0/+2
2014-03-22batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast supportLinus Lüssing1-0/+6
2014-03-22batman-adv: Announce new capability via multicast TVLVLinus Lüssing1-0/+1
2014-03-22batman-adv: Multicast Listener Announcements via Translation TableLinus Lüssing1-0/+6
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli1-2/+2
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-15batman-adv: fix batman-adv header overhead calculationMarek Lindner1-1/+1
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: add build checks for packet sizesSimon Wunderlich1-7/+17
2014-01-08batman-adv: create helper function to get AP isolation statusAntonio Quartulli1-0/+26
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-12-28batman-adv: fix size of batadv_icmp_headerAntonio Quartulli1-2/+2
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich1-6/+6
2013-10-23batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli1-1/+2
2013-10-23batman-adv: add bat_neigh_cmp API functionAntonio Quartulli1-1/+2
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli1-0/+1
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli1-3/+2
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli1-1/+28
2013-10-12batman-adv: consider network coding overhead when calculating required mtuMarek Lindner1-0/+25
2013-10-12batman-adv: create common header for ICMP packetsAntonio Quartulli1-2/+2
2013-10-12batman-adv: Receive fragmented packets and mergeMartin Hundebøll1-0/+4
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll1-4/+0
2013-10-09batman-adv: reorder packet typesSimon Wunderlich1-5/+15
2013-10-09batman-adv: add build check macros for packet member offsetSimon Wunderlich1-0/+8
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich1-11/+0
2013-10-09batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner1-2/+0
2013-10-09batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner1-2/+0
2013-10-09batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner1-0/+5
2013-10-09batman-adv: tvlv - basic infrastructureMarek Lindner1-0/+575
2013-10-02batman-adv: set up network coding packet handlers during module initMatthias Schiffer1-2/+3
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich1-0/+58
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho1-1/+0
2013-05-21batman-adv: Avoid double freeing of bat_countersMartin Hundebøll1-0/+1
2013-05-09batman-adv: reorder clean up routine in order to avoid race conditionsAntonio Quartulli1-4/+12
2013-05-09batman-adv: check proto length before accessing proto string bufferMarek Lindner1-1/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2013-04-17batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli1-1/+4
2013-03-27batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli1-1/+1
2013-03-27batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann1-0/+2
2013-03-13batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll1-0/+6
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-11-21batman-adv: Add function to calculate crc32c for the skb payloadSven Eckelmann1-0/+34
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli1-0/+7
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli1-0/+2
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann1-10/+0
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner1-0/+36
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-12/+12
2012-08-23batman-adv: remove a misleading commentJonathan Corbet1-3/+0
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-19/+21
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-7/+7
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-6/+7
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix main local static functions with batadv_Sven Eckelmann1-37/+39
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-4/+4
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-5/+5
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-28/+29
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann1-7/+7
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann1-11/+16
2012-06-18batman-adv: ignore trailing CR when comparing protocol namesMarek Lindner1-3/+8
2012-06-18batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner1-1/+1
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll1-0/+2
2012-05-11batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner1-1/+1
2012-05-11batman-adv: register batman ogm receive function during protocol initMarek Lindner1-4/+1
2012-05-11batman-adv: introduce packet type handler array for incoming packetsMarek Lindner1-0/+121
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner1-1/+1
2012-04-18batman-adv: add iface_disable() callback to routing APIMarek Lindner1-0/+1
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner1-1/+1
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-0/+6
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich1-5/+0
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-4/+4
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner1-0/+24
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner1-0/+12
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner1-0/+72
2012-02-17batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll1-1/+0
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches1-2/+0
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli1-1/+1
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann1-7/+2
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli1-0/+1
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli1-2/+0
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli1-0/+2
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-6/+7
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-2/+2
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-7/+7
2011-05-08batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann1-0/+3
2011-05-08batman-adv: multi vlan support for bridge loop detectionMarek Lindner1-1/+2
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-4/+4
2011-03-05batman-adv: rename global if_list to hardif_listMarek Lindner1-3/+3
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner1-1/+0
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner1-1/+1
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing1-1/+0
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+187