summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: fix potential TT client + orig-node memory leakLinus Lüssing2015-01-061-3/+3
* batman-adv: fix multicast counter when purging originatorsLinus Lüssing2015-01-061-1/+2
* batman-adv: fix counter for multicast supporting nodesLinus Lüssing2015-01-061-3/+5
* batman-adv: fix lock class for decoding hash in network-coding.cMartin Hundebøll2015-01-061-1/+1
* batman-adv: fix delayed foreign originator recognitionLinus Lüssing2015-01-061-0/+1
* batman-adv: fix and simplify condition when bonding should be usedSimon Wunderlich2015-01-061-2/+4
* batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli2014-12-231-1/+1
* batman-adv: Unify fragment size calculationSven Eckelmann2014-12-231-1/+1
* batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann2014-12-231-1/+1
* batman-adv: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-4/+4
* batman-adv: Fix parameter order of hlist_add_behindSven Eckelmann2014-08-161-1/+1
* batman: fix duplicate #include of multicast.hJean Sacren2014-08-071-1/+0
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-3/+7
|\
| * batman-adv: Fix out-of-order fragmentation supportSven Eckelmann2014-08-051-3/+7
* | batman-adv: Start new development cycleSimon Wunderlich2014-08-051-1/+1
* | batman-adv: increase default hop penaltySimon Wunderlich2014-08-051-1/+1
* | batman-adv: remove unnecessary logspamAndré Gaul2014-08-052-15/+23
* | batman-adv: prefer kmalloc_array to kmalloc when possibleAntonio Quartulli2014-08-043-10/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-224-24/+108
|\ \ | |/
| * batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli2014-07-213-14/+74
| * batman-adv: drop QinQ claim frames in bridge loop avoidanceSimon Wunderlich2014-07-211-10/+34
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* | batman-adv: Use kasprintfHimangi Saraogi2014-07-071-16/+8
|/
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-112-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-3/+3
|\
| * batman-adv: fix NULL pointer dereferencesMarek Lindner2014-05-311-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-246-13/+78
|\ \ | |/
| * batman: fix a bogus warning from batadv_is_on_batman_iface()Cong Wang2014-05-221-1/+1
| * batman-adv: fix local TT check for outgoing arp requests in DATAntonio Quartulli2014-05-151-2/+1
| * batman-adv: increase orig refcount when storing ref in gw_nodeAntonio Quartulli2014-05-151-2/+9
| * batman-adv: fix reference counting imbalance while sending fragmentAntonio Quartulli2014-05-151-3/+8
| * batman-adv: fix indirect hard_iface NULL dereferenceMarek Lindner2014-05-151-1/+2
| * batman-adv: fix removing neigh_ifinfoSimon Wunderlich2014-05-111-0/+46
| * batman-adv: always run purge_orig_neighborsSimon Wunderlich2014-05-101-4/+4
| * batman-adv: fix neigh reference imbalanceSimon Wunderlich2014-05-101-0/+5
| * batman-adv: fix neigh_ifinfo imbalanceSimon Wunderlich2014-05-101-0/+2
* | batman-adv: Start new development cycleSimon Wunderlich2014-05-181-1/+1
* | batman-adv: remove semi-colon after macro definitionAntonio Quartulli2014-05-182-4/+4
* | batman-adv: add blank line between declarations and the rest of the codeAntonio Quartulli2014-05-184-0/+21
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
|/
* batman-adv: Start new development cycleSimon Wunderlich2014-03-221-1/+1
* batman-adv: improve DAT documentationAntonio Quartulli2014-03-222-2/+6
* batman-adv: improve the TT flags documentationAntonio Quartulli2014-03-221-4/+24
* batman-adv: Send multicast packets to nodes with a WANT_ALL flagLinus Lüssing2014-03-226-3/+198
* batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast supportLinus Lüssing2014-03-226-8/+156
* batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing2014-03-229-26/+266
* batman-adv: Announce new capability via multicast TVLVLinus Lüssing2014-03-227-6/+167
* batman-adv: introduce capability initialization bitfieldLinus Lüssing2014-03-223-9/+11
* batman-adv: Multicast Listener Announcements via Translation TableLinus Lüssing2014-03-228-4/+318
OpenPOWER on IntegriCloud