aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/multicast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-04batman-adv: fix wrong names in kerneldocAntonio Quartulli1-5/+6
2016-02-10batman-adv: Convert batadv_orig_node to krefSven Eckelmann1-3/+4
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-18/+17
2016-01-13batman-adv: fix lockdep splat when doing mcast_freeSimon Wunderlich1-0/+2
2015-08-25batman-adv: Add lockdep_asserts for documented external locksSven Eckelmann1-0/+6
2015-08-25batman-adv: Annotate deleting functions with external lock via lockdepSven Eckelmann1-2/+11
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-8/+8
2015-08-14batman-adv: Fix potential synchronization issues in mcast tvlv handlerLinus Lüssing1-13/+50
2015-08-14batman-adv: Make MCAST capability changes atomicLinus Lüssing1-8/+10
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-3/+26
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2015-01-06batman-adv: fix multicast counter when purging originatorsLinus Lüssing1-1/+2
2015-01-06batman-adv: fix counter for multicast supporting nodesLinus Lüssing1-3/+5
2014-08-07batman: fix duplicate #include of multicast.hJean Sacren1-1/+0
2014-05-31batman-adv: fix NULL pointer dereferencesMarek Lindner1-3/+3
2014-03-22batman-adv: Send multicast packets to nodes with a WANT_ALL flagLinus Lüssing1-2/+176
2014-03-22batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast supportLinus Lüssing1-8/+127
2014-03-22batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing1-0/+126
2014-03-22batman-adv: Announce new capability via multicast TVLVLinus Lüssing1-6/+117
2014-03-22batman-adv: Multicast Listener Announcements via Translation TableLinus Lüssing1-0/+218